Skip to content

Instantly share code, notes, and snippets.

@coingraham
Created April 11, 2022 22:03
Show Gist options
  • Save coingraham/1ed5860a884ead7e5e80ab98853295da to your computer and use it in GitHub Desktop.
Save coingraham/1ed5860a884ead7e5e80ab98853295da to your computer and use it in GitHub Desktop.
LDIF Add Last Name to Schema - AWS SSO needs this and Managed AD doesn't have it.
dn: CN=lastname, CN=Schema, CN=Configuration, DC=xxxxxxxx, DC=com
changetype: add
attributeID: 1.3.6.1.4.1.42.2.27.5.1.60
attributeSyntax: 2.5.5.3
isSingleValued: TRUE
searchFlags: 1
lDAPDisplayName: lastname
adminDescription: This attribute contains the object's Last Name
objectClass: attributeSchema
oMSyntax: 27
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