Skip to content

Instantly share code, notes, and snippets.

@kopax
Created July 27, 2018 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kopax/55914770b0d94c14b04f3397af363551 to your computer and use it in GitHub Desktop.
Save kopax/55914770b0d94c14b04f3397af363551 to your computer and use it in GitHub Desktop.
cat > mka.ldif << EOL
dn: uid=pnn,ou=users,o=myorg,dc=example,dc=com
changetype: modify
replace: mail
mail: phong.nguyen@example.com
-
EOL
ldapmodify -H ldapi:/// -x -W -D cn=admin,dc=example,dc=com -f mka.ldif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment