Softerra LDAP Administrator HelpShow AllHide All

DN

Returns the distinguished name of the entry.

Syntax

DN

Examples

The following example deletes all entries withtin the DC=company,DC=com except the OU=Users,DC=company,DC=com.

DELETE FROM "DC=company,DC=com" 
WHERE DN != 'OU=Users,DC=company,DC=com'