Add ldap identities plugin

This commit is contained in:
Floris Westerman 2020-11-09 21:49:18 +01:00
parent 6919a6a34f
commit abe058943e
No known key found for this signature in database
GPG key ID: E2AED138B92702B0
5 changed files with 496 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<?php
class LdapException extends \RainLoop\Exceptions\Exception
{
}