update docs
Compare changes
- Hahn Axel (hahn) authored
+ 26
− 44
@@ -14,7 +14,7 @@ As an example I create a hash named $aConfig and save it as "inc_config.php".
@@ -14,7 +14,7 @@ As an example I create a hash named $aConfig and save it as "inc_config.php".
@@ -31,34 +31,49 @@ return [
@@ -31,34 +31,49 @@ return [
* objGet(string $sDn, string $sSearchFilter = '(objectclass=*)', array $aAttributesToGet = ["*"]): bool|array
* objectAttributeAndValueExist(string $sDn, string $sAttribute, string $sAttrValue): bool - check only
* objectAttributeAndValueMustExist(string $sDn, string $sAttribute, string $sAttrValue): bool - force the existence of attribute and value
@@ -68,40 +83,7 @@ $oLdap=new imlldap($aConfig['ldap']);
@@ -68,40 +83,7 @@ $oLdap=new imlldap($aConfig['ldap']);
Use the username or an email address to get user data. The 2nd parameter defines the attributes to fetch (`["*"]` is default).