Skip to content
Snippets Groups Projects
Commit 5ebd6fd9 authored by Klap-in's avatar Klap-in
Browse files

litte fixes

parent 27ffb3e1
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,3 @@ $lang['userscope'] = 'Limit search scope for user search';
$lang['groupscope'] = 'Limit search scope for group search';
$lang['groupkey'] = 'Group member ship from any user attribute (instead of standard AD groups) e.g. group from department or telephone number';
$lang['debug'] = 'Display additional debug information on errors';
......@@ -2,7 +2,7 @@
$conf['charset'] = 'utf8';
$conf['server'] = '';
$conf['user'] ='';
$conf['user'] = '';
$conf['password'] = '';
$conf['database'] = '';
$conf['debug'] = 0;
......
......@@ -21,7 +21,7 @@ $lang['addUser'] = 'SQL statement to add a new user';
$lang['addGroup'] = 'SQL statement to add a new group';
$lang['addUserGroup'] = 'SQL statment to add a user to an existing group';
$lang['delGroup'] = 'SQL statement to remove a group';
$lang['getUserID'] = 'SQL statement to get the primary ey of a user';
$lang['getUserID'] = 'SQL statement to get the primary key of a user';
$lang['delUser'] = 'SQL statement to delete a user';
$lang['delUserRefs'] = 'SQL statement to remove a user from all groups';
$lang['updateUser'] = 'SQL statement to update a user profile';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment