[rt-users] Login Question
Hossein Rafighi
Hossein.Rafighi at triumf.ca
Wed Sep 29 12:31:01 EDT 2010
Dear All,
We are at RT3.8.7 using external authentication (LDAP) managed by a
different department. Is it possible to use an email address for
Username, instead of uid? If yes, what needs to be changed? Or, do we
need to set the uids to an email address in LDAP server? Our
RT_SiteConfig.pm for LDAP is:
'type' => 'ldap',
'auth' => '1',
'info' => '1',
'server' => 'siteldap.triumf.ca',
'base' => 'o=triumf',
'filter' => '(objectClass=inetOrgPerson)',
'attr_match_list' => [ 'Name',
'EmailAddress',
'RealName', ],
'attr_map' => { 'Name' => 'uid',
'EmailAddress' => 'mail',
'RealName' => 'cn',
.......
Your replies are greatly appreciated in advance.
Cheers,
Hossein
--
_____ _____ _____ _ _ _ _ ____ Hossein Rafighi
|_ _|| _ \ |_ _|| | | || \_/ || __|TRIUMF, 4004 Wesbrook Mall
| | | |_| ) | | | | | || || |__ Vancouver BC, Canada, V6T 2A3
| | | _ / | | | \_/ || \_/ || __|Voice: (604) 222-1047
| | | | \ \ _| |_ | || | | || | Fax: (604) 222-1074
|_| |_| \_\|_____| \___/ |_| |_||_| Website: http://www.triumf.ca
More information about the rt-users
mailing list