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