Last modified by Christoph Bußenius on 2025/07/23 12:35

From version 2.1
edited by Christoph Bußenius
on 2025/07/23 12:26
Change comment: There is no comment for this version
To version 3.1
edited by Christoph Bußenius
on 2025/07/23 12:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,3 +31,13 @@
31 31  * ##(&(cn=GROUPNAME)(objectClass=groupOfUniqueNames))## mit base ##ou=udngroups,dc=cit,dc=tum,dc=de##
32 32  
33 33  Die ##groupOfUniqueNames## hat eine andere Base und sollte nur benutzt werden, wenn die anderen Varianten überhaupt nicht unterstützt werden.
34 +
35 +=== Command Line ===
36 +
37 +Vor allem zum Testen sind diese Command-Line-Tools hilfreich. Hierbei wird das ##ldapsearch## aus dem Ubuntu-Paket ldap-utils gebraucht. Beachte, dass es (z.B. auf Solaris) auch Varianten von ldapsearch gibt, die andere Optionen brauchen.
38 +
39 +==== LDAP-Baum dumpen: ====
40 +
41 +##ldapsearch -x -H 'ldaps:~/~/ldap.cit.tum.de' -b 'dc=cit,dc=tum,dc=de'##
42 +
43 +