[rt-users] External Authentication

2013-06-25 Thread bba...@copesan.com
Has anyone configures RT to authenticate against MSSQL using SHA1 or SHA256? 
If so, can someone post some sample configs?

Thanks in advance for the help.




--
View this message in context: 
http://requesttracker.8502.n7.nabble.com/External-Authentication-tp54436.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.


Re: [rt-users] External Authentication

2013-06-25 Thread bba...@copesan.com
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
(bba...@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.