fix ldapsearch url

This commit is contained in:
Gilles Mouchet 2025-01-04 07:54:09 +01:00
parent a9780f56e1
commit a7f4c69b28

View File

@ -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