milux / ctldap

LDAP Wrapper for ChurchTools
GNU General Public License v3.0
12 stars 8 forks source link

Retrieve LDAP Information with authenticated user #30

Closed teleharry closed 1 year ago

teleharry commented 2 years ago

I have some apps which try to retrieve information by its authenticated user. So the ldap wrapper only allows this by the root dn. Could this somehow be extended to any user who is authenticated?

milux commented 1 year ago

Obsolete, because 3.0.0 works with tokens therefore doesn't use normal authentication anymore. Theoretically, it would have been possible, but it would re-introduce some clutter (cookie handling) etc. that I have happily removed these days...