* objectAttributeAndValueMustExist(string $sDn, string $sAttribute, string $sAttrValue): bool - force the existence of attribute and value
* objectAttributeExists(string $sDn, string $sAttribute): bool<br>Check if an attribute exists
* objectAttributeAndValueExist(string $sDn, string $sAttribute, string $sAttrValue): bool<br>Check if an attribute exists and has a given value
* objectAttributeAndValueMustExist(string $sDn, string $sAttribute, string $sAttrValue): bool<br>Force the existence of an attribute that must have a given value
### User functions
You need to set `$aConfig['DnUserNode']` to a base DN where are the user objects.