Show Posts

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.


Messages - ketanaagja

Pages: [1]
1
Getting new error if I try to add new user. However I am adding this user first time on server.

Error on person LDAP entry creation: The client attempted to add an entry that already exists. This can occur as a result of * An add request was submitted with a DN that already exists * A modify DN requested was submitted, where the requested new DN already exists * The request is adding an attribute to the schema and an attribute with the given OID or name already exists .<br/> Operation parameters:{ 'homeDirectory' => '/home/saiyadha', 'dn' => 'CN=Dhara Saiyani,OU=India,DC=ghpl,DC=com', 'gidNumber' => '2513', 'description' => 'Dhara Saiyani', 'quota' => 0, 'cn' => 'Dhara Saiyani', 'userAccountControl' => 514, 'sn' => 'Saiyani', 'objectClass' => [ 'top', 'person', 'organizationalPerson', 'user', 'posixAccount', 'systemQuotas' ], 'displayName' => 'Dhara Saiyani', 'userPrincipalName' => 'saiyadha@GHPL.COM', 'givenName' => 'Dhara', 'name' => 'Dhara Saiyani', 'uidNumber' => 2826, 'sAMAccountName' => 'saiyadha' } at /usr/share/perl5/EBox/Samba/User.pm line 514

Quote
Trace:

Error on person LDAP entry creation: The client attempted to add an entry that already exists. This can occur as
a result of

 * An add request was submitted with a DN that already exists

 * A modify DN requested was submitted, where the requested new DN already exists

 * The request is adding an attribute to the schema and an attribute with the
given OID or name already exists
.<br/> Operation parameters:{
  'homeDirectory' => '/home/saiyadha',
  'dn' => 'CN=Dhara Saiyani,OU=India,DC=ghpl,DC=com',
  'gidNumber' => '2513',
  'description' => 'Dhara Saiyani',
  'quota' => 0,
  'cn' => 'Dhara Saiyani',
  'userAccountControl' => 514,
  'sn' => 'Saiyani',
  'objectClass' => [
                     'top',
                     'person',
                     'organizationalPerson',
                     'user',
                     'posixAccount',
                     'systemQuotas'
                   ],
  'displayName' => 'Dhara Saiyani',
  'userPrincipalName' => 'saiyadha@GHPL.COM',
  'givenName' => 'Dhara',
  'name' => 'Dhara Saiyani',
  'uidNumber' => 2826,
  'sAMAccountName' => 'saiyadha'
}
 at /usr/share/perl5/EBox/Samba/User.pm line 514


Pages: [1]