Advertisement
Guest User

Untitled

a guest
Apr 27th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. version: 1
  2. dn: cn=schema
  3. changetype: modify
  4. add: attributeTypes
  5. attributeTypes: ( 1.3.6.1.4.1.37505.1.2
  6. NAME 'gender'
  7. EQUALITY caseIgnoreMatch
  8. SUBSTR caseIgnoreSubstringsMatch
  9. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  10. attributeTypes: ( 1.3.6.1.4.1.37505.1.3
  11. NAME 'country'
  12. EQUALITY caseIgnoreMatch
  13. SUBSTR caseIgnoreSubstringsMatch
  14. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  15. attributeTypes: ( 1.3.6.1.4.1.37505.1.4
  16. NAME 'nickName'
  17. EQUALITY caseIgnoreMatch
  18. SUBSTR caseIgnoreSubstringsMatch
  19. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  20. attributeTypes: ( 1.3.6.1.4.1.37505.1.5
  21. NAME 'timeZone'
  22. EQUALITY caseIgnoreMatch
  23. SUBSTR caseIgnoreSubstringsMatch
  24. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  25. attributeTypes: ( 1.3.6.1.4.1.37505.1.6
  26. NAME 'dateOfBirth'
  27. EQUALITY caseIgnoreMatch
  28. SUBSTR caseIgnoreSubstringsMatch
  29. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  30. attributeTypes: ( 1.3.6.1.4.1.37505.1.7
  31. NAME 'role'
  32. EQUALITY caseIgnoreMatch
  33. SUBSTR caseIgnoreSubstringsMatch
  34. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  35. attributeTypes: ( 1.3.6.1.4.1.37505.1.8
  36. NAME 'im'
  37. EQUALITY caseIgnoreMatch
  38. SUBSTR caseIgnoreSubstringsMatch
  39. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  40. attributeTypes: ( 1.3.6.1.4.1.37505.1.9
  41. NAME 'url'
  42. EQUALITY caseIgnoreMatch
  43. SUBSTR caseIgnoreSubstringsMatch
  44. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  45. attributeTypes: ( 1.3.6.1.4.1.37505.1.10
  46. NAME 'otherPhone'
  47. EQUALITY caseIgnoreMatch
  48. SUBSTR caseIgnoreSubstringsMatch
  49. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  50. attributeTypes: ( 1.3.6.1.4.1.37505.1.11
  51. NAME 'privatePersonalIdentifier'
  52. EQUALITY caseIgnoreMatch
  53. SUBSTR caseIgnoreSubstringsMatch
  54. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  55. attributeTypes: ( 1.3.6.1.4.1.37505.1.12
  56. NAME 'profileconfiguration'
  57. EQUALITY caseIgnoreMatch
  58. SUBSTR caseIgnoreSubstringsMatch
  59. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  60. attributeTypes: ( 1.3.6.1.4.1.37505.1.13
  61. NAME 'prefferedLanguage'
  62. EQUALITY caseIgnoreMatch
  63. SUBSTR caseIgnoreSubstringsMatch
  64. SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
  65. -
  66. add: objectClasses
  67. objectClasses: ( 1.3.6.1.4.1.37505.1.1
  68. NAME 'wso2Person'
  69. DESC 'wso2Person'
  70. SUP inetOrgPerson
  71. STRUCTURAL
  72. MAY ( gender $ country $ nickName $ timeZone $ dateOfBirth $ role $ im $ url $ otherPhone $ privatePersonalIdentifier $ profileconfiguration $ prefferedLanguage)
  73. )
  74. -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement