Database Security Products (MOSC)

MOSC Banner

Kerberos Authentication With CMU

edited Sep 29, 2021 11:43AM in Database Security Products (MOSC) 16 commentsAnswered
Hi,

I've setup the kerberos authenticaion using krb5.conf and keytab.
create user RUSS12 identified externally as 'Pavel.Novak@oracle2ad.domain.net';
grant connect to RUSS12;
And the authentication into the database works 
sqlplus /@ORCL

But If I configure LDAP - dsi.ora and wallet
create user ad_ross identified globally as 'CN=Pavel Novak,OU=Users,OU=HCI,DC=oracle2ad,DC=domain,DC=net';
grant connect to ad_ross;
The connection didn't work
sqlplus /@ORCL

I got error
ORA-28030: Server encountered problems accessing LDAP directory service

Trace file says:
KZLD_ERR: failed to find LDAP specified information could not be discovered

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center