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
is it possible to login with uid or mail? Actually (&(uid=baba)) will be added, so no "OR" is possible: (&(|(uid=baba)(mail=baba))(objectClass=person)(memberOf=cn=openvpn,ou=groups,dc=example,dc=com))
Thanks!
The text was updated successfully, but these errors were encountered:
Hi. Sorry about the slow reply. LDAP_FILTER is, as you say, appended to the user lookup and is used to filter the results rather than specify which attribute is used for the user match. LDAP_LOGIN_ATTRIBUTE is used to specify that attribute, but this uses maps ("map passwd uid $login_attribute") and I don't believe you can have multiple attributes mapped to uid.
Looking though the man pages for nscld.conf I don't believe that logging in with mail or uid is possible (https://manpages.ubuntu.com/manpages/focal/en/man5/nslcd.conf.5.html)
Hi @wheelybird ,
is it possible to login with uid or mail? Actually (&(uid=baba)) will be added, so no "OR" is possible:
(&(|(uid=baba)(mail=baba))(objectClass=person)(memberOf=cn=openvpn,ou=groups,dc=example,dc=com))
Thanks!
The text was updated successfully, but these errors were encountered: