Update READMEnew.md
This commit is contained in:
parent
2f075d40fc
commit
3029d50333
12
READMEnew.md
12
READMEnew.md
@ -24,7 +24,17 @@ run into the container to setup openLDAP
|
|||||||
|
|
||||||
make sure to use the following command to start openLDAP
|
make sure to use the following command to start openLDAP
|
||||||
```
|
```
|
||||||
slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d
|
root@example:/# slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d
|
||||||
|
```
|
||||||
|
|
||||||
|
test connectivity to slapd
|
||||||
|
```
|
||||||
|
root@example:/# ldapsearch -x -H ldap://localhost -b "dc=example,dc=com" -s base "(objectclass=*)"
|
||||||
|
# extended LDIF
|
||||||
|
#
|
||||||
|
# LDAPv3
|
||||||
|
# base <dc=example,dc=com> with scope baseObject
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
###################################################
|
###################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user