[Fedora-directory-commits] ldapserver/ldap/admin/src/scripts DSCreate.pm.in, 1.6, 1.7

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Sep 28 23:34:57 UTC 2007


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/admin/src/scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12366/admin/src/scripts

Modified Files:
	DSCreate.pm.in 
Log Message:
Resolves: 311851
Summary: Remove hard-coded SASL mappings and use config based regex mappings instead.



Index: DSCreate.pm.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/DSCreate.pm.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DSCreate.pm.in	7 Sep 2007 15:02:25 -0000	1.6
+++ DSCreate.pm.in	28 Sep 2007 23:34:55 -0000	1.7
@@ -295,7 +295,8 @@
     }
 
     my @ldiffiles = ("$inf->{General}->{prefix}@templatedir@/template-dse.ldif",
-                     "$inf->{General}->{prefix}@templatedir@/template-suffix-db.ldif");
+                     "$inf->{General}->{prefix}@templatedir@/template-suffix-db.ldif",
+                     "$inf->{General}->{prefix}@templatedir@/template-sasl.ldif");
     if ("@enable_pam_passthru@") {
         push @ldiffiles, "$inf->{General}->{prefix}@templatedir@/template-pampta.ldif";
     }




More information about the Fedora-directory-commits mailing list