login


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers login
# 1  
Old 01-02-2003
Question login

Hello all,

i create new users on solaris but i can't login.
the account and the passwd is created soccessfull
but when i try to login i can't and i don't get any error.
i check the admintool and the account exist.
any ideas how this is happening?

thanks,
rs
# 2  
Old 01-02-2003
are you trying to login from the console? or from a telnet or ssh session? i dont have any expierience with solaris so no expierience with admintool, but did you give the user a shell? maybe the user is given /bin/false so there is gui login only, or the shell is /dev/null. when you say you get no error, when you try to login it just dosnt do anything and goes back to the login prompt? or does it say user does not exist or something like that, or user dosnt have valid shell.
# 3  
Old 01-02-2003
yes this is on the console and when i enter the user/passwd
promps again to console login. I use the bourne shell.

thanks,
rs
# 4  
Old 01-02-2003
What is the server type (ultra 10, E10K,...)?
What is the OS version?

Can you login as other users or root on console or does the same problem exist?

Are you attempting to login with CDE or Openwindows? Does one work and not the other?

Can you su to the user from root? (su - newuser) If not, any error message?

Any error messages coming up in /var/adm/messages?
# 5  
Old 01-06-2003
I've come across something like that before.

Log in as root or someone with root premissions. Check all the use files in the home directory. Sometimes not all the files are there or something isn't right.
Check to see if it's a generic file that might be wrong. The standard system files can be found in /etc/skel. Also try changing the login shell to C shell see if that makes a difference.

Sounds like something I had and it was the login files in teh home directory.



What O/S you using?
merlin
# 6  
Old 01-06-2003
this is on solaris 9.

thanks for the help. it works.
any ideas how this problem occurs?

rs
# 7  
Old 01-06-2003
it's possible that you create the user using useradd ...?

Only the files there aren't or also the HD wasn't created ? If yes,
it's possible that you create the user using useradd without using the -m Flag ?

When you execute the following command:

useradd -D

show

...
skel=/etc/skel ....
......
?

Last edited by hugo_perez; 01-06-2003 at 02:10 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

First login on KUbuntu 16.04 no SKEL copied with first login LDAPusers

Hello, we have an problem on kubuntu16.04 that when i login with ldap, and it is my first login, nothing is copied from skel. With SSH it is working fine. Can anyone say we how KDE setup an new first userlogin? Tested with SDDM and Lightdm. Thanks a lot! Best Regard darktux ----------... (1 Reply)
Discussion started by: darktux
1 Replies

2. AIX

Not able to login AIX server but able to login thru console.

Hi, i am able to login to AX server thru console but not able to login directly thru server. also the server is not ping-able with other server. filesystem is fine. and OS version is AIX 5.3. please let me know if you need any specific log. thx in advance. Scriptor (2 Replies)
Discussion started by: scriptor
2 Replies

3. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

Hey folks, When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login? I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Discussion started by: hce
2 Replies

4. Shell Programming and Scripting

passing login details to htaccess login prompt

Hi, How i can pass the login details to the URL which is password protected with the htaccess using command line or script (perl,or shell,or php). Any help or hint appreciated. Thanks, SJ (4 Replies)
Discussion started by: SilvesterJ
4 Replies

5. AIX

User Account Login Login on your AIX server

I want to learn AIX. I would like to find someone who would be willing to give me a login to their AIX home lab server. My intent is to poke around and discover the similarities and differences of AIX compared to other *NIXs. I am a UNIX admin so I can think of what some immediate concerns may... (1 Reply)
Discussion started by: perl_in_my_shel
1 Replies

6. HP-UX

telnet login successful ,but ssh can not login

why I can login by telnet using root account but when i use login by ssh using root account it is not successful ,is it different password i am sure ssh service is started (2 Replies)
Discussion started by: alert0919
2 Replies

7. Solaris

error message rmclomv ... SC Login Failure for user Please login:

Hello World ~ HW : SUN Fire V240 OS : Solaris 8 Error message prompts 'rmclomv ... SC login failure ...' on terminal. and Error Message prompts continually 'SC Login Failure for user Please login:' on Single Mode(init S) The System is in normal operation, though In case of rain, Can... (1 Reply)
Discussion started by: lifegeek
1 Replies

8. Cybersecurity

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both, when... (1 Reply)
Discussion started by: WhotheWhat
1 Replies

9. Web Development

APACHE: Tie in Web Page login with server login

Hello, I have created a web page on a server using apache and added .htaccess and .htpasswd in the folder for authentification. I was wondering if there was anyway to tie-in the login for this page with the login used to logon to the server. i.e. the same login info. is used for both,... (2 Replies)
Discussion started by: WhotheWhat
2 Replies
Login or Register to Ask a Question