Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
increase user login characters
Name: jrunix Date: June 27, 2003 at 07:38:09 Pacific OS: Solaris 8 CPU/Ram: Sparc 256 RAM
Comment:
Hello,
I have a simple question. Currently on my sunblade 100 running Solaris 8 my users are limited to 8 character login names. However in the /etc/passwd file I have users who have 8+ characters login names. When my user with these long user names attempt to log in with either ssh or ftp they are unable to.
Anyone have any ideas as to how I can let my users login with their full 8+ character names?
Name: Jerry Lemieux Date: June 28, 2003 at 21:30:26 Pacific
Reply:
Unix login names are limited to 8 characters maximum. Perhaps (particularily with ssh) the ssh program will not allow a variable with a size greater than the declared length to be read in. This will avoid a buffer overflow.
Your users with login names greater than 8 characters will become an issue if you have a user named abcdefgh and a user named abcdefghi. User abcdefghi will not be able to log in because the passwd authentication will only read in the first 8 characters in the passwd file and the password won't match. If you assign the same password to both users, user abcdefghi will end up in the home directory of user abcdefgh.
Since the mkuser command will normally not allow a user name greater than 8 characters, it is possible that someone has manually edited the names to make them longer.
Summary: Dear All, I need to trace all the user's log in to my Solaris Server. I can track root login using sulog. I need to track all the other users login details (even telnet/ftp sessions) Appreciate your h...
Summary: HELP!! Could someone tell me if its possible to control the time that users can login and have to be logged out of my system? I am running Dynix/ptx v 4.2.3 on a Sequent SE/20. I want to be able to re...
Summary: how can i limit a login name on sco 5.04 so that two users cannot login with the same login name.i don't want to password it.when they login it should kick them out with a message stating that the log...