summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/default.php
blob: 427bea2739217b1fc2abfd0f8510e0cc581b7261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php

$conf['charset']          = 'utf8';
$conf['server']           = '';
$conf['user']             = '';
$conf['password']         = '';
$conf['database']         = '';
$conf['debug']            = 0;
$conf['forwardClearPass'] = 0;
$conf['TablesToLock']     = array();
$conf['checkPass']        = '';
$conf['getUserInfo']      = '';
$conf['getGroups']        = '';
$conf['getUsers']         = '';
$conf['FilterLogin']      = '';
$conf['FilterName']       = '';
$conf['FilterEmail']      = '';
$conf['FilterGroup']      = '';
$conf['SortOrder']        = '';
$conf['addUser']          = '';
$conf['addGroup']         = '';
$conf['addUserGroup']     = '';
$conf['delGroup']         = '';
$conf['getUserID']        = '';
$conf['delUser']          = '';
$conf['delUserRefs']      = '';
$conf['updateUser']       = '';
$conf['UpdateLogin']      = '';
$conf['UpdatePass']       = '';
$conf['UpdateEmail']      = '';
$conf['UpdateName']       = '';
$conf['UpdateTarget']     = '';
$conf['delUserGroup']     = '';
$conf['getGroupID']       = '';