From 2194ef7a81f664d6f4f71cde7696c9cddbcd6ee1 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Feb 2012 14:29:18 +0100 Subject: [PATCH] pam: Use minimum_uid=2000 instead of 1000 LDAP users now use uids starting at 2000, to prevent confusion with the users in the host and to potentially allow local users to be created in the containers as well, if it's ever needed. --- etc/pam.d/common-account | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pam.d/common-account b/etc/pam.d/common-account index cc1157f..5f349fb 100644 --- a/etc/pam.d/common-account +++ b/etc/pam.d/common-account @@ -14,4 +14,4 @@ account required pam_unix.so # module return 'ignore' instead of 'user_unknown' for local users, which gets # handled by 'required' properly (without having to specify a verbose custom # thing). -account required pam_ldap.so ignore_unknown_user minimum_uid=1000 +account required pam_ldap.so ignore_unknown_user minimum_uid=2000 -- 2.30.2