user's can't set/unset is_admin, is_active and is_readonly values in Login Details...
[plstackapi.git] / planetstack / rr_observer / rrlib_config.py
1 #!/usr/bin/python
2
3 DNSREDIR_CONFIGDIR_PREFIX = "/etc/dnsredir/"
4 DNSREDIR_LOGDIR_PREFIX = "/var/log/dnsredir/"
5 DNSREDIR_PIDFILE_PREFIX = "/var/run/dnsredir."
6 REDIR_USER = "princeton_coredirect"
7 #REDIR_USER = "arizona_tools1"
8 #DEMUX_USER = "arizona_tools1"
9 DEMUX_USER = "princeton_codnsdemux"
10 HEARTBEAT_PORT = 9000
11 #not required as of now, as there will be only one frontend dnsdemux for all the services
12 #DNSDEMUX_CONFIGDIR_PREFIX = "/etc/dnsdemux/"
13 #DNSDEMUX_LOGDIR_PREFIX = "/var/log/dnsdemux/"
14 #DNSDEMUX_PIDFILE_PREFIX = "/var/run/dnsdemux."
15
16 TBD = "TBD"