BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/373321 )

Change subject: Update service account GID range to match reality
......................................................................

Update service account GID range to match reality

Ensure that UID and GID ranges do not overlap and set GID range high
enough to avoid spurious warnings when using the main Cloud Services
LDAP directory.

Bug: T173958
Change-Id: I04c1369b6ba524e694405921bd04ec646ce46624
---
M striker/labsauth/utils.py
M striker/striker.ini
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/striker 
refs/changes/21/373321/1

diff --git a/striker/labsauth/utils.py b/striker/labsauth/utils.py
index 7135545..446b794 100644
--- a/striker/labsauth/utils.py
+++ b/striker/labsauth/utils.py
@@ -72,7 +72,7 @@
         # From OpenStackNovaUser::getNextIdNumber:
         # Upper limit is only a warning, not a fatal error.
         logger.warning(
-            'Id range limit exceded for %s. Soft limit %d; next %d',
+            'Id range limit exceeded for %s. Soft limit %d; next %d',
             attr, high_val, next_id)
     return next_id
 
diff --git a/striker/striker.ini b/striker/striker.ini
index 54b6f4f..d41768e 100644
--- a/striker/striker.ini
+++ b/striker/striker.ini
@@ -45,8 +45,8 @@
 
 DEFAULT_GID = 500
 DEFAULT_SHELL = /bin/bash
-MIN_GID = 40000
-MAX_GID = 49999
+MIN_GID = 50000
+MAX_GID = 59999
 MIN_UID = 500
 MAX_UID = 49999
 

-- 
To view, visit https://gerrit.wikimedia.org/r/373321
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I04c1369b6ba524e694405921bd04ec646ce46624
Gerrit-PatchSet: 1
Gerrit-Project: labs/striker
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to