Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-28030: Server encountered problems accessing LDAP

437185Jan 27 2005 — edited Oct 15 2009
Hi,
I have installed an oracle internet directory and want to use it to authenticate users (without SSL). After installing it i registered my database with it. Now when i try to connect to the database through sql prompt with the user i created in oracle internet directory i get the following message.
ORA-28030: Server encountered problems accessing LDAP directory service.
I would be very greatful if anyone can tell me about the solution of the problem i am having.
Following is the configuration of my LDAP.ora and sqlnet.ora files.

# LDAP.ORA Network Configuration File: g:\oracle\ora92\network\admin\ldap.ora
# Generated by Oracle configuration tools.

DEFAULT_ADMIN_CONTEXT = ""

DIRECTORY_SERVERS= (hostip:4032:4031)

DIRECTORY_SERVER_TYPE = OID
-----------------------------------
SQLNET.ORA

TRACE_LEVEL_CLIENT = OFF
names.directory_path = (TNSNAMES)
names.default_domain = world
name.default_zone = world
automatic_ipc = off

SQLNET.AUTHENTICATION_SERVICES=(TCPS,NTS)


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2009
Added on Jan 27 2005
5 comments
7,650 views