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

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

Summary

Details

Page properties
Content
... ... @@ -40,4 +40,10 @@
40 40  
41 41  ##ldapsearch -x -H 'ldaps:~/~/ldap.cit.tum.de' -b 'dc=cit,dc=tum,dc=de'##
42 42  
43 -
43 +==== User suchen: ====
44 +
45 +ldapsearch -x -H 'ldaps://ldap.cit.tum.de' -b 'dc=cit,dc=tum,dc=de' '(&(objectClass=rbgAccount)(uid=USERNAME))'
46 +
47 +==== Userpasswort prüfen: ====
48 +
49 +ldapsearch -x -H 'ldaps://ldap.cit.tum.de' -D 'uid=USERNAME,ou=users,ou=dir,dc=cit,dc=tum,dc=de' -W '' b 'ou=dir,dc=cit,dc=tum,dc=de' -s base