BookStack/app/Auth/Access
Dan Brown af032f8993 Tweaked LDAP TLS Implementation
- Moved the ldap function out to our separate service for easier
  testing.
- Added testing for the option.
- Moved tls_insecure part back up above connection start as found more
  reliable there.

Done a lot of real-connection testing during this review.
Used wireshare to ensure TLS connection does take place.
Found LDAP_TLS_INSECURE=false can action unreliably, restarting php-fpm
helped.
Tested both trusted and untrusted certificates.
2021-02-07 20:00:04 +00:00
..
Guards Moved models to folder, renamed managers to tools 2020-11-21 23:20:54 +00:00
EmailConfirmationService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
ExternalAuthService.php Removed role 'name' field from database 2020-08-04 14:55:01 +01:00
ExternalBaseUserProvider.php Started alignment of auth services 2020-02-01 11:42:22 +00:00
Ldap.php Tweaked LDAP TLS Implementation 2021-02-07 20:00:04 +00:00
LdapService.php Tweaked LDAP TLS Implementation 2021-02-07 20:00:04 +00:00
RegistrationService.php Implemented remainder of activity types 2020-11-20 19:33:11 +00:00
Saml2Service.php Implemented remainder of activity types 2020-11-20 19:33:11 +00:00
SocialAuthService.php Implemented remainder of activity types 2020-11-20 19:33:11 +00: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