1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Combined LDAP connect and bind for failover handling

Not totally happy with the complexity in approach, could maybe do with
refactoring some of this out, but getting a little tired spending time
on this.
This commit is contained in:
Dan Brown
2022-10-17 17:46:14 +01:00
parent 303dbf9b01
commit 3d8df952b7
3 changed files with 94 additions and 67 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace BookStack\Exceptions;
class LdapFailedBindException extends LdapException
{
}