]> BookStack Code Mirror - bookstack/commit
Added ldap host failover test, updated error handling
authorDan Brown <redacted>
Sun, 16 Oct 2022 21:15:15 +0000 (22:15 +0100)
committerDan Brown <redacted>
Sun, 16 Oct 2022 21:15:15 +0000 (22:15 +0100)
commit392eef82730478000e6a87060f02e88111fd02a1
treeefb2b9b6573a3b663965fb7f4a964bd1ad057334
parentfc4380cbc7f002896dcc7e2c08910ae2602ce350
Added ldap host failover test, updated error handling

Error handling updated after testing, since the ldap 'starttls'
operation can throw an error, or maybe return false. The PHP docs are
quite under-documented in regards to this function.
app/Auth/Access/LdapService.php
tests/Auth/LdapTest.php