This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Other modules / Error on person LDAP entry creation: The server is unwilling to perform......
« on: February 21, 2023, 09:52:54 am »
Hi..
I found a problem with the active directory server, that is, it cannot add a user, here is a description of the error
any one can help to fix this case?,
Error on person LDAP entry creation: The server is unwilling to perform the requested operation
.<br/> Operation parameters:{
'sAMAccountName' => 'test.user',
'name' => 'tes user',
'userPrincipalName' => 'test.user@xyz.group',
'cn' => 'tes user',
'userAccountControl' => 514,
'givenName' => 'tes',
'displayName' => 'tes user',
'homeDirectory' => '/home/test.user',
'sn' => 'user',
'uidNumber' => 69306,
'quota' => '1',
'gidNumber' => '2513',
'dn' => 'CN=tes user,OU=TAX,OU=IGR,DC=xyz,DC=group',
'objectClass' => [
'top',
'person',
'organizationalPerson',
'user',
'posixAccount',
'systemQuotas'
]
}
at /usr/share/perl5/EBox/Samba/User.pm line 516
I found a problem with the active directory server, that is, it cannot add a user, here is a description of the error
any one can help to fix this case?,
Error on person LDAP entry creation: The server is unwilling to perform the requested operation
.<br/> Operation parameters:{
'sAMAccountName' => 'test.user',
'name' => 'tes user',
'userPrincipalName' => 'test.user@xyz.group',
'cn' => 'tes user',
'userAccountControl' => 514,
'givenName' => 'tes',
'displayName' => 'tes user',
'homeDirectory' => '/home/test.user',
'sn' => 'user',
'uidNumber' => 69306,
'quota' => '1',
'gidNumber' => '2513',
'dn' => 'CN=tes user,OU=TAX,OU=IGR,DC=xyz,DC=group',
'objectClass' => [
'top',
'person',
'organizationalPerson',
'user',
'posixAccount',
'systemQuotas'
]
}
at /usr/share/perl5/EBox/Samba/User.pm line 516
Pages: [1]