Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LDIF 1.12 KB | None | 0 0
  1. dn: cn=schema, cn=config
  2. changetype: modify
  3. add: attributeTypes
  4. attributeTypes: ( 5.1
  5.                 NAME 'tutor'
  6.                 EQUALITY caseIgnoreMatch
  7.                 SUBSTR caseIgnoreSubstringsMatch
  8.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  9. attributeTypes: ( 5.2
  10.                 NAME 'secondaryMail'
  11.                 EQUALITY caseIgnoreMatch
  12.                 SUBSTR caseIgnoreSubstringsMatch
  13.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  14. attributeTypes: ( 5.3
  15.                 NAME 'nickname'
  16.                 EQUALITY caseIgnoreMatch
  17.                 SUBSTR caseIgnoreSubstringsMatch
  18.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  19. attributeTypes: ( 5.4
  20.                 NAME 'expiration'
  21.                 EQUALITY caseIgnoreMatch
  22.                 SUBSTR caseIgnoreSubstringsMatch
  23.                 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} )
  24. -
  25. add: objectClass
  26. objectClass: ( 5.5
  27.                 NAME 'auxIAS'
  28.                 DESC 'auxIAS'
  29.                 SUP top AUXILIARY
  30.                 MAY  ( tutor $ secondaryMail $ nickname $ expiration)
  31.                )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement