EntryManager
class EntryManager implements EntryManagerInterface
Methods
addAttributeValues(Entry $entry, string $attribute, array $values)
Adds values to an entry's multi-valued attribute from the LDAP server.
removeAttributeValues(Entry $entry, string $attribute, array $values)
Removes values from an entry's multi-valued attribute from the LDAP server.
void
applyOperations(string $dn, iterable $operations)
No description
Details
addAttributeValues(Entry $entry, string $attribute, array $values)
Adds values to an entry's multi-valued attribute from the LDAP server.
removeAttributeValues(Entry $entry, string $attribute, array $values)
Removes values from an entry's multi-valued attribute from the LDAP server.
rename(Entry $entry, string $newRdn, bool $removeOldRdn = true)
Renames an entry on the Ldap server.