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