Re: Anyone willing to work with me on getting DBMS_LDAP setup (via email)?

  • From: Chris Taylor <christopherdtaylor1994@xxxxxxxxx>
  • To: S3v3n11 <neisdsa@xxxxxxxxx>
  • Date: Wed, 18 Mar 2015 13:48:42 -0500

Ok guys, I got past the first hurdle (thanks S3v3n11!)

I had to change:

ldap_baseDN  := 'OU=Users,dc=domain,dc=name'; (redacted)

To:

ldap_baseDN  := 'CN=Users,dc=domain,dc=name'; (redacted)

Now I'm off to figure what else I can query and whether or not this will
give me what I need.

Thanks!
Chris



On Wed, Mar 18, 2015 at 12:02 PM, S3v3n11 <neisdsa@xxxxxxxxx> wrote:

> We used this tool and it helped quite a bit with setting up AD
> authentication in our APEX applications.
>
> https://technet.microsoft.com/en-us/sysinternals/bb963907
>
>
> On Wed, Mar 18, 2015 at 11:27 AM, Chris Taylor <
> christopherdtaylor1994@xxxxxxxxx> wrote:
>
>> I've got a working Test procedure setup connecting to our AD server but
>> I'm getting an error.
>>
>> Exception Encountered
>> -----------------------------------------------------------------------
>> Error code    : -31202
>> Error code    : -31202
>> Error Message : ORA-31202: DBMS_LDAP: LDAP client/server error: No such
>> object.
>> 0000208D: NameErr: DSID-031001CD, problem 2001 (NO_OBJECT), data 0, best
>> match
>> of:
>>         'DC=bmi,DC=org'
>>
>> I'm very limited on my knowledge of AD so I'm needing to dig into this
>> but don't know where to start so I'm looking for someone with a good
>> knowledge of getting DBMS_LDAP working to help me work with my AD guys to
>> find out what I need to know about our AD setup :)
>>
>> I hope that makes sense - not sure it does.
>>
>> Chris
>>
>>
>

Other related posts: