Changes between Initial Version and Version 1 of Documentation/Manuals/OpenLDAP24_From_Scratch
- Timestamp:
- Jan 21, 2015 3:42:37 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Manuals/OpenLDAP24_From_Scratch
v1 v1 1 {{{ 2 yum install openldap-servers openldap-clients ldapvi 3 }}} 4 5 {{{ 6 systemctl enable slapd.service 7 systemctl start slapd.service 8 }}} 9 10 The correct way to configure -- usgin ldapmodify. SASL auth enabled by default. 11 {{{ 12 ldapvi -Y EXTERNAL -h ldapi:/// -b cn=config 13 }}} 14