Advertisement
Guest User

Untitled

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