Using LDAP User
CAKM for Oracle TDE connector supports the LDAP users.
Note
Before using LDAP users, you must connect the CipherTrust Manager with an LDAP server.
The name of the LDAP connection on the CipherTrust Manager must not contain spaces.
To open the keystore using the LDAP user, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "LDAP_Connection_name:LDAP_user:LDAP_password"
To open the keystore using the LDAP user with persistent cache, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "LDAP_Connection_name:LDAP_user:LDAP_password:persistent_cache_passphrase"
To open the keystore using the LDAP user with domain, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "Domain:LDAP_Connection_name:LDAP_user:LDAP_password"
To open the keystore using the LDAP user with domain and persistent cache, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "Domain:LDAP_Connection_name:LDAP_user:LDAP_password:persistent_cache_passphrase"
To open the keystore using the LDAP user with auth-domain, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "Domain:AuthDomain:LDAP_Connection_name:LDAP_user:LDAP_password"
To open the keystore using the LDAP user with auth-domain and persistent cache, execute the following query:
ADMINISTER KEY MANAGEMENT SET KEYSTORE OPEN IDENTIFIED BY "Domain:AuthDomain:LDAP_Connection_name:LDAP_user:LDAP_password:persistent_cache_passphrase"