4.1.4.2.21 RetrieveDCSuffixFromDn
-
procedure RetrieveDCSuffixFromDn(dn: unicodestring): unicodestring
The RetrieveDCSuffixFromDn procedure parses the distinguished name (DN) syntactically and returns the suffix that consists entirely of the DN components whose attribute type is "DC". For example, given "CN=Administrator,CN=Users,DC=fabrikam,DC=com", this procedure would return "DC=fabrikam,DC=com".