Commit 3245302c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4479 In primary group in unix tab there is a «None» option

Showing with 1 addition and 1 deletion
+1 -1
......@@ -288,7 +288,7 @@ class posixAccount extends simplePlugin
$this->ui = get_userinfo();
$secondaryGroups = array();
$secondaryGroups[0] = "- "._("automatic")." -";
$secondaryGroups[''] = "- "._("automatic")." -";
$ldap = $this->config->get_ldap_link();
$ldap->cd($this->config->current['BASE']);
$ldap->search("(objectClass=posixGroup)", array("cn", "gidNumber"));
......
  • bmortier @bmortier

    mentioned in issue #1426

    By Côme Chilliet on 2017-09-02T15:26:08 (imported from GitLab)

    ·

    mentioned in issue #1426

    By Côme Chilliet on 2017-09-02T15:26:08 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment