#1780 sss_useradd: invalid group ownership of homedir when --uid is used
Closed: Invalid None Opened 11 years ago by pbrezina.

When sss_useradd is used with --uid parameter, the root group is used for created home directory and its subdirectories and files.

# sss_useradd --uid 10001 user1
# ll /home

drwx------.  4 user1    root      4096 Jan 23 12:11 user1

It works fine without uid parameter.

# sss_useradd user1
# ll /home

drwx------.  4 user1    user1      4096 Jan 23 12:11 user1

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.13 beta
rhbz: => todo

I propose we just close tickets related to the current implementation of the local provider.

changelog: =>
mark: => 0
review: => 1
selected: => Not need
sensitive: => 0

Since the local provider is being deprecated, it doesn't make much sense to keep this ticket around which tracks improving the local provider. Closing.

resolution: => wontfix
status: new => closed

Metadata Update from @pbrezina:
- Issue set to the milestone: SSSD Future releases (no date set yet)

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/2822

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