Name: LdapConfig

This class represents the current LDAP configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.rbac.LdapConfig",
   "baseDn": <String>,
   "schemaType": 'NONE' | 'RFC2307' | 'ADS' | 'FREEIPA',
   "uri": <String>,
   "useTls": 'NONE' | 'DISABLED' | 'PREFERRED' | 'REQUIRED',
}

Attributes
NameTypeDescription
baseDnxsd:stringThe base domain name
schemaTypeNONE | RFC2307 | ADS | FREEIPAThe LDAP Schema Type.
NONENo LDAP schema
RFC2307OpenLDAP, RFC 2307, schema
ADSActive directory schema
FREEIPAFreeIPA schema
urixsd:list[xsd:string]The list of LDAP URIs.
useTlsNONE | DISABLED | PREFERRED | REQUIREDThe LDAP TLS enforcement policy.
NONENo TLS
DISABLEDTLS will be attempted
PREFERREDTLS will be attempted, but if certificate verifcation fails, operation will continue.
REQUIREDTLS will be preformed. At least one signed certificate must be provided to verify the LDAP server's certificate.