You are here

documentation.notes.txt in Lightweight Directory Access Protocol (LDAP) 7.2

Same filename and directory in other branches
  1. 8.2 ldap_test/test_ldap/hogwarts/documentation.notes.txt

-------------------------------------------
 user entry, open ldap
 dn: cn=hpotter,ou=people,dc=hogwarts,dc=edu 
-------------------------------------------
  cn     = hpotter
  mail   = hpotter@hogwarts.edu
  uid    = 1
  guid   = 101
  sn     = Potter
  house  = Gryffindor
  
  
-------------------------------------------
 user entry, active directory
 dn: cn=hpotter,ou=people,dc=hogwarts,dc=edu 
-------------------------------------------
  cn       = hpotter
  mail     = hpotter@hogwarts.edu
  uid      = 1
  guid     = 101
  sn       = Potter
  house    = Gryffindor
  memberof = cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  memberof = cn=students,ou=groups,dc=hogwarts,dc=edu
  memberof = cn=honors students,ou=groups,dc=hogwarts,dc=edu
  
  
-----------------------------------------------
 group entry
 dn: cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
-----------------------------------------------
  cn     = gryffindor
  gid    = 1
  guid   = 201
  member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
  member = cn=rweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=fweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=gweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=mmcgonagall,ou=people,dc=hogwarts,dc=edu
  member = cn=rhagrid,ou=people,dc=hogwarts,dc=edu
-------------------------------------------

----------------------------------------------
 group entry
 dn: cn=students,ou=groups,dc=hogwarts,dc=edu
----------------------------------------------
  cn     = students
  gid    = 4
  guid   = 204
  member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
  member = cn=rweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=fweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=gweasley,ou=people,dc=hogwarts,dc=edu
  member = cn=dmalfoy,ou=people,dc=hogwarts,dc=edu
  member = cn=ggoyle,ou=people,dc=hogwarts,dc=edu
   
----------------------------------------------
 group entry
 dn: cn=honors students,ou=groups,dc=hogwarts,dc=edu 
----------------------------------------------
  cn     = honors students
  gid    = 5
  guid   = 205
  member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
----------------------------------------------     

----------------------------------------------
 group entry
 dn: cn=users,ou=groups,dc=hogwarts,dc=edu
----------------------------------------------
  cn     = users
  gid    = 9
  guid   = 209    
  member = cn=students,ou=groups,dc=hogwarts,dc=edu
  member = cn=faculty,ou=groups,dc=hogwarts,dc=edu
  member = cn=staff,ou=groups,dc=hogwarts,dc=edu

=======================
Group Hierarchy
=======================
cn=users,ou=groups,dc=hogwarts,dc=edu
  cn=students,ou=groups,dc=hogwarts,dc=edu
  cn=faculty,ou=groups,dc=hogwarts,dc=edu
  cn=staff,ou=groups,dc=hogwarts,dc=edu

cn=faculty,ou=groups,dc=hogwarts,dc=edu
  ssnape
  adumbledore
  mmcgonagall
  spomana
  
cn=staff,ou=groups,dc=hogwarts,dc=edu
  ggoyle
  
cn=students,ou=groups,dc=hogwarts,dc=edu
  hpotter
  hgrainger
  rweasley
  fweasley
  gweasley
  dmalfoy
  ggoyle
  
cn=honors students,ou=groups,dc=hogwarts,dc=edu
  hpotter
  hgrainger
  
cn=probation students,ou=groups,dc=hogwarts,dc=edu 
  dmalfoy
  ggoyle
  
cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  hpotter
  hgrainger
  rweasley
  fweasley
  gweasley
  dmalfoy
  triddle
  
cn=hufflepuff,ou=groups,dc=hogwarts,dc=edu
  rhagrid
  
cn=slytherin,ou=groups,dc=hogwarts,dc=edu
  dmalfoy
  triddle
  adumbledore
  mmcgonagall
  spomana

File

ldap_test/test_ldap/hogwarts/documentation.notes.txt
View source
  1. -------------------------------------------
  2. user entry, open ldap
  3. dn: cn=hpotter,ou=people,dc=hogwarts,dc=edu
  4. -------------------------------------------
  5. cn = hpotter
  6. mail = hpotter@hogwarts.edu
  7. uid = 1
  8. guid = 101
  9. sn = Potter
  10. house = Gryffindor
  11. -------------------------------------------
  12. user entry, active directory
  13. dn: cn=hpotter,ou=people,dc=hogwarts,dc=edu
  14. -------------------------------------------
  15. cn = hpotter
  16. mail = hpotter@hogwarts.edu
  17. uid = 1
  18. guid = 101
  19. sn = Potter
  20. house = Gryffindor
  21. memberof = cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  22. memberof = cn=students,ou=groups,dc=hogwarts,dc=edu
  23. memberof = cn=honors students,ou=groups,dc=hogwarts,dc=edu
  24. -----------------------------------------------
  25. group entry
  26. dn: cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  27. -----------------------------------------------
  28. cn = gryffindor
  29. gid = 1
  30. guid = 201
  31. member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  32. member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
  33. member = cn=rweasley,ou=people,dc=hogwarts,dc=edu
  34. member = cn=fweasley,ou=people,dc=hogwarts,dc=edu
  35. member = cn=gweasley,ou=people,dc=hogwarts,dc=edu
  36. member = cn=mmcgonagall,ou=people,dc=hogwarts,dc=edu
  37. member = cn=rhagrid,ou=people,dc=hogwarts,dc=edu
  38. -------------------------------------------
  39. ----------------------------------------------
  40. group entry
  41. dn: cn=students,ou=groups,dc=hogwarts,dc=edu
  42. ----------------------------------------------
  43. cn = students
  44. gid = 4
  45. guid = 204
  46. member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  47. member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
  48. member = cn=rweasley,ou=people,dc=hogwarts,dc=edu
  49. member = cn=fweasley,ou=people,dc=hogwarts,dc=edu
  50. member = cn=gweasley,ou=people,dc=hogwarts,dc=edu
  51. member = cn=dmalfoy,ou=people,dc=hogwarts,dc=edu
  52. member = cn=ggoyle,ou=people,dc=hogwarts,dc=edu
  53. ----------------------------------------------
  54. group entry
  55. dn: cn=honors students,ou=groups,dc=hogwarts,dc=edu
  56. ----------------------------------------------
  57. cn = honors students
  58. gid = 5
  59. guid = 205
  60. member = cn=hpotter,ou=people,dc=hogwarts,dc=edu
  61. member = cn=hgrainger,ou=people,dc=hogwarts,dc=edu
  62. ----------------------------------------------
  63. ----------------------------------------------
  64. group entry
  65. dn: cn=users,ou=groups,dc=hogwarts,dc=edu
  66. ----------------------------------------------
  67. cn = users
  68. gid = 9
  69. guid = 209
  70. member = cn=students,ou=groups,dc=hogwarts,dc=edu
  71. member = cn=faculty,ou=groups,dc=hogwarts,dc=edu
  72. member = cn=staff,ou=groups,dc=hogwarts,dc=edu
  73. =======================
  74. Group Hierarchy
  75. =======================
  76. cn=users,ou=groups,dc=hogwarts,dc=edu
  77. cn=students,ou=groups,dc=hogwarts,dc=edu
  78. cn=faculty,ou=groups,dc=hogwarts,dc=edu
  79. cn=staff,ou=groups,dc=hogwarts,dc=edu
  80. cn=faculty,ou=groups,dc=hogwarts,dc=edu
  81. ssnape
  82. adumbledore
  83. mmcgonagall
  84. spomana
  85. cn=staff,ou=groups,dc=hogwarts,dc=edu
  86. ggoyle
  87. cn=students,ou=groups,dc=hogwarts,dc=edu
  88. hpotter
  89. hgrainger
  90. rweasley
  91. fweasley
  92. gweasley
  93. dmalfoy
  94. ggoyle
  95. cn=honors students,ou=groups,dc=hogwarts,dc=edu
  96. hpotter
  97. hgrainger
  98. cn=probation students,ou=groups,dc=hogwarts,dc=edu
  99. dmalfoy
  100. ggoyle
  101. cn=gryffindor,ou=groups,dc=hogwarts,dc=edu
  102. hpotter
  103. hgrainger
  104. rweasley
  105. fweasley
  106. gweasley
  107. dmalfoy
  108. triddle
  109. cn=hufflepuff,ou=groups,dc=hogwarts,dc=edu
  110. rhagrid
  111. cn=slytherin,ou=groups,dc=hogwarts,dc=edu
  112. dmalfoy
  113. triddle
  114. adumbledore
  115. mmcgonagall
  116. spomana