Created
December 9, 2019 05:45
-
-
Save ajin/07b007d2e99513340d8665c6b6ebea31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: cn=john,ou=People,dc=lab,dc=savarize,dc=net | |
objectClass: top | |
objectClass: person | |
objectClass: organizationalPerson | |
objectClass: inetOrgPerson | |
objectClass: posixAccount | |
objectClass: shadowAccount | |
uid: spfaff | |
uidNumber: 1000 | |
gidNumber: 100 | |
homeDirectory: /home/john | |
cn: john | |
givenName: john | |
sn: john | |
displayName: john | |
userpassword: john | |
homephone: 555-111-1111 | |
mail: [email protected] | |
title: John |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment