I tried to configure two LDAP Server with different hosts with the documentation http://documentation.sas.com/?docsetId=bisecag&docsetTarget=n0w8oa3erw568vn192xwf0872npk.htm&docsetVersion=9.4&locale=de My configuration is like this: -authproviderdomain (LDAP:Name1, LDAP:Name2)
-primpd Name1
-set LDAP_PRIV_DN_Name2 "..."
-set LDAP_PRIV_PW_Name2 "..."
-set LDAP_BASE_Name2 "..."
-set LDAP_HOST_Name2 "..."
-set LDAP_PORT "636"
-set LDAP_TLSMODE "1"
-set LDAP_PRIV_DN_Name1 "..."
-set LDAP_PRIV_PW_Name1 "..."
-set LDAP_BASE_Name1 "..."
-set LDAP_HOST_Name1 "..."
-set LDAP_IDATTR_Name1 "racfid" But it didn't work. I got the ERROR message: 2018-04-30T17:31:47,872 ERROR [00000020] :sasadm - Unable to authenticate due to missing environment variable: LDAP_HOST. Any ideas?
... View more