Kerberos Authentication With CMU
Hi,
I've setup the kerberos authenticaion using krb5.conf and keytab.
Trace file says:
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
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
0