ORA-28030: Server encountered problems accessing LDAP
437185Jan 27 2005 — edited Oct 15 2009Hi,
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)