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

From version 5.1
edited by Christoph Bußenius
on 2025/07/23 12:35
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
... ... @@ -42,8 +42,8 @@
42 42  
43 43  ==== User suchen: ====
44 44  
45 -##ldapsearch -x -H 'ldaps://ldap.cit.tum.de' -b 'dc=cit,dc=tum,dc=de' '(&(objectClass=rbgAccount)(uid=USERNAME))'
45 +ldapsearch -x -H 'ldaps://ldap.cit.tum.de' -b 'dc=cit,dc=tum,dc=de' '(&(objectClass=rbgAccount)(uid=USERNAME))'
46 46  
47 47  ==== Userpasswort prüfen: ====
48 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
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