Changes for page LDAP-Einbindung für Anwendungen
Last modified by Christoph Bußenius on 2025/07/23 12:35
From version 1.1
edited by Christoph Bußenius
on 2025/07/23 12:00
on 2025/07/23 12:00
Change comment:
There is no comment for this version
To version 1.2
edited by Christoph Bußenius
on 2025/07/23 12:05
on 2025/07/23 12:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,4 +11,8 @@ 11 11 12 12 == Config: == 13 13 14 - 14 +* LDAP-Server: ldaps:~/~/ldap.cit.tum.de (Port 636) oder ldap:~/~/ldap.cit.tum.de (Port 389 mit StartTLS) 15 +* Base: ##ou=dir,dc=cit,dc=tum,dc=de## 16 +* Suchterm für Users: ##(&(objectClass=rbgAccount)(uid=LOGINNAME))## ~-~- Dabei ist LOGINNAME der Login-Name, den man sucht 17 +* Alternativ zur User-Suche: DN Pattern benutzen: ##uid=LOGINNAME,ou=users,ou=dir,dc=cit,dc=tum,dc=de## 18 +*