Skip to Main Content

Oracle Database Discussions

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!

Sqlnet - Ldap Authentication

608007Feb 7 2008 — edited Feb 8 2008
Hi,

I'm stuck on configuring LDAP authentication in oracle 10g. I have set up OID and synced it with Active Directory.
I'm stuck on how to configure LDAP authentication on the production server. Do I need to perform some ldap operations on the production database, some binding, username/password ?

Here is my sqlnet.ora file
==========================
SQLNET.AUTHENTICATION_SERVICES = (ALL)
NAMES.DIRECTORY_PATH = (LDAP,TNSNAMES)

Here is my ldap.ora file
==========================
DIRECTORY_SERVERS = (OIDB)
DIRECTORY_SERVER_TYPE = OID
DEFAULT_ADMIN_CONTEXT = "CN=Users,DC=home,DC=local"

I've visited most of the links and there is no clear site that I have seen where they explain how to configure on the production database. Furthermore, I've caught the following errors in sqlnet server trace file:

[07-FEB-2008 20:22:03:258] nazsgsnm: failed with error 12630
[07-FEB-2008 20:22:03:258] nazsgunm: failed with error 12630
[07-FEB-2008 20:22:03:265] nszgclv: SQLNET.ALLOWED_LOGON_VERSION not found, using default.


Version of Production Server is 10.1.0.5, Oracle Internet Directory is the latest release.

Thanks in advance for any assitance. I've read just about all the articles out there, been half way throught the admin guide and pretty much been on this all last week. Any Any help is most welcom
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2008
Added on Feb 7 2008
5 comments
2,664 views