Home
last modified time | relevance | path

Searched refs:LdapMissingException (Results 1 – 5 of 5) sorted by relevance

/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Authentication/
H A DADAuthorizationAuthorizer.php7 use LibreNMS\Exceptions\LdapMissingException; alias
22 throw new LdapMissingException();
H A DActiveDirectoryAuthorizer.php11 use LibreNMS\Exceptions\LdapMissingException; alias
191 throw new LdapMissingException();
H A DLdapAuthorizationAuthorizer.php29 use LibreNMS\Exceptions\LdapMissingException; alias
41 throw new LdapMissingException();
H A DLdapAuthorizer.php8 use LibreNMS\Exceptions\LdapMissingException; alias
366 throw new LdapMissingException();
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Exceptions/
H A DLdapMissingException.php27 class LdapMissingException extends AuthenticationException class