ldap:openldap_server_configuration
This is an old revision of the document!
LDAP - OpenLDAP Server Configuration
OpenLDAP server configuration
The configuration file: slapd.conf
Saslauthd configuration (remember friends leave pwcheck_method: saslauthd to /etc/sasl/slapd.conf and -a ldap to saslauthd):
- saslauthd.conf
ldap_servers: ldapi:// ldap_bind_dn: uid=saslauthd,ou=System,dc=example,dc=com ldap_password: haslo ldap_search_base: dc=example,dc=com ldap_mech: SIMPLE ldap_auth_method: bind
Configure LDAP client tools (ldapsearch, ldapvi etc.) - /etc/ldap/ldap.conf:
- ldap.conf
BASE dc=example,dc=com URI ldapi:// TLS_CACERTDIR /etc/ssl/certs/ TLS_REQCERT never
ldap/openldap_server_configuration.1478875316.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)