Telephone Number Attribute Syntaxes define an attribute syntax for storing telephone number information.
The Telephone Number Attribute Syntax component inherits from the Attribute Syntax
This page describes the Telephone Number Attribute Syntax:
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ enabled | ↓ java-class |
| ↓ strict-format |
| Description | Indicates whether the Attribute Syntax is enabled. |
| Default Value | None |
| Allowed Values | true false |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | None |
| Advanced Property | No |
| Read-only | No |
| Description | Specifies the fully-qualified name of the Java class that provides the Telephone Number Attribute Syntax implementation. |
| Default Value | org.opends.server.schema.TelephoneNumberSyntax |
| Allowed Values | A java class that implements or extends the class(es) : org.opends.server.api.AttributeSyntax |
| Multi-valued | No |
| Required | Yes |
| Admin Action Required | The Telephone Number Attribute Syntax must be disabled and re-enabled for changes to this setting to take effect |
| Advanced Property | Yes |
| Read-only | Yes |
| Description | Indicates whether to require telephone number values to strictly comply with the standard definition for this syntax. |
| Default Value | false |
| Allowed Values | true false |
| Multi-valued | No |
| Required | No |
| Admin Action Required | None |
| Advanced Property | Yes |
| Read-only | No |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
| Base DN | cn=Syntaxes,cn=config |
| objectclass name | ds-cfg-telephone-number-attribute-syntax |
| objectclass superior | ds-cfg-attribute-syntax |
| Property | LDAP attribute |
| enabled | ds-cfg-enabled |
| java-class | ds-cfg-java-class |
| strict-format | ds-cfg-strict-format |