Skip to Main Content

APEX

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!

Different LDAP authentication for Student and Staff Active directory groups

MaahjoorApr 30 2015 — edited May 5 2015

Dear all,

I am using Apex 4.2 on windows server 2012 on internet explorer with database 11g R2 all 64 bit.

we are using Microsoft Active Directory Authentication in our domain.

I have created two protals, Staff Portal and Student Portal

I have two groups, Staff and Students.

I want to configure LDAP authentication for these groups, so that student cannot login to staff portal and vice versa.

I had created on authentication schema in apex.

inititally I configured my Distinguished Name (DN) String as below

HCT\%LDAP_USER%

and it worked fine , but all the student and staff could login to both of the portals.

I talk to my network and domain administrator, and the provided my the following information.

For Staff à OU=Staff,OU=HCT,DC=hct,DC=org

For Student -à OU=Student OU,DC=hct,DC=org

so I tried the following for staff, but failed to authenticate.

CN=%LDAP_USER%,OU=Staff,OU=HCT,DC=hct,DC=org

any suggestions please?

thank you.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2015
Added on Apr 30 2015
10 comments
2,526 views