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 Mar 20, 2019. It is now read-only.
i have some users in diffrent parts of the directory structure like:
CN={user.name},OU=administratoren,DC=ad,DC=wurst,DC=net
or
CN={user.name},OU=users,DC=ad,DC=wurst,DC=net
and to bind them need the full dn. Is there any hint how to prebind and than search for the user and
bind the found user?.
This schema is for example used in the ldap adapter for openvpn. There i have a prebind user and later define a SearchFilter "(&(sAMAccountName=%u))"
Is this pattern implemented?
thx
meno
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello,
i have some users in diffrent parts of the directory structure like:
CN={user.name},OU=administratoren,DC=ad,DC=wurst,DC=net
or
CN={user.name},OU=users,DC=ad,DC=wurst,DC=net
and to bind them need the full dn. Is there any hint how to prebind and than search for the user and
bind the found user?.
This schema is for example used in the ldap adapter for openvpn. There i have a prebind user and later define a SearchFilter "(&(sAMAccountName=%u))"
Is this pattern implemented?
thx
meno
The text was updated successfully, but these errors were encountered: