Skip to content

Commit

Permalink
set ALLOW_DAEMON to a more general value
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 29, 2016
1 parent 1eeea45 commit 1df9a63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/10_security.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ COLLECTOR.ALLOW_ADVERTISE_STARTD = $(WNS)

SCHEDD.ALLOW_WRITE = $(USERS), $(CES)

ALLOW_DAEMON = condor@$(UID_DOMAIN)/*.$(UID_DOMAIN), condor_pool@$(UID_DOMAIN)/*.$(UID_DOMAIN), $(FULL_HOSTNAME)
ALLOW_DAEMON = condor@$(UID_DOMAIN), \
condor@$(UID_DOMAIN)/*.$(UID_DOMAIN), \
condor_pool@$(UID_DOMAIN), \
condor_pool@$(UID_DOMAIN)/*.$(UID_DOMAIN), \
$(FULL_HOSTNAME)
ALLOW_ADMINISTRATOR = root@$(UID_DOMAIN)/$(IP_ADDRESS), condor_pool@$(UID_DOMAIN)/$(IP_ADDRESS), $(CMS)
ALLOW_CONFIG = root@$(FULL_HOSTNAME)

Expand Down

0 comments on commit 1df9a63

Please sign in to comment.