#2163 Errors in domain log when saving user to sysdb
Closed: Fixed None Opened 10 years ago by lslebodn.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1034050

Description of problem:
Errors in domain log when saving user to sysdb

Version-Release number of selected component (if applicable):
sssd-1.11.2-1.el7

How reproducible:
Always

Steps to Reproduce:
1.Add the followng ldif to ldap server:
dn: uid=usr\\\\001,ou=Users,dc=example,dc=com
uidNumber: 181818
gidNumber: 181818
objectClass: posixAccount
objectClass: account
cn: usr\\\\001
homeDirectory: /home/usr\\\\001
userPassword: Secret123

2. Lookup the user via sssd

# getent passwd usr\\\\001
usr\\001:*:181818:181818:usr\\\\001:/home/usr\\\\001:

Actual results:

The following is seen in the logs:

(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [ldb] (0x4000): commit ldb
transaction (nesting: 3)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sysdb_add_user] (0x0400): Error: 5
(Input/output error)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [ldb] (0x4000): cancel ldb
transaction (nesting: 2)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sysdb_store_user] (0x0040): Could
not add user
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [ldb] (0x4000): cancel ldb
transaction (nesting: 1)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sysdb_store_user] (0x0400): Error:
5 (Input/output error)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sdap_save_user] (0x0020): Failed
to save user [usr\\001]
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sdap_save_users] (0x0040): Failed
to store user 0. Ignoring.
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [ldb] (0x4000): commit ldb
transaction (nesting: 0)
(Mon Nov 25 12:59:30 2013) [sssd[be[LDAP]]] [sdap_get_users_process] (0x4000):
Saving 1 Users - Done


Expected results:
No errors in domain log.

Additional info:

Fields changed

blockedby: =>
blocking: =>
changelog: =>
coverity: =>
design: =>
design_review: => 0
feature_milestone: =>
fedora_test_page: =>
owner: somebody => lslebodn
patch: 0 => 1
review: True => 0
selected: =>
status: new => assigned
testsupdated: => 1

resolution: => fixed
status: assigned => closed

Metadata Update from @lslebodn:
- Issue assigned to lslebodn
- Issue set to the milestone: NEEDS_TRIAGE

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3205

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata