LDAP Data Type | Description | Transformation Data Type | Range |
---|---|---|---|
IA5String | A case-sensitive string. Each character belongs to the International Alphabet 5 (IA5) character set. | String | 1 to 104,857,600 characters |
DirectoryString | A value that consists of a string of unicode characters. | String | 1 to 104,857,600 characters |
PrintableString | A value that consists of a string of characters. Each character is valid and printable. | String | 1 to 104,857,600 characters |
Integer | A 32-bit integer value. | Integer | -2,147,483,648 to 2,147,483,647 Precision 10, scale 0 |
Generalized Time | A time value in string format. | Date/Time | Jan 1, 1753 AD to Dec 31, 9999 AD (precision to nanosecond) |
UTCTime | A time value in string format defined by ASN.1 standards. For more information, see standards ISO 8601 and X.680. UTC, or Coordinated Universal Time, is roughly the same as GMT, or Greenwich Mean Time. The UTCTime syntax uses only two characters to represent the year. | Date/Time | Jan 1, 1753 AD to Dec 31, 9999 AD (precision to nanosecond) |
Boolean | A true or false value. | String | 1 to 104,857,600 characters |
OctetString | Binary data. | Binary | 1 to 104,857,600 bytes |
Integer8 | A 64-bit integer value. | BigInt | -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Precision 19, scale 0 |