Update README.md
This commit is contained in:
parent
df737fdae6
commit
ae9a67f23e
15
README.md
15
README.md
@ -35,7 +35,20 @@ __*__ edit base configuration of openLDAP server
|
|||||||
> vim /etc/ldap/ldap.conf
|
> vim /etc/ldap/ldap.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
__*__ add core ldap schemas in case the base config doesn't
|
__*__ check basic LDAP schemas are loaded
|
||||||
|
```
|
||||||
|
# ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=schema,cn=config dn
|
||||||
|
dn: cn=schema,cn=config
|
||||||
|
|
||||||
|
dn: cn={0}core,cn=schema,cn=config
|
||||||
|
|
||||||
|
dn: cn={1}cosine,cn=schema,cn=config
|
||||||
|
|
||||||
|
dn: cn={2}nis,cn=schema,cn=config
|
||||||
|
|
||||||
|
dn: cn={3}inetorgperson,cn=schema,cn=config
|
||||||
|
```
|
||||||
|
__*__ load basic LDAP schemas in case the base config didn't
|
||||||
```
|
```
|
||||||
# ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/core.ldif
|
# ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/core.ldif
|
||||||
SASL/EXTERNAL authentication started
|
SASL/EXTERNAL authentication started
|
||||||
|
Loading…
Reference in New Issue
Block a user