LDAP - not using uid #56

Closed
opened 2016-02-08 17:08:23 +01:00 by smithkyle · 2 comments
smithkyle commented 2016-02-08 17:08:23 +01:00 (Migrated from github.com)

We use ActiveDirectory for our directory services, and are not using the uid field. As a result, we cannot login using ldap auth because it results in the following error:

at HandleExceptions->handleError('8', 'Undefined index: uid', '/var/www/html/app/Services/LdapService.php', '49',

Please let me know if you need any additional info.

We use ActiveDirectory for our directory services, and are not using the uid field. As a result, we cannot login using ldap auth because it results in the following error: `at HandleExceptions->handleError('8', 'Undefined index: uid', '/var/www/html/app/Services/LdapService.php', '49',` Please let me know if you need any additional info.
ssddanbrown commented 2016-02-08 22:03:31 +01:00 (Migrated from github.com)

The above commit that will hopefully fix this has been merged into release. BookStack will now use the provided 'dn' if no 'uid' is provided. Let me know if this still doesn't solve the issue. Unfortunately I do not have ActiveDirectory to test against.

The above commit that will hopefully fix this has been merged into release. BookStack will now use the provided 'dn' if no 'uid' is provided. Let me know if this still doesn't solve the issue. Unfortunately I do not have ActiveDirectory to test against.
smithkyle commented 2016-02-09 17:33:46 +01:00 (Migrated from github.com)

Works perfect! Thank you!

Works perfect! Thank you!
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
bookstack/bookstack#56
No description provided.