Skip to content

Instantly share code, notes, and snippets.

@mikek
Created July 14, 2012 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikek/3a04349a14e0ef3e68b5 to your computer and use it in GitHub Desktop.
Save mikek/3a04349a14e0ef3e68b5 to your computer and use it in GitHub Desktop.
diff -Nru shadow-orig/login.defs shadow/login.defs
--- shadow-orig/login.defs 2012-03-03 16:32:40.000000000 +0200
+++ shadow/login.defs 2012-03-03 17:11:32.000000000 +0200
@@ -36,6 +36,10 @@
UID_MAX 60000
GID_MIN 100
GID_MAX 60000
+SYS_UID_MIN 25
+SYS_UID_MAX 99
+SYS_GID_MIN 25
+SYS_GID_MAX 99
LOGIN_RETRIES 5
LOGIN_TIMEOUT 60
PASS_CHANGE_TRIES 5
diff -Nru shadow-orig/Pkgfile shadow/Pkgfile
--- shadow-orig/Pkgfile 2012-03-03 16:32:40.000000000 +0200
+++ shadow/Pkgfile 2012-03-03 17:12:12.000000000 +0200
@@ -5,7 +5,7 @@
name=shadow
version=4.1.5
-release=2
+release=3
source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2
pwck login.defs
$name-$version-{copydir,nscd}.patch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment