ldapadd -x -D 'cn=Manager,dc=example,dc=com' -W -f /tmp/user.ldif
ldapmodify -x -D 'cn=Manager,dc=example,dc=com' -W -f /tmp/user.ldif
ldapdelete -x -D 'cn=Manager,dc=example,dc=com' -W 'cn=user,ou=IT,dc=example,dc=com'
ldapdelete -x -D 'cn=Manager,dc=example,dc=com' -W -f /tmp/user.ldif
ldapsearch -x -LL -b 'dc=example,dc=com' 'objectclass=posixAccount'
ldapsearch -x -LL -b 'dc=example,dc=com' 'cn=Rick Francis'