diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-15 00:31:08 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-15 00:31:08 +0000 |
commit | 5e51f5c28064635eb657c89b32504b651aee781e (patch) | |
tree | 7087c789cbaced54421168b6d1ea7164a49f6bf3 /modules/bugzilla/templates | |
parent | df1f6c96e66229e09923a4f1c3d722a85ef139c8 (diff) | |
download | puppet-5e51f5c28064635eb657c89b32504b651aee781e.tar puppet-5e51f5c28064635eb657c89b32504b651aee781e.tar.gz puppet-5e51f5c28064635eb657c89b32504b651aee781e.tar.bz2 puppet-5e51f5c28064635eb657c89b32504b651aee781e.tar.xz puppet-5e51f5c28064635eb657c89b32504b651aee781e.zip |
Allow DB accouts.
This will be used for bugs@ml.mageia.org globalwatcher account
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 7d5e2df9..a16cd10f 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -96,7 +96,7 @@ 'usemenuforusers' => '0', 'useqacontact' => 1, 'user_info_class' => 'CGI', - 'user_verify_class' => 'LDAP', + 'user_verify_class' => 'LDAP,DB', 'usestatuswhiteboard' => 1, 'usetargetmilestone' => 0, 'usevisibilitygroups' => 0, |