ldap_server: Rename role from ldap-server to ldap_server
This commit is contained in:
parent
646cda06cb
commit
4d71934575
15 changed files with 1 additions and 1 deletions
15
roles/ldap_server/files/slapd.sysconfig
Normal file
15
roles/ldap_server/files/slapd.sysconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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:/// ldaps:///"
|
||||
|
||||
# Any custom options
|
||||
SLAPD_OPTIONS="-f /etc/openldap/slapd.conf"
|
||||
|
||||
# Keytab location for GSSAPI Kerberos authentication
|
||||
KRB5_KTNAME="FILE:/etc/openldap/slapd.keytab"
|
Loading…
Add table
Add a link
Reference in a new issue