[Fedora-directory-commits] adminserver/admserv/cfgstuff admserv.conf.in, 1.8, 1.9

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Sep 27 16:54:33 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/adminserver/admserv/cfgstuff
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24142/admserv/cfgstuff

Modified Files:
	admserv.conf.in 
Log Message:
Resolves: #251090
Summary: ds_remove cannot remove/rename directories (comment #7)
Changes:
1) let ds_remove (CGI) run with the root permission.
2) acl names for SIE group were identical for all the DS instances: "SIE
Group", which should be different for each instance.



Index: admserv.conf.in
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- admserv.conf.in	10 Aug 2007 02:23:29 -0000	1.8
+++ admserv.conf.in	27 Sep 2007 16:54:30 -0000	1.9
@@ -119,7 +119,7 @@
 # Handle Stop, Start, Restart, Instance Creation - invoke mod_restartd
 # 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)$>
+<LocationMatch /*/[tT]asks/[Oo]peration/(?i:stop|start|restart|startconfigds|create|remove)$>
   AuthUserFile @configdir@/admpw
   AuthType basic
   AuthName "Admin Server"




More information about the Fedora-directory-commits mailing list