by Support (Posted Fri Jul 17, 2015 12:29 pm)
Yo can add new attribute values to the existing or delete a specific one.
Yo can add new attribute values to the existing or delete a specific one.
- Code: Select all
UPDATE "DC=company,DC=com"
DELETE $phoneNumber='+31235530005'
WHERE $objectClass='user' AND $objectCategory='Person'
AND $roomNumber=45;