
Modified openldap-config package to add support to Debian packaging. Removed rsyslog as it was conflicting with linux-kernel-log-daemon. Test Plan: PASS: Package installed and ISO built sucessfully Story: 2009256 Task: 43507 Signed-off-by: Yan Kabuki <Yan.HiroakiKabuki@windriver.com> Change-Id: I51a776a547e95430c8305131ff7ae78bfcc55d5c
16 lines
526 B
Plaintext
16 lines
526 B
Plaintext
# 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"
|