meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / openldap / files / sources / slapd.sysconfig
diff --git a/meta-starlingx/meta-stx-integ/recipes-support/openldap/files/sources/slapd.sysconfig b/meta-starlingx/meta-stx-integ/recipes-support/openldap/files/sources/slapd.sysconfig
deleted file mode 100644 (file)
index 68091a5..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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=""
-
-# Keytab location for GSSAPI Kerberos authentication
-#KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"