BookStack/app/Auth/Access
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
..
EmailConfirmationService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
ExternalAuthService.php Appeased codeclimate by extracting out external_auth_id group matching 2019-11-16 15:24:09 +00:00
Ldap.php Added proper escaping to LDAP filter operations 2018-12-20 20:04:09 +00:00
LdapService.php Made LDAP auth ID attribute configurable 2019-12-16 12:40:21 +00:00
Saml2Service.php Added onelogin attribution and tweaks after testing saml with onelogin 2019-11-17 17:00:42 +00:00
SocialAuthService.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
UserInviteService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
UserTokenService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00