Skip to content

Instantly share code, notes, and snippets.

@kakerukaeru
Last active January 27, 2016 02:25
Show Gist options
  • Save kakerukaeru/32c55348354e8e42ac21 to your computer and use it in GitHub Desktop.
Save kakerukaeru/32c55348354e8e42ac21 to your computer and use it in GitHub Desktop.
UID must be less than 65535が出てログインできないンゴ ref: http://qiita.com/kakerukaeru/items/8d3b7efd53fdedaf064e
kakerukaeru@PC-kakeru:~/chef/kakeru (master)$ ssh 192.168.32.161 -lkakeru_kaeru_test
[email protected]'s password:
UID must be less than 65535
Connection closed by 192.168.32.161
$ cat /etc/pam_ldap.conf
105 # Specify a minium or maximum UID number allowed
106 pam_min_uid 10001
107 pam_max_uid 65535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment