adldap / adLDAP

adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.
GNU Lesser General Public License v2.1
424 stars 204 forks source link

AD bind admin user with different account suffix #117

Closed fernwerker closed 8 years ago

fernwerker commented 8 years ago

Hi, I'm using adLDAP in dokuwiki as auth plugin and have difficulties by configuring my setup.

We got two different domains: example.com others.example.com

Both can be queried by the same admin_user: wiki@example.com

Configuration for example.com works. Users can log in. Groups are searched. The problem is in the subdomain. I cannot configure a separate account_suffix only for the query user. This has to be the same as the login user. Is there any work around or solution? Thanks.

fernwerker commented 8 years ago

Sorry. Already fixed in current release. Dokuwiki is just not using it yet.