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.