[rt-users] External Authentication
bbaker at copesan.com
bbaker at copesan.com
Tue Jun 25 16:39:44 EDT 2013
Here is an update
Config being used.
#Testing SQL Connection
'Connect_MSSQL' => { ## GENERIC SECTION
'type' => 'db',
'server' => '192.168.***.***,
'database' => 'TheDataBase',
'table' => 'TheTable',
'user' => 'UserWithReadAccess',
'pass' => 'PasswordToAboveUser',
'port' => 'MSSQLDefaultPort',
'dbi_driver' => 'DBI_ODBC',
'u_field' => 'Email',
'p_field' => 'password',
'p_enc_pkg' => 'Digest::SHA1',
'p_enc_sub' => 'password',
'd_field' => 'disabled',
'd_values' => ['0'],
'attr_match_list' => [ 'Gecos'
],
'attr_map' => { 'Name' => 'Firstname',
'EmailAddress' => 'Email',
'ExternalAuthId' => 'Email',
'Gecos' => 'Email'
}
},
Getting following error
[Tue Jun 25 20:32:34 2013] [debug]: Attempting to use external auth service:
Connect__MSSQL
(/usr/lib/perl5/vendor_perl/5.16.2/RT/Authen/ExternalAuth.pm:186)
[Tue Jun 25 20:32:34 2013] [debug]: Calling UserExists with $username
(bbaker at copesan.com) and $service (Connect__MSSQL)
(/usr/lib/perl5/vendor_perl/5.16.2/RT/Authen/ExternalAuth.pm:227)
[Tue Jun 25 20:32:34 2013] [debug]: Invalid service type for UserExists:
Connect__MSSQL
(/usr/lib/perl5/vendor_perl/5.16.2/RT/Authen/ExternalAuth.pm:490)
Thanks in advance for the help
--
View this message in context: http://requesttracker.8502.n7.nabble.com/External-Authentication-tp54436p54441.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.
More information about the rt-users
mailing list