[Fedora-directory-commits] adminserver/admserv/newinst/src AdminUtil.pm.in, 1.16, 1.17

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Dec 12 00:45:41 UTC 2007


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/newinst/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13672/adminserver/admserv/newinst/src

Modified Files:
	AdminUtil.pm.in 
Log Message:
Resolves: bug 420751
Bug Description: Console admin user unable to manage users&groups
Reviewed by: nkinder, nhosoi (Thanks!)
Fix Description: I added a new template file for adding the acis to the default suffix.  I also fixed a couple of places in the other template files where we were referring to uid=admin instead of uid=%as_uid%, in case the user doesn't use the default "admin" for the console admin.
Platforms tested: RHEL5 x86_64
Flag Day: Yes - autotool file change
Doc impact: no



Index: AdminUtil.pm.in
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/AdminUtil.pm.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AdminUtil.pm.in	2 Oct 2007 23:35:01 -0000	1.16
+++ AdminUtil.pm.in	12 Dec 2007 00:45:39 -0000	1.17
@@ -270,7 +270,8 @@
                      '@ldifdir@/02globalpreferences.ldif.tmpl',
                      '@ldifdir@/12dsconfig.mod.tmpl',
                      '@ldifdir@/13dsschema.mod.tmpl',
-                     '@ldifdir@/14dsmonitor.mod.tmpl'
+                     '@ldifdir@/14dsmonitor.mod.tmpl',
+                     '@ldifdir@/16dssuffixadmin.mod.tmpl'
                      );
     my $setupinf = new Inf("@infdir@/setup.inf");
     my $admininf = new Inf("@infdir@/admin.inf");
@@ -302,7 +303,8 @@
     my @ldiffiles = ('@ldifdir@/12dsconfig.mod.tmpl',
                      '@ldifdir@/13dsschema.mod.tmpl',
                      '@ldifdir@/14dsmonitor.mod.tmpl',
-                     '@ldifdir@/15dspta.ldif.tmpl'
+                     '@ldifdir@/15dspta.ldif.tmpl',
+                     '@ldifdir@/16dssuffixadmin.mod.tmpl'
                      );
     my $setupinf = new Inf("@infdir@/setup.inf");
     my $admininf = new Inf("@infdir@/admin.inf");




More information about the Fedora-directory-commits mailing list