Learn more about these different git repos.
Other Git URLs
While testing https://fedorahosted.org/sssd/wiki/Fedora_11_Test_Day/PAM_Local_Native using sssd-0.3.3-3.fc11.x86_64, and executing step#5 to create a local user, I get the following error:
# useradd validlocaluser -u 4999 [sssd[nss]] [nss_cmd_getpwuid_callback] (0): No matching domain found for [4999], fail! [sssd[nss]] [nss_cmd_getgrgid_callback] (0): No matching domain found for [4999], fail!
Also interesting, after observing the above message I: 1. attempt to useradd again, this fails as expected 1. attempt to userdel, this passed as expected 1. attempt to useradd, this fails ... unexpected
# useradd validlocaluser -u 4999 useradd: user validlocaluser exists # userdel -r validlocaluser # useradd validlocaluser -u 4999 useradd: user validlocaluser exists # getent passwd validlocaluser validlocaluser:x:4999:4999::/home/validlocaluser:/bin/bash
Jakub, would you mind having a look at this?
owner: somebody => jhrozek
Unable to reproduce. We believe this was fixed incidentally during other NSS work.
fixedin: => 0.4.0 resolution: => worksforme status: new => closed
Fields changed
rhbz: => 0
Metadata Update from @jlaska: - Issue assigned to jhrozek - Issue set to the milestone: SSSD 1.0
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/1077
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Log in to comment on this ticket.