Re: [suse-oracle] LDAP Authentication from Oracle 10g to Novell Netware 6.5
Cristian Veronesi <[email protected]>
| Newsgroups | gmane.linux.suse.oracle.general |
|---|---|
| Message-ID | <[email protected]> |
Trusha wrote: > I would like to get authentication from Oracle database 10g to my Novell > Netware 6.5 ldap server. I have written following code but it is giving > me error message. I have installed DBMS_LDAP package as well. Choose not to raise exceptions (DBMS_LDAP.USE_EXCEPTION := TRUE) and check out the value of l_retval against an LDAP error code table. I suspect it is error code 32, "No such object": this usually means that string "cn=test" is not enough to identify an user into your system (please notice that you declared a variable l_ldap_base but you don't use it anywhere). C. _______________________________________________ suse-oracle mailing list [email protected] http://listx.novell.com/mailman/listinfo/suse-oracle