Skip to content

Instantly share code, notes, and snippets.

@mjuszczak
Last active November 23, 2015 18:59
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 mjuszczak/7f81ea128e1a55a3bd1a to your computer and use it in GitHub Desktop.
Save mjuszczak/7f81ea128e1a55a3bd1a to your computer and use it in GitHub Desktop.
Key Example LDIF
dn: CN=Test User,CN=Users,DC=example,DC=com
changeType: modify
add: objectClass
objectClass: ldapPublicKey
dn: cn=Test User,CN=Users,DC=example,DC=com
changeType: modify
add: sshPublicKey
sshPublicKey: ssh-rsa .... tuser@Tests-Macbook-Air.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment