[Fedora-directory-commits] adminserver/admserv/cfgstuff admserv.conf.in, 1.11, 1.12

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jan 21 21:27:06 UTC 2009


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/cfgstuff
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21429/adminserver/admserv/cfgstuff

Modified Files:
	admserv.conf.in 
Log Message:
Resolves: bug 480869
Bug Description: DS console: Can not delete DS instance
Reviewed by: nhosoi (Thanks!)
Fix Description: The problem is that ds_remove does not get the admin bind dn and password, and attempts to make an anonymous bind.  This fails with err=53 because DS 8.1 will not allow anonymous bind by default.  The solution is to allow the admin server to pass the dn and password to the ds_remove process.
Platforms tested: RHEL5
Flag Day: no
Doc impact: no



Index: admserv.conf.in
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- admserv.conf.in	9 Jun 2008 15:42:46 -0000	1.11
+++ admserv.conf.in	21 Jan 2009 21:27:04 -0000	1.12
@@ -124,8 +124,7 @@
   AuthType basic
   AuthName "Admin Server"
   Require valid-user
-## turn off the password pipe when using mod_restartd
-  AdminSDK off
+  AdminSDK on
   ADMCgiBinDir @cgibindir@
   Options +ExecCGI
   RetainPerms on




More information about the Fedora-directory-commits mailing list