by IDAMGroup
CA Siteminder Changing the Login attribute
Changing the Login attribute to mail ID from a default CN value
In this Post will show you how to change the login attribute from the default value “CN” to email address.
Login to Siteminder admin console and navigate to Infrastrusture –> Directory –> “Select the User Directory”
And change the LDAP User DN Lookup as below
Change the LDAP User lookup to ( mail=)
In the Webserver where the webagent is installed look at the login.fcc file’s first line
@username=%USER%
This will pass value as @username=mail=kmith@mysitea.com
You can also achieve this by editing the .fcc file
Change the LDAP user lookup to ( ) and Change the @username=mail=%USER% in the .fcc file.
---------------------------------------------------------------------------------------------------------------------------------------------
Disclaimer: Content posted here worked for me and may not guarantee success, should be used as reference only and please use it cautiously.