mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix new group CN
This commit is contained in:
@ -346,7 +346,7 @@ else {
|
||||
$gid++;
|
||||
}
|
||||
$rv = $ldap->add($newdn, attr =>
|
||||
[ "cn" => $group,
|
||||
[ "cn" => $grp,
|
||||
"gidNumber" => $gid,
|
||||
@props,
|
||||
"objectClass" => \@classes ] );
|
||||
|
Reference in New Issue
Block a user