Hi @anja, i have similar case in my requirement. currently we are using AD for authentication for a group of people(Eg: UK users). Another group(Eg: US users) of users also need authentication, they are not present in current AD that we are using. But US users are present in a LDAP server. So, is this possible to implement both the authentication processes in sasv9_usermods.cfg (both AD and LDAP)? As like. /*-----------------Active Directory Authentication---------------------- */ /* Environment variables that describe your Active Directory server */
-set AD_HOST myhost
/* Define authentication provider */
-authpd ADIR:mycomapny.com
-primpd mycompany.com /*------------------------LDAP Authentication--------------------------- */ /* Environment variables that describe your LDAP server */ -set LDAP_HOST myhost -set LDAP_BASE "ou=emp, o=us" /* Define authentication provider */ -authpd LDAP:mycompany.com -primpd aus.mycompany.com not able to get proper solution in the link that you shared: http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0w8oa3erw568vn192xwf0872npk.htm , whether both AD and LDAP can be implement together for authenticate the users. or is there any other way to achieve this? please suggest. Thanks in advance
... View more