Created
February 4, 2018 05:08
-
-
Save moriyoshi/8ee23a70699235e425092e90e0dba092 to your computer and use it in GitHub Desktop.
Add SSH LDAP Public Key schema to Active Directory
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: CN=sshPublicKey,CN=Schema,CN=Configuration,DC=testing,DC=example,DC=com | |
changetype: add | |
cn: sshPublicKey | |
name: sshPublicKey | |
lDAPDisplayName: sshPublicKey | |
adminDisplayName: sshPublicKey | |
objectClass: attributeSchema | |
attributeID: 1.3.6.1.4.1.24552.500.1.1.1.13 | |
attributeSyntax: 2.5.5.10 | |
schemaIDGUID:: +jduGq6aTj+LLL7JZhfWpw== | |
oMSyntax: 4 | |
isSingleValued: FALSE | |
searchFlags: 0 | |
isMemberOfPartialAttributeSet: FALSE | |
dn: | |
changetype: modify | |
add: schemaUpdateNow | |
schemaUpdateNow: 1 | |
- | |
dn: CN=ldapPublicKey,CN=Schema,CN=Configuration,DC=testing,DC=example,DC=com | |
changetype: add | |
cn: ldapPublicKey | |
lDAPDisplayName: ldapPublicKey | |
adminDisplayName: ldapPublicKey | |
governsID: 1.3.6.1.4.1.24552.500.1.1.2.0 | |
schemaIDGUID:: fzsBmz+QTaKUl465E2sU1A== | |
instanceType: 4 | |
objectClass: classSchema | |
objectClassCategory: 3 | |
subClassOf: top | |
mayContain: sshPublicKey | |
mustContain: uid | |
dn: | |
changetype: modify | |
add: schemaUpdateNow | |
schemaUpdateNow: 1 | |
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for updating this, this has been really helpful. However I face an issue while i try to add the class as an auxilary class to the structural user class. not able to properly create a LDF file.
Could you update that step as well?