Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class ActiveDirectory extends Ldap |
||
15 | { |
||
16 | public const ERR_PASSWORD_RESET = 'RESETPASSWORD'; |
||
17 | public const ERR_ACCOUNT_RESET = 'RESETACCOUNT'; |
||
18 | public const ERR_LOGON_RESTRICTION = 'LOGONRESTRICTION'; |
||
19 | |||
20 | |||
21 | /** |
||
22 | * Resolves the bind exception |
||
23 | * |
||
24 | * @return string |
||
25 | */ |
||
26 | protected function resolveBindException(): string |
||
49 |