[openldap] provide new sysconfig file, rename ldap to slapd

jvcelak jvcelak at fedoraproject.org
Tue Nov 1 14:39:41 UTC 2011


commit 1e5237aaab2ea6bd4e320c66977314756befe5e9
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Tue Oct 25 17:23:58 2011 +0200

    provide new sysconfig file, rename ldap to slapd
    
    On some places, 'ldap' was used in context with OpenLDAP server, mostly
    from historical reasons. This was changed  to 'slapd' where possible
    without breaking configuration.

 ldap.sysconfig                  |   30 ------------------------------
 slapd.sysconfig                 |   12 ++++++++++++
 ldap.tmpfiles => slapd.tmpfiles |    0
 3 files changed, 12 insertions(+), 30 deletions(-)
---
diff --git a/slapd.sysconfig b/slapd.sysconfig
new file mode 100644
index 0000000..e3e42bb
--- /dev/null
+++ b/slapd.sysconfig
@@ -0,0 +1,12 @@
+# OpenLDAP server configuration
+# see 'man slapd' for additional information
+
+# Where the server will run (-h option)
+# - ldapi:/// is required for on-the-fly configuration using client tools
+#   (use SASL with EXTERNAL mechanism for authentication)
+# - default: ldapi:/// ldap:///
+# - example: ldapi:/// ldap://127.0.0.1/ ldap://10.0.0.1:1389/ ldaps:///
+SLAPD_URLS="ldapi:/// ldap:///"
+
+# Any custom options
+#SLAPD_OPTIONS=""
diff --git a/ldap.tmpfiles b/slapd.tmpfiles
similarity index 100%
rename from ldap.tmpfiles
rename to slapd.tmpfiles


More information about the scm-commits mailing list