Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252: Difference between revisions
(Created page with "how would I go about getting external auth to try authenticating to a rt4 database ? this is what I have so far Set( $ExternalSettings, { ...") |
m (1 revision imported) |
||
(No difference)
|
Latest revision as of 15:52, 6 April 2016
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',