Skip to content

Commit

Permalink
don't touch anything under 1000 - a bit safer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jul 1, 2016
1 parent f5a6f65 commit a1cf471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/creds/settings.py
Expand Up @@ -2,7 +2,7 @@
from __future__ import (unicode_literals, print_function)

# TODO: Detect from logins.def
UID_MIN = 500
UID_MIN = 1000
UID_MAX = 60000
ALLOW_NON_UNIQUE_ID = False
PURGE_UNDEFINED = True
Expand Down

0 comments on commit a1cf471

Please sign in to comment.