Last active
January 27, 2016 02:25
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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