summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15ac601)
raw | patch | inline | side by side (parent: 15ac601)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 08:02:43 +0000 (08:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 08:02:43 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3253 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_divListGroup.inc | patch | blob | history | |
plugins/admin/groups/class_groupManagement.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_divListGroup.inc b/plugins/admin/groups/class_divListGroup.inc
index fa41f7612427a83120d6a0186d90b31fc11c2bd0..caa5d85a018c2c82ce88c8f49083ade8ca16bf33 100644 (file)
function divListGroup ($config,$parent)
{
- MultiSelectWindow::MultiSelectWindow($config,"System");
+ MultiSelectWindow::MultiSelectWindow($config,"Groups");
$this->parent = $parent;
$this->ui = get_userinfo();
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 2c92aa27fdfc65371b48b9fbce08dacb3e43b78c..7bfc5c32784f9f6ff0e82be494dc9473e3dedc30 100644 (file)
if this option is enabled in gosa conf && the checkbox is checked */
if(($this->ShowPrimaryCheckBox) && ($ShowPrimaryGroups)){
$ldap->search("(&(uid=$Regex)(!(uid=*$))(objectClass=posixAccount)(gidNumber=*))", array("gidNumber", "cn"));
- show_ldap_error($ldap->get_error());
while ($attrs= $ldap->fetch()){
$primaries[$attrs['gidNumber'][0]]= $attrs['cn'][0];
}