Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in user management: #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

horakmar
Copy link
Contributor

  • Allow to specify primary gid for user
  • Use user.name field for setting linux username
  • Allow non-unique uids
  • Workaround file.directory bug for non-unique uids
  • Allow system users (Choose UID in the range of FIRST_SYSTEM_UID and LAST_SYSTEM_UID)

  - Allow to specify primary gid for user
  - Use user.name field for setting linux username
  - Allow non-unique uids
  - Workaround file.directory bug for non-unique uids
  - Allow system users (Choose UID in the range of FIRST_SYSTEM_UID and LAST_SYSTEM_UID)
@epcim
Copy link
Member

epcim commented Sep 19, 2018

why tests are failing?

@horakmar
Copy link
Contributor Author

It seems like it's not related to the change. Travis says:

...
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-03go4y/tornado/setup.py", line 146, in <module>
        raise ImportError("Tornado requires an up-to-date SSL module. This means "
    ImportError: Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+ (although some distributions have backported the necessary changes to older versions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants