summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-09-28 23:34:55 +0000
committerNathan Kinder <nkinder@redhat.com>2007-09-28 23:34:55 +0000
commite80ce4e03d91c386fc11135bf459e67f85afd7de (patch)
tree8c7421be5e31a758beba71265f90c3cfcef3c5b0 /ldap/admin/src/scripts
parent55fc8e4dc7d4b1d90f45637f8679325ce198c278 (diff)
downloadds-e80ce4e03d91c386fc11135bf459e67f85afd7de.tar.gz
ds-e80ce4e03d91c386fc11135bf459e67f85afd7de.tar.xz
ds-e80ce4e03d91c386fc11135bf459e67f85afd7de.zip
Resolves: 311851
Summary: Remove hard-coded SASL mappings and use config based regex mappings instead.
Diffstat (limited to 'ldap/admin/src/scripts')
-rw-r--r--ldap/admin/src/scripts/DSCreate.pm.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/DSCreate.pm.in b/ldap/admin/src/scripts/DSCreate.pm.in
index 0c43f727..c42158a8 100644
--- a/ldap/admin/src/scripts/DSCreate.pm.in
+++ b/ldap/admin/src/scripts/DSCreate.pm.in
@@ -295,7 +295,8 @@ sub createConfigFile {
}
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";
}