Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / openldap / files / sources / slapd.sysconfig
1 # OpenLDAP server configuration
2 # see 'man slapd' for additional information
3
4 # Where the server will run (-h option)
5 # - ldapi:/// is required for on-the-fly configuration using client tools
6 #   (use SASL with EXTERNAL mechanism for authentication)
7 # - default: ldapi:/// ldap:///
8 # - example: ldapi:/// ldap://127.0.0.1/ ldap://10.0.0.1:1389/ ldaps:///
9 SLAPD_URLS="ldapi:/// ldap:///"
10
11 # Any custom options
12 #SLAPD_OPTIONS=""
13
14 # Keytab location for GSSAPI Kerberos authentication
15 #KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"