Previous Topic: set super-user Command—Configure Super User Access Level Rights

Next Topic: set time-log-search-threshold Command—Limit The Display of Compare and Search Operations in the Time Log

set syntax-alias Command

Syntax aliasing is useful if you add a new schema object definition that uses an attribute syntax that is not supported by CA Directory.

This command has the following format:

set syntax-alias oid = { name = alias-name alias-for = syntax };
alias-for = syntax

Specifies one of the supported syntaxes.

Example: Use the set syntax-alias Command

set syntax-alias (1.3.6.1.4.1.1466.115.121.1.18) = {
  name = dlSubmitPermissions
  alias-for = caseIgnoreString
};

More information:

Supported Attribute Syntaxes