mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
sudo apt-get install ldap-utils
|
|
|
|
$> ldapadd -f bob.ldif -x -D 'cn=Manager,dc=tuleap,dc=local' -w welcome0
|
|
adding new entry "cn=Bob Jones,ou=people,dc=tuleap,dc=local"
|
|
|
|
$> ldapsearch -x -h 172.17.0.47 -LLL -b 'dc=tuleap,dc=local' 'cn=bob*'
|
|
dn: cn=Bob Jones,ou=people,dc=tuleap,dc=local
|
|
cn: Bob Jones
|
|
sn: Jones
|
|
objectClass: inetOrgPerson
|
|
uid: bjones
|