fix ldapsearch url
This commit is contained in:
parent
a9780f56e1
commit
a7f4c69b28
@ -50,7 +50,7 @@ Initialize the openldap ditectory
|
||||
## LDAP commands
|
||||
* Get all entry in directory
|
||||
```bash
|
||||
ldapsearch -H ldaps://gmoadm.gmolab.net:1636 -x -D 'cn=Access LDAP,ou=people,dc=gmolab,dc=net' -b 'dc=gmolab,dc=net' -w pa55w0rd
|
||||
ldapsearch -H ldaps://ldap-qual.gmolab.net:1636 -x -D 'cn=Access LDAP,ou=people,dc=gmolab,dc=net' -b 'dc=gmolab,dc=net' -w pa55w0rd
|
||||
```
|
||||
* Get Config
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user