Advertisement
Guest User

sunyPerson & campusPerson OpenLDAP ldif

a guest
Nov 4th, 2016
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LDIF 1.99 KB | None | 0 0
  1. dn: cn=campusPerson,cn=schema,cn=config
  2. objectClass: olcSchemaConfig
  3. cn: campusPerson
  4. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.2.1.1    NAME 'campusPersonLeg
  5.  alName'    DESC 'campusPerson per SUNY CAUDIT Internet2 and EDUCAUSE'    EQUA
  6.  LITY caseIgnoreMatch    SUBSTR caseIgnoreSubstringsMatch    SYNTAX '1.3.6.1.4
  7.  .1.1466.115.121.1.15'    SINGLE-VALUE)
  8. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.2.1.2    NAME 'campusPersonAff
  9.  iliation'    DESC 'campusPerson per SUNY CAUDIT Internet2 and EDUCAUSE'    EQ
  10.  UALITY caseIgnoreMatch    SUBSTR caseIgnoreSubstringsMatch    SYNTAX '1.3.6.1
  11.  .4.1.1466.115.121.1.15' )
  12. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.2.1.3    NAME 'campusCode'
  13.  DESC '5-digit campusCode per SUNY'    EQUALITY caseIgnoreMatch    SUBSTR case
  14.  ExactSubstringsMatch    SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'    SINGLE-VALU
  15.  E )
  16. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.2.1.4    NAME 'sisID'    DESC
  17.  'student information system primary key'    EQUALITY caseIgnoreMatch    SUBST
  18.  R caseExactSubstringsMatch    SYNTAX '1.3.6.1.4.1.1466.115.121.1.15'    SINGL
  19.  E-VALUE )
  20. olcObjectClasses: ( 1.3.6.1.4.1.27652.1.1.1.2.2.3    NAME 'campusPerson'
  21.   DESC 'campusPerson per SUNY CAUDIT Internet2 and EDUCAUSE'    AUXILIARY    M
  22.  AY ( campusPersonLegalName $ campusPersonAffiliation $          campusCode $
  23.  sisID ) )
  24. dn: cn=sunyPerson,cn=schema,cn=config
  25. objectClass: olcSchemaConfig
  26. cn: sunyPerson
  27. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.1.1.1       NAME 'sunyPersonId
  28.  '       DESC 'Identifier for SUNY employee'       EQUALITY numericStringMatch
  29.         SYNTAX '1.3.6.1.4.1.1466.115.121.1.36' )
  30. olcAttributeTypes: ( 1.3.6.1.4.1.27652.1.1.1.1.1.2       NAME 'sunyStudentI
  31.  d'       DESC 'Identifier for SUNY student'       EQUALITY numericStringMatch
  32.         SYNTAX '1.3.6.1.4.1.1466.115.121.1.36' )
  33. olcObjectClasses: ( 1.3.6.1.4.1.27652.1.1.1.1.2       NAME 'sunyPerson'
  34.     DESC 'sunyPerson ObjectClass'       AUXILIARY       MAY ( sunyPersonId $ s
  35.  unyStudentId ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement