mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
#332 moved create group with same name
This commit is contained in:
parent
a671b73a80
commit
929fe3f48c
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ class posixAccount extends baseModule implements passwordService, AccountStatusP
|
|||
$accountContainerTmp->new_account();
|
||||
$posixGroupModule = $accountContainerTmp->getAccountModule('posixGroup');
|
||||
$nextGid = $posixGroupModule->getNextGIDs(1, $errors, $groupType);
|
||||
unset($_SESSION[$sessionKey]);
|
||||
if ($nextGid !== null) {
|
||||
$dnNewGroup = 'cn=' . $newGroupName . ',' . $groupType->getSuffix();
|
||||
$attributesNewGroup = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue