Created
October 9, 2019 09:05
-
-
Save drybjed/d0175e72a6ab1b35649726fab4b25cfa to your computer and use it in GitHub Desktop.
This file contains hidden or 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: uid=alicej,ou=People,dc=example,dc=net | |
objectClass: inetOrgPerson | |
objectClass: authorizedServiceObject | |
objectClass: nextcloudAccount | |
objectClass: ldapPublicKey | |
uid: alicej | |
cn: Alice Jane | |
mail: [email protected] | |
authorizedService: nextcloud | |
authorizedService: sshd | |
authorizedService: dokuwiki | |
sshPublicKey: ssh-ed25519 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa [email protected] | |
nextcloudQuota: 100 GB | |
dn: uid=carldoe,ou=People,dc=example,dc=net | |
objectClass: inetOrgPerson | |
objectClass: authorizedServiceObject | |
uid: carldoe | |
cn: Carl Nidion | |
mail: [email protected] | |
userPassword: {CRYPT}dsfsdfdfsggdfx34jxf344389m34r4r4mrx234xr2mxr02rx4r298 | |
authorizedService: nextcloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment