Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252

From Request Tracker Wiki
Jump to navigation Jump to search

how would I go about getting external auth to try authenticating to a rt4 database ? this is what I have so far 

Set( $ExternalSettings,      {  

                              'RT_MySQL'   =>  {      

                                                      'type'                      =>  'db',

                                                      'server'                    =>  'localhost',

                                                      'database'                  =>  'rt5',

                                                      'table'                     =>  'Users',

                                                      'user'                      =>  'rt5',

                                                      'pass'                      =>  'mypassword',

                                                      'port'                      =>  '3306',

                                                      'dbi_driver'                =>  'mysql',

                                                      'u_field'                   =>  'Name',

                                                      'p_field'                   =>  'Password',

                                                      'p_enc_pkg'                 =>  'Crypt::MySQL',