Update README.md
This commit is contained in:
parent
f326edaa12
commit
8a96e3f2de
@ -38,12 +38,9 @@ root@example:/# ldapsearch -x -H ldap://localhost -b "dc=example,dc=com" -s base
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
make new test LDAP directories (LDAP OU) and create two attributes/branches with People and Group
|
prepare new test LDAP directories (LDAP OU) and create two attributes/branches with People and Group
|
||||||
```
|
```
|
||||||
root@example:/# vim base.ldif
|
root@example:/# vim base.ldif
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
dn: ou=People,dc=example,dc=com
|
dn: ou=People,dc=example,dc=com
|
||||||
objectClass: organizationalUnit
|
objectClass: organizationalUnit
|
||||||
ou: People
|
ou: People
|
||||||
@ -92,8 +89,6 @@ verify the entry in the LDAP server
|
|||||||
```
|
```
|
||||||
root@example:/# ldapsearch -x -LLL -b "dc=example,dc=com" "(ou=Supergirls)" dn
|
root@example:/# ldapsearch -x -LLL -b "dc=example,dc=com" "(ou=Supergirls)" dn
|
||||||
dn: ou=Supergirls,dc=example,dc=com
|
dn: ou=Supergirls,dc=example,dc=com
|
||||||
|
|
||||||
root@example:/#
|
|
||||||
```
|
```
|
||||||
|
|
||||||
create a new LDAP password to manage our new directory, and annotate the result hashed password
|
create a new LDAP password to manage our new directory, and annotate the result hashed password
|
||||||
|
Loading…
Reference in New Issue
Block a user