Skip to content

Instantly share code, notes, and snippets.

@galak-fyyar
Created October 19, 2011 09:39
Show Gist options
  • Save galak-fyyar/1297858 to your computer and use it in GitHub Desktop.
Save galak-fyyar/1297858 to your computer and use it in GitHub Desktop.
Managing schemas of LDAP servers
dn: cn=schema
changetype: modify
add: objectClasses
objectClasses: ( 1.3.6.1.4.1.26037.1.999.2000
NAME ( 'blogger' )
DESC 'Someone who has a blog'
SUP inetOrgPerson
STRUCTURAL
MAY blog
X-ORIGIN 'OpenDS Directory Server'
)
objectclass ( 2.5.6.5
NAME 'organizationalUnit'
DESC 'RFC2256: an organizational unit'
SUP top
STRUCTURAL
MUST ou
MAY ( userPassword $ searchGuide $ seeAlso )
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment