info.txt 348 B

1234567891011
  1. sudo apt-get install ldap-utils
  2. $> ldapadd -f bob.ldif -x -D 'cn=Manager,dc=tuleap,dc=local' -w welcome0
  3. adding new entry "cn=Bob Jones,ou=people,dc=tuleap,dc=local"
  4. $> ldapsearch -x -h 172.17.0.47 -LLL -b 'dc=tuleap,dc=local' 'cn=bob*'
  5. dn: cn=Bob Jones,ou=people,dc=tuleap,dc=local
  6. cn: Bob Jones
  7. sn: Jones
  8. objectClass: inetOrgPerson
  9. uid: bjones