Projet

Général

Profil

Paste
Télécharger (19,9 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_test / test_ldap / hogwarts / hogwarts_x_openldap1.entries.php @ 32700c57

1
<?php
2

    
3
/**
4
 * @file
5
 * Depracated File.  Not for use, but for reference
6
 * Array below generated by code and likely out of date.
7
 */
8

    
9
$entries = [
10
  'cn=hpotter,ou=people,dc=hogwarts,dc=edu' =>
11
    [
12
      'cn' =>
13
      [
14
        0 => 'hpotter',
15
        'count' => 1,
16
      ],
17
      'mail' =>
18
      [
19
        0 => 'hpotter@hogwarts.edu',
20
        'count' => 1,
21
      ],
22
      'uid' =>
23
      [
24
        0 => '1',
25
        'count' => 1,
26
      ],
27
      'guid' =>
28
      [
29
        0 => '101',
30
        'count' => 1,
31
      ],
32
      'sn' =>
33
      [
34
        0 => 'Potter',
35
        'count' => 1,
36
      ],
37
      'givenname' =>
38
      [
39
        0 => 'Harry',
40
        'count' => 1,
41
      ],
42
      'house' =>
43
      [
44
        0 => 'Gryffindor',
45
        'count' => 1,
46
      ],
47
      'department' =>
48
      [
49
        0 => '',
50
        'count' => 1,
51
      ],
52
      'faculty' =>
53
      [
54
        0 => 1,
55
        'count' => 1,
56
      ],
57
      'staff' =>
58
      [
59
        0 => 1,
60
        'count' => 1,
61
      ],
62
      'student' =>
63
      [
64
        0 => 1,
65
        'count' => 1,
66
      ],
67
      'gpa' =>
68
      [
69
        0 => '3.8',
70
        'count' => 1,
71
      ],
72
      'probation' =>
73
      [
74
        0 => 1,
75
        'count' => 1,
76
      ],
77
      'password' =>
78
      [
79
        0 => 'goodpwd',
80
        'count' => 1,
81
      ],
82
      'count' => 14,
83
    ],
84
  'cn=hgrainger,ou=people,dc=hogwarts,dc=edu' =>
85
    [
86
      'cn' =>
87
      [
88
        0 => 'hgrainger',
89
        'count' => 1,
90
      ],
91
      'mail' =>
92
      [
93
        0 => 'hgrainger@hogwarts.edu',
94
        'count' => 1,
95
      ],
96
      'uid' =>
97
      [
98
        0 => '2',
99
        'count' => 1,
100
      ],
101
      'guid' =>
102
      [
103
        0 => '102',
104
        'count' => 1,
105
      ],
106
      'sn' =>
107
      [
108
        0 => 'Granger',
109
        'count' => 1,
110
      ],
111
      'givenname' =>
112
      [
113
        0 => 'Hermione',
114
        'count' => 1,
115
      ],
116
      'house' =>
117
      [
118
        0 => 'Gryffindor',
119
        'count' => 1,
120
      ],
121
      'department' =>
122
      [
123
        0 => '',
124
        'count' => 1,
125
      ],
126
      'faculty' =>
127
      [
128
        0 => 1,
129
        'count' => 1,
130
      ],
131
      'staff' =>
132
      [
133
        0 => 1,
134
        'count' => 1,
135
      ],
136
      'student' =>
137
      [
138
        0 => 1,
139
        'count' => 1,
140
      ],
141
      'gpa' =>
142
      [
143
        0 => '4',
144
        'count' => 1,
145
      ],
146
      'probation' =>
147
      [
148
        0 => 1,
149
        'count' => 1,
150
      ],
151
      'password' =>
152
      [
153
        0 => 'goodpwd',
154
        'count' => 1,
155
      ],
156
      'count' => 14,
157
    ],
158
  'cn=rweasley,ou=people,dc=hogwarts,dc=edu' =>
159
    [
160
      'cn' =>
161
      [
162
        0 => 'rweasley',
163
        'count' => 1,
164
      ],
165
      'mail' =>
166
      [
167
        0 => 'rweasley@hogwarts.edu',
168
        'count' => 1,
169
      ],
170
      'uid' =>
171
      [
172
        0 => '3',
173
        'count' => 1,
174
      ],
175
      'guid' =>
176
      [
177
        0 => '103',
178
        'count' => 1,
179
      ],
180
      'sn' =>
181
      [
182
        0 => 'Weasley',
183
        'count' => 1,
184
      ],
185
      'givenname' =>
186
      [
187
        0 => 'Ron',
188
        'count' => 1,
189
      ],
190
      'house' =>
191
      [
192
        0 => 'Gryffindor',
193
        'count' => 1,
194
      ],
195
      'department' =>
196
      [
197
        0 => '',
198
        'count' => 1,
199
      ],
200
      'faculty' =>
201
      [
202
        0 => 1,
203
        'count' => 1,
204
      ],
205
      'staff' =>
206
      [
207
        0 => 1,
208
        'count' => 1,
209
      ],
210
      'student' =>
211
      [
212
        0 => 1,
213
        'count' => 1,
214
      ],
215
      'gpa' =>
216
      [
217
        0 => '3.6',
218
        'count' => 1,
219
      ],
220
      'probation' =>
221
      [
222
        0 => 1,
223
        'count' => 1,
224
      ],
225
      'password' =>
226
      [
227
        0 => 'goodpwd',
228
        'count' => 1,
229
      ],
230
      'count' => 14,
231
    ],
232
  'cn=fweasley,ou=people,dc=hogwarts,dc=edu' =>
233
    [
234
      'cn' =>
235
      [
236
        0 => 'fweasley',
237
        'count' => 1,
238
      ],
239
      'mail' =>
240
      [
241
        0 => 'fweasley@hogwarts.edu',
242
        'count' => 1,
243
      ],
244
      'uid' =>
245
      [
246
        0 => '4',
247
        'count' => 1,
248
      ],
249
      'guid' =>
250
      [
251
        0 => '104',
252
        'count' => 1,
253
      ],
254
      'sn' =>
255
      [
256
        0 => 'Weasley',
257
        'count' => 1,
258
      ],
259
      'givenname' =>
260
      [
261
        0 => 'Fred',
262
        'count' => 1,
263
      ],
264
      'house' =>
265
      [
266
        0 => 'Gryffindor',
267
        'count' => 1,
268
      ],
269
      'department' =>
270
      [
271
        0 => '',
272
        'count' => 1,
273
      ],
274
      'faculty' =>
275
      [
276
        0 => 1,
277
        'count' => 1,
278
      ],
279
      'staff' =>
280
      [
281
        0 => 1,
282
        'count' => 1,
283
      ],
284
      'student' =>
285
      [
286
        0 => 1,
287
        'count' => 1,
288
      ],
289
      'gpa' =>
290
      [
291
        0 => '3',
292
        'count' => 1,
293
      ],
294
      'probation' =>
295
      [
296
        0 => 1,
297
        'count' => 1,
298
      ],
299
      'password' =>
300
      [
301
        0 => 'goodpwd',
302
        'count' => 1,
303
      ],
304
      'count' => 14,
305
    ],
306
  'cn=gweasley,ou=people,dc=hogwarts,dc=edu' =>
307
    [
308
      'cn' =>
309
      [
310
        0 => 'gweasley',
311
        'count' => 1,
312
      ],
313
      'mail' =>
314
      [
315
        0 => 'gweasley@hogwarts.edu',
316
        'count' => 1,
317
      ],
318
      'uid' =>
319
      [
320
        0 => '5',
321
        'count' => 1,
322
      ],
323
      'guid' =>
324
      [
325
        0 => '105',
326
        'count' => 1,
327
      ],
328
      'sn' =>
329
      [
330
        0 => 'Weasley',
331
        'count' => 1,
332
      ],
333
      'givenname' =>
334
      [
335
        0 => 'George',
336
        'count' => 1,
337
      ],
338
      'house' =>
339
      [
340
        0 => 'Gryffindor',
341
        'count' => 1,
342
      ],
343
      'department' =>
344
      [
345
        0 => '',
346
        'count' => 1,
347
      ],
348
      'faculty' =>
349
      [
350
        0 => 1,
351
        'count' => 1,
352
      ],
353
      'staff' =>
354
      [
355
        0 => 1,
356
        'count' => 1,
357
      ],
358
      'student' =>
359
      [
360
        0 => 1,
361
        'count' => 1,
362
      ],
363
      'gpa' =>
364
      [
365
        0 => '2.7',
366
        'count' => 1,
367
      ],
368
      'probation' =>
369
      [
370
        0 => 1,
371
        'count' => 1,
372
      ],
373
      'password' =>
374
      [
375
        0 => 'goodpwd',
376
        'count' => 1,
377
      ],
378
      'count' => 14,
379
    ],
380
  'cn=dmalfoy,ou=people,dc=hogwarts,dc=edu' =>
381
    [
382
      'cn' =>
383
      [
384
        0 => 'dmalfoy',
385
        'count' => 1,
386
      ],
387
      'mail' =>
388
      [
389
        0 => 'dmalfoy@hogwarts.edu',
390
        'count' => 1,
391
      ],
392
      'uid' =>
393
      [
394
        0 => '6',
395
        'count' => 1,
396
      ],
397
      'guid' =>
398
      [
399
        0 => '106',
400
        'count' => 1,
401
      ],
402
      'sn' =>
403
      [
404
        0 => 'Malfoy',
405
        'count' => 1,
406
      ],
407
      'givenname' =>
408
      [
409
        0 => 'Draco',
410
        'count' => 1,
411
      ],
412
      'house' =>
413
      [
414
        0 => 'Slytherin',
415
        'count' => 1,
416
      ],
417
      'department' =>
418
      [
419
        0 => '',
420
        'count' => 1,
421
      ],
422
      'faculty' =>
423
      [
424
        0 => 1,
425
        'count' => 1,
426
      ],
427
      'staff' =>
428
      [
429
        0 => 1,
430
        'count' => 1,
431
      ],
432
      'student' =>
433
      [
434
        0 => 1,
435
        'count' => 1,
436
      ],
437
      'gpa' =>
438
      [
439
        0 => '3.7',
440
        'count' => 1,
441
      ],
442
      'probation' =>
443
      [
444
        0 => 1,
445
        'count' => 1,
446
      ],
447
      'password' =>
448
      [
449
        0 => 'goodpwd',
450
        'count' => 1,
451
      ],
452
      'count' => 14,
453
    ],
454
  'cn=triddle,ou=people,dc=hogwarts,dc=edu' =>
455
    [
456
      'cn' =>
457
      [
458
        0 => 'triddle',
459
        'count' => 1,
460
      ],
461
      'mail' =>
462
      [
463
        0 => 'triddle@hogwarts.edu',
464
        'count' => 1,
465
      ],
466
      'uid' =>
467
      [
468
        0 => '7',
469
        'count' => 1,
470
      ],
471
      'guid' =>
472
      [
473
        0 => '107',
474
        'count' => 1,
475
      ],
476
      'sn' =>
477
      [
478
        0 => 'Riddle',
479
        'count' => 1,
480
      ],
481
      'givenname' =>
482
      [
483
        0 => 'Tom',
484
        'count' => 1,
485
      ],
486
      'house' =>
487
      [
488
        0 => 'Slytherin',
489
        'count' => 1,
490
      ],
491
      'department' =>
492
      [
493
        0 => '',
494
        'count' => 1,
495
      ],
496
      'faculty' =>
497
      [
498
        0 => 1,
499
        'count' => 1,
500
      ],
501
      'staff' =>
502
      [
503
        0 => 1,
504
        'count' => 1,
505
      ],
506
      'student' =>
507
      [
508
        0 => 1,
509
        'count' => 1,
510
      ],
511
      'gpa' =>
512
      [
513
        0 => '3.6',
514
        'count' => 1,
515
      ],
516
      'probation' =>
517
      [
518
        0 => 1,
519
        'count' => 1,
520
      ],
521
      'password' =>
522
      [
523
        0 => 'goodpwd',
524
        'count' => 1,
525
      ],
526
      'count' => 14,
527
    ],
528
  'cn=ggoyle,ou=people,dc=hogwarts,dc=edu' =>
529
    [
530
      'cn' =>
531
      [
532
        0 => 'ggoyle',
533
        'count' => 1,
534
      ],
535
      'mail' =>
536
      [
537
        0 => 'ggoyle@hogwarts.edu',
538
        'count' => 1,
539
      ],
540
      'uid' =>
541
      [
542
        0 => '8',
543
        'count' => 1,
544
      ],
545
      'guid' =>
546
      [
547
        0 => '108',
548
        'count' => 1,
549
      ],
550
      'sn' =>
551
      [
552
        0 => 'Goyle',
553
        'count' => 1,
554
      ],
555
      'givenname' =>
556
      [
557
        0 => 'Gregory',
558
        'count' => 1,
559
      ],
560
      'house' =>
561
      [
562
        0 => 'Slytherin',
563
        'count' => 1,
564
      ],
565
      'department' =>
566
      [
567
        0 => '',
568
        'count' => 1,
569
      ],
570
      'faculty' =>
571
      [
572
        0 => 1,
573
        'count' => 1,
574
      ],
575
      'staff' =>
576
      [
577
        0 => 1,
578
        'count' => 1,
579
      ],
580
      'student' =>
581
      [
582
        0 => 1,
583
        'count' => 1,
584
      ],
585
      'gpa' =>
586
      [
587
        0 => '3.3',
588
        'count' => 1,
589
      ],
590
      'probation' =>
591
      [
592
        0 => 1,
593
        'count' => 1,
594
      ],
595
      'password' =>
596
      [
597
        0 => 'goodpwd',
598
        'count' => 1,
599
      ],
600
      'count' => 14,
601
    ],
602
  'cn=ssnape,ou=people,dc=hogwarts,dc=edu' =>
603
    [
604
      'cn' =>
605
      [
606
        0 => 'ssnape',
607
        'count' => 1,
608
      ],
609
      'mail' =>
610
      [
611
        0 => 'ssnape@hogwarts.edu',
612
        'count' => 1,
613
      ],
614
      'uid' =>
615
      [
616
        0 => '9',
617
        'count' => 1,
618
      ],
619
      'guid' =>
620
      [
621
        0 => '109',
622
        'count' => 1,
623
      ],
624
      'sn' =>
625
      [
626
        0 => 'Snape',
627
        'count' => 1,
628
      ],
629
      'givenname' =>
630
      [
631
        0 => 'Severus ',
632
        'count' => 1,
633
      ],
634
      'house' =>
635
      [
636
        0 => 'Slytherin',
637
        'count' => 1,
638
      ],
639
      'department' =>
640
      [
641
        0 => 'Defence Against the Dark Arts professor ',
642
        'count' => 1,
643
      ],
644
      'faculty' =>
645
      [
646
        0 => 1,
647
        'count' => 1,
648
      ],
649
      'staff' =>
650
      [
651
        0 => 1,
652
        'count' => 1,
653
      ],
654
      'student' =>
655
      [
656
        0 => 1,
657
        'count' => 1,
658
      ],
659
      'gpa' =>
660
      [
661
        0 => '',
662
        'count' => 1,
663
      ],
664
      'probation' =>
665
      [
666
        0 => 0,
667
        'count' => 1,
668
      ],
669
      'password' =>
670
      [
671
        0 => 'goodpwd',
672
        'count' => 1,
673
      ],
674
      'count' => 14,
675
    ],
676
  'cn=adumbledore,ou=people,dc=hogwarts,dc=edu' =>
677
    [
678
      'cn' =>
679
      [
680
        0 => 'adumbledore',
681
        'count' => 1,
682
      ],
683
      'mail' =>
684
      [
685
        0 => 'adumbledore@hogwarts.edu',
686
        'count' => 1,
687
      ],
688
      'uid' =>
689
      [
690
        0 => '10',
691
        'count' => 1,
692
      ],
693
      'guid' =>
694
      [
695
        0 => '110',
696
        'count' => 1,
697
      ],
698
      'sn' =>
699
      [
700
        0 => 'Dumbledore',
701
        'count' => 1,
702
      ],
703
      'givenname' =>
704
      [
705
        0 => 'Albus',
706
        'count' => 1,
707
      ],
708
      'house' =>
709
      [
710
        0 => '',
711
        'count' => 1,
712
      ],
713
      'department' =>
714
      [
715
        0 => 'Head Master Of Hogwarts',
716
        'count' => 1,
717
      ],
718
      'faculty' =>
719
      [
720
        0 => 1,
721
        'count' => 1,
722
      ],
723
      'staff' =>
724
      [
725
        0 => 1,
726
        'count' => 1,
727
      ],
728
      'student' =>
729
      [
730
        0 => 1,
731
        'count' => 1,
732
      ],
733
      'gpa' =>
734
      [
735
        0 => '',
736
        'count' => 1,
737
      ],
738
      'probation' =>
739
      [
740
        0 => 0,
741
        'count' => 1,
742
      ],
743
      'password' =>
744
      [
745
        0 => 'goodpwd',
746
        'count' => 1,
747
      ],
748
      'count' => 14,
749
    ],
750
  'cn=mmcgonagall,ou=people,dc=hogwarts,dc=edu' =>
751
    [
752
      'cn' =>
753
      [
754
        0 => 'mmcgonagall',
755
        'count' => 1,
756
      ],
757
      'mail' =>
758
      [
759
        0 => 'mmcgonagall@hogwarts.edu',
760
        'count' => 1,
761
      ],
762
      'uid' =>
763
      [
764
        0 => '11',
765
        'count' => 1,
766
      ],
767
      'guid' =>
768
      [
769
        0 => '111',
770
        'count' => 1,
771
      ],
772
      'sn' =>
773
      [
774
        0 => 'McGonagall',
775
        'count' => 1,
776
      ],
777
      'givenname' =>
778
      [
779
        0 => 'Minerva',
780
        'count' => 1,
781
      ],
782
      'house' =>
783
      [
784
        0 => 'Gryffindor',
785
        'count' => 1,
786
      ],
787
      'department' =>
788
      [
789
        0 => 'Tranfiguration/ Deputy Head Mistress',
790
        'count' => 1,
791
      ],
792
      'faculty' =>
793
      [
794
        0 => 1,
795
        'count' => 1,
796
      ],
797
      'staff' =>
798
      [
799
        0 => 1,
800
        'count' => 1,
801
      ],
802
      'student' =>
803
      [
804
        0 => 1,
805
        'count' => 1,
806
      ],
807
      'gpa' =>
808
      [
809
        0 => '',
810
        'count' => 1,
811
      ],
812
      'probation' =>
813
      [
814
        0 => 0,
815
        'count' => 1,
816
      ],
817
      'password' =>
818
      [
819
        0 => 'goodpwd',
820
        'count' => 1,
821
      ],
822
      'count' => 14,
823
    ],
824
  'cn=spomana,ou=people,dc=hogwarts,dc=edu' =>
825
    [
826
      'cn' =>
827
      [
828
        0 => 'spomana',
829
        'count' => 1,
830
      ],
831
      'mail' =>
832
      [
833
        0 => 'spomana@hogwarts.edu',
834
        'count' => 1,
835
      ],
836
      'uid' =>
837
      [
838
        0 => '12',
839
        'count' => 1,
840
      ],
841
      'guid' =>
842
      [
843
        0 => '112',
844
        'count' => 1,
845
      ],
846
      'sn' =>
847
      [
848
        0 => 'Pomona',
849
        'count' => 1,
850
      ],
851
      'givenname' =>
852
      [
853
        0 => 'Sprout',
854
        'count' => 1,
855
      ],
856
      'house' =>
857
      [
858
        0 => 'Hufflepuff',
859
        'count' => 1,
860
      ],
861
      'department' =>
862
      [
863
        0 => 'Herbology',
864
        'count' => 1,
865
      ],
866
      'faculty' =>
867
      [
868
        0 => 1,
869
        'count' => 1,
870
      ],
871
      'staff' =>
872
      [
873
        0 => 1,
874
        'count' => 1,
875
      ],
876
      'student' =>
877
      [
878
        0 => 1,
879
        'count' => 1,
880
      ],
881
      'gpa' =>
882
      [
883
        0 => '',
884
        'count' => 1,
885
      ],
886
      'probation' =>
887
      [
888
        0 => 0,
889
        'count' => 1,
890
      ],
891
      'password' =>
892
      [
893
        0 => 'goodpwd',
894
        'count' => 1,
895
      ],
896
      'count' => 14,
897
    ],
898
  'cn=rhagrid,ou=people,dc=hogwarts,dc=edu' =>
899
    [
900
      'cn' =>
901
      [
902
        0 => 'rhagrid',
903
        'count' => 1,
904
      ],
905
      'mail' =>
906
      [
907
        0 => 'rhagrid@hogwarts.edu',
908
        'count' => 1,
909
      ],
910
      'uid' =>
911
      [
912
        0 => '13',
913
        'count' => 1,
914
      ],
915
      'guid' =>
916
      [
917
        0 => '113',
918
        'count' => 1,
919
      ],
920
      'sn' =>
921
      [
922
        0 => 'Hagrid',
923
        'count' => 1,
924
      ],
925
      'givenname' =>
926
      [
927
        0 => 'Rubeus',
928
        'count' => 1,
929
      ],
930
      'house' =>
931
      [
932
        0 => 'Gryffindor',
933
        'count' => 1,
934
      ],
935
      'department' =>
936
      [
937
        0 => '',
938
        'count' => 1,
939
      ],
940
      'faculty' =>
941
      [
942
        0 => 1,
943
        'count' => 1,
944
      ],
945
      'staff' =>
946
      [
947
        0 => 1,
948
        'count' => 1,
949
      ],
950
      'student' =>
951
      [
952
        0 => 1,
953
        'count' => 1,
954
      ],
955
      'gpa' =>
956
      [
957
        0 => '',
958
        'count' => 1,
959
      ],
960
      'probation' =>
961
      [
962
        0 => 0,
963
        'count' => 1,
964
      ],
965
      'password' =>
966
      [
967
        0 => 'goodpwd',
968
        'count' => 1,
969
      ],
970
      'count' => 14,
971
    ],
972
  'cn=gryffindor,ou=groups,dc=hogwarts,dc=edu' =>
973
    [
974
      'cn' =>
975
      [
976
        0 => 'gryffindor',
977
        'count' => 1,
978
      ],
979
      'gid' =>
980
      [
981
        0 => '1',
982
        'count' => 1,
983
      ],
984
      'guid' =>
985
      [
986
        0 => 201,
987
        'count' => 1,
988
      ],
989
      'member' =>
990
      [
991
        0 => 'cn=hpotter,ou=people,dc=hogwarts,dc=edu',
992
        1 => 'cn=hgrainger,ou=people,dc=hogwarts,dc=edu',
993
        2 => 'cn=rweasley,ou=people,dc=hogwarts,dc=edu',
994
        3 => 'cn=fweasley,ou=people,dc=hogwarts,dc=edu',
995
        4 => 'cn=gweasley,ou=people,dc=hogwarts,dc=edu',
996
        5 => 'cn=mmcgonagall,ou=people,dc=hogwarts,dc=edu',
997
        6 => 'cn=rhagrid,ou=people,dc=hogwarts,dc=edu',
998
        'count' => 7,
999
      ],
1000
    ],
1001
  'cn=slytherin,ou=groups,dc=hogwarts,dc=edu' =>
1002
    [
1003
      'cn' =>
1004
      [
1005
        0 => 'slytherin',
1006
        'count' => 1,
1007
      ],
1008
      'gid' =>
1009
      [
1010
        0 => '2',
1011
        'count' => 1,
1012
      ],
1013
      'guid' =>
1014
      [
1015
        0 => 202,
1016
        'count' => 1,
1017
      ],
1018
      'member' =>
1019
      [
1020
        0 => 'cn=dmalfoy,ou=people,dc=hogwarts,dc=edu',
1021
        1 => 'cn=triddle,ou=people,dc=hogwarts,dc=edu',
1022
        2 => 'cn=ggoyle,ou=people,dc=hogwarts,dc=edu',
1023
        3 => 'cn=ssnape,ou=people,dc=hogwarts,dc=edu',
1024
        4 => 'cn=dmalfoy,ou=people,dc=hogwarts,dc=edu',
1025
        'count' => 5,
1026
      ],
1027
    ],
1028
  'cn=hufflepuff,ou=groups,dc=hogwarts,dc=edu' =>
1029
    [
1030
      'cn' =>
1031
      [
1032
        0 => 'hufflepuff',
1033
        'count' => 1,
1034
      ],
1035
      'gid' =>
1036
      [
1037
        0 => '3',
1038
        'count' => 1,
1039
      ],
1040
      'guid' =>
1041
      [
1042
        0 => 203,
1043
        'count' => 1,
1044
      ],
1045
      'member' =>
1046
      [
1047
        0 => 'cn=spomana,ou=people,dc=hogwarts,dc=edu',
1048
        'count' => 1,
1049
      ],
1050
    ],
1051
  'cn=students,ou=groups,dc=hogwarts,dc=edu' =>
1052
    [
1053
      'cn' =>
1054
      [
1055
        0 => 'students',
1056
        'count' => 1,
1057
      ],
1058
      'gid' =>
1059
      [
1060
        0 => '4',
1061
        'count' => 1,
1062
      ],
1063
      'guid' =>
1064
      [
1065
        0 => 204,
1066
        'count' => 1,
1067
      ],
1068
      'member' =>
1069
      [
1070
        0 => 'cn=hpotter,ou=people,dc=hogwarts,dc=edu',
1071
        1 => 'cn=hgrainger,ou=people,dc=hogwarts,dc=edu',
1072
        2 => 'cn=rweasley,ou=people,dc=hogwarts,dc=edu',
1073
        3 => 'cn=fweasley,ou=people,dc=hogwarts,dc=edu',
1074
        4 => 'cn=gweasley,ou=people,dc=hogwarts,dc=edu',
1075
        5 => 'cn=dmalfoy,ou=people,dc=hogwarts,dc=edu',
1076
        6 => 'cn=ggoyle,ou=people,dc=hogwarts,dc=edu',
1077
        'count' => 7,
1078
      ],
1079
    ],
1080
  'cn=honors students,ou=groups,dc=hogwarts,dc=edu' =>
1081
    [
1082
      'cn' =>
1083
      [
1084
        0 => 'honors students',
1085
        'count' => 1,
1086
      ],
1087
      'gid' =>
1088
      [
1089
        0 => '5',
1090
        'count' => 1,
1091
      ],
1092
      'guid' =>
1093
      [
1094
        0 => 205,
1095
        'count' => 1,
1096
      ],
1097
      'member' =>
1098
      [
1099
        0 => 'cn=hpotter,ou=people,dc=hogwarts,dc=edu',
1100
        1 => 'cn=hgrainger,ou=people,dc=hogwarts,dc=edu',
1101
        'count' => 2,
1102
      ],
1103
    ],
1104
  'cn=probation students,ou=groups,dc=hogwarts,dc=edu' =>
1105
    [
1106
      'cn' =>
1107
      [
1108
        0 => 'probation students',
1109
        'count' => 1,
1110
      ],
1111
      'gid' =>
1112
      [
1113
        0 => '6',
1114
        'count' => 1,
1115
      ],
1116
      'guid' =>
1117
      [
1118
        0 => 206,
1119
        'count' => 1,
1120
      ],
1121
      'member' =>
1122
      [
1123
        0 => 'cn=dmalfoy,ou=people,dc=hogwarts,dc=edu',
1124
        1 => 'cn=ggoyle,ou=people,dc=hogwarts,dc=edu',
1125
        'count' => 2,
1126
      ],
1127
    ],
1128
  'cn=faculty,ou=groups,dc=hogwarts,dc=edu' =>
1129
    [
1130
      'cn' =>
1131
      [
1132
        0 => 'faculty',
1133
        'count' => 1,
1134
      ],
1135
      'gid' =>
1136
      [
1137
        0 => '7',
1138
        'count' => 1,
1139
      ],
1140
      'guid' =>
1141
      [
1142
        0 => 207,
1143
        'count' => 1,
1144
      ],
1145
      'member' =>
1146
      [
1147
        0 => 'cn=ssnape,ou=people,dc=hogwarts,dc=edu',
1148
        1 => 'cn=adumbledore,ou=people,dc=hogwarts,dc=edu',
1149
        2 => 'cn=mmcgonagall,ou=people,dc=hogwarts,dc=edu',
1150
        3 => 'cn=spomana,ou=people,dc=hogwarts,dc=edu',
1151
        'count' => 4,
1152
      ],
1153
    ],
1154
  'cn=staff,ou=groups,dc=hogwarts,dc=edu' =>
1155
    [
1156
      'cn' =>
1157
      [
1158
        0 => 'staff',
1159
        'count' => 1,
1160
      ],
1161
      'gid' =>
1162
      [
1163
        0 => '8',
1164
        'count' => 1,
1165
      ],
1166
      'guid' =>
1167
      [
1168
        0 => 208,
1169
        'count' => 1,
1170
      ],
1171
      'member' =>
1172
      [
1173
        0 => 'cn=rhagrid,ou=people,dc=hogwarts,dc=edu',
1174
        'count' => 1,
1175
      ],
1176
    ],
1177
  'cn=users,ou=groups,dc=hogwarts,dc=edu' =>
1178
    [
1179
      'cn' =>
1180
      [
1181
        0 => 'users',
1182
        'count' => 1,
1183
      ],
1184
      'gid' =>
1185
      [
1186
        0 => '9',
1187
        'count' => 1,
1188
      ],
1189
      'guid' =>
1190
      [
1191
        0 => 209,
1192
        'count' => 1,
1193
      ],
1194
      'member' =>
1195
      [
1196
        0 => 'cn=students,ou=groups,dc=hogwarts,dc=edu',
1197
        1 => 'cn=faculty,ou=groups,dc=hogwarts,dc=edu',
1198
        2 => 'cn=staff,ou=groups,dc=hogwarts,dc=edu',
1199
        'count' => 3,
1200
      ],
1201
    ],
1202
];