You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
Our company LDAP is made in such a way that our uids are not descriptive enough and we require everybody to use their email address as their username everywhere.
Yet, every time I try to log in with my email address, I get an error like this: [caldav-0] [txweb2.dav.resource#info] Could not find the principal resource for user id: [email protected]
And in my OpenLDAP logs, on the server: conn=2952 op=2 SRCH base="<snip>" scope=2 deref=0 filter="([email protected])"
No matter how I change the config, it still always try to bind using uid=. Right now I got a workaround by doing an ugly hack:
I have LDAP setup and can bind to it. I also have the following in my plist.conf:
Our company LDAP is made in such a way that our uids are not descriptive enough and we require everybody to use their email address as their username everywhere.
Yet, every time I try to log in with my email address, I get an error like this:
[caldav-0] [txweb2.dav.resource#info] Could not find the principal resource for user id: [email protected]
And in my OpenLDAP logs, on the server:
conn=2952 op=2 SRCH base="<snip>" scope=2 deref=0 filter="([email protected])"
No matter how I change the config, it still always try to bind using
uid=
. Right now I got a workaround by doing an ugly hack:is it possible that uid is NOT supposed to by mapped to anything else? In that case, I'll have to stay with code tweaks to make it work.
The text was updated successfully, but these errors were encountered: