We use our company ID to log in to SAS 9.2, the user ID format is UserName.us.company.com.
We now have an ID in the format of UserName.company.com, without the us.
How do I add multiplue ID formats to sasv9_usermods.cfg file for LDAP authentication?
Would I add -primpd company.com after -authpd LDAP:us.company.com?
Thank you,
/*--------------------Original LDAP Authentication Code----------------------*/
xxxxxx@xxxxxx:/sas/data/Lev1/SASMeta/MetadataServer
/*
* sasv9_usermods.cfg
*
* This config file extends options set in sasv9.cfg. Place your site-specifi c
* options in this file. Any options included in this file are common across
* all server components in this application server.
* Do NOT modify the sasv9.cfg file.
*/
-authpd LDAP:us.company.com
-set LDAP_PORT 389
-set LDAP_HOST bluepages.company.com
-set LDAP_BASE "c=us,ou=bluepages,o=company.com"
-set LDAP_IDATTR "primaryuserid"