Hi,
Can you please let me know if SAS will support using the LDAP v3 compliant IBM Security Directory Server to authenticate against instead of using Active Directory for this. What should be the changes that should be implemented for this.
Hi,
yes, SAS can authenticate against IBM Tivoli Dir Server. The LDAP server should be RFC 2307 compatible, which it is.
(LDAP v2 / v3 compliant).
Not knowing which SAS version you are running, the following is for SAS 9.4.
Please see http://support.sas.com/documentation/cdl/en/itechdsref/64885/HTML/default/viewer.htm#italdap.htm
Everything about SAS Integration Technologies:
http://support.sas.com/software/products/inttech/index.html#s1=1
Hope this helps.
Best
Anja
Hi,
yes, SAS can authenticate against IBM Tivoli Dir Server. The LDAP server should be RFC 2307 compatible, which it is.
(LDAP v2 / v3 compliant).
Not knowing which SAS version you are running, the following is for SAS 9.4.
Please see http://support.sas.com/documentation/cdl/en/itechdsref/64885/HTML/default/viewer.htm#italdap.htm
Everything about SAS Integration Technologies:
http://support.sas.com/software/products/inttech/index.html#s1=1
Hope this helps.
Best
Anja
Hi @anja,
Thank you for your response. I was going throught the same documents. I have one more doubt.
Suppose we have configured SAS using Active Directory server. Like below.
/* Environment variables that describe your Active Directory server */
-set AD_HOST myhost
/* Define authentication provider */
-authpd ADIR:mycomapny.com
-primpd mycompany.com
/* 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
Hi,
in SAS 9.3, only one was recognized. In SAS 9.4, take a look at the following:
Is this what you are looking for?
Thanks
Anja
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#n0w8oa3erw568vn192... , 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
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.