diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-14 01:20:13 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | 8a6a1947d9e89ace18bb939a9ce6e3cdd3850477 (patch) | |
| tree | d21eedc825608e90e9f0fc886750d0597de9b87e | |
| parent | b08ed87e435629af19134c12b28e0704e7b4ae01 (diff) | |
| download | live-boot-8a6a1947d9e89ace18bb939a9ce6e3cdd3850477.tar.gz live-boot-8a6a1947d9e89ace18bb939a9ce6e3cdd3850477.zip | |
Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)
| -rwxr-xr-x | scripts/live-bottom/10adduser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser index 907aed0..7498476 100755 --- a/scripts/live-bottom/10adduser +++ b/scripts/live-bottom/10adduser @@ -40,7 +40,7 @@ set passwd/root-password-crypted * set passwd/user-password-crypted ${user_crypted} set passwd/user-fullname ${USERFULLNAME} set passwd/username ${USERNAME} -set passwd/user-uid 999 +set passwd/user-uid 1000 EOF chroot /root /usr/bin/env -i HOME="/root" \ |
