Author: rmeggins
Update of /cvs/dirsec/adminserver/admserv/cfgstuff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1456
Modified Files: admserv.conf Log Message: remove hardcoded reference to /home/rich - should be %%%sroot%%%
Index: admserv.conf =================================================================== RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- admserv.conf 23 Feb 2006 01:12:11 -0000 1.13 +++ admserv.conf 28 Feb 2006 22:29:39 -0000 1.14 @@ -151,7 +151,7 @@ # need to add instance creation because you may want to create an instance # of DS on a low port, and instance creation starts the instance as well <LocationMatch /*/[tT]asks/[Oo]peration/(?i:stop|start|restart|startconfigds|create)$> - AuthUserFile /home/rich/72srv/admin-serv/config/admpw + AuthUserFile %%%sroot%%%/admin-serv/config/admpw AuthType basic AuthName "Admin Server" Require valid-user
389-commits@lists.fedoraproject.org