BookStack/tests/Auth
Dan Brown f9fa6904b9
Made LDAP auth ID attribute configurable
- Allows the field that gets stored as the "External Authentication ID"
to be configurable. Defined as LDAP_ID_ATTRIBUTE=uid in .env.
- Added test to cover usage.
- Also now auto-lowercases when searching for attributes in LDAP
response since PHP always provides them as lower case.

Closes #592.
2019-12-16 12:40:21 +00:00
..
AuthTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
LdapTest.php Made LDAP auth ID attribute configurable 2019-12-16 12:40:21 +00:00
Saml2.php Added tests to cover saml and added controller middleware 2019-11-17 19:15:37 +00:00
SocialAuthTest.php Updated to laravel 6 2019-09-14 14:12:39 +01:00
UserInviteTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00