Sponsored Content
Full Discussion: 530 Login incorrect
Operating Systems Linux SuSE 530 Login incorrect Post 302713005 by bakunin on Wednesday 10th of October 2012 06:40:17 AM
Old 10-10-2012
Have you also copied the group information from "/etc/group" and its respective shadows?

Further, is there anything in "/etc/passwd" which was on the old machine but not on the new? Things like: home directory (with proper permissions), alternate login shells (i.e. ksh instead of bash), etc. ?

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Red Hat

Login Incorrect

I have rebooted my box (Redhat Linux) and the system is back online now, but Iam unable to login via ssh for all the users including root, it says "Login Incorrect". I am pretty sure the username/password is correct.May be the password or the shadow file is corrupted ??? How do i login to the... (6 Replies)
Discussion started by: sydney2008
6 Replies

2. UNIX for Dummies Questions & Answers

login incorrect

Hi to all, I get a problem when i tried to modifie the password of the root,but thi s the message i have on root password,even i put the old password i have the same message "password has expired, you are allowed to entry by daemon"Could any one give me any suggestion to solve the problem?... (2 Replies)
Discussion started by: espace1000
2 Replies

3. Solaris

Incorrect login NIS?

Hello, I have an issue with a NIS client station on my network. I can't log onto with any NIS login and it prompt "Login incorrectl please try again". My others stations work correctly and log on without problem. This station worked correctly before yesterday, but yesterday we've got a power... (5 Replies)
Discussion started by: Juterassee
5 Replies

4. UNIX for Dummies Questions & Answers

I want to change login failure message, "login incorrect"

I want to change login failure message, "login incorrect" deny user login for user id tom sudo passwd -l tom type username and type password on login prompt and then it will display login failure message "login incorrect" console ############ login: tom password: login incorrect... (2 Replies)
Discussion started by: lifegeek
2 Replies

5. Solaris

dtlogin problem? Login incorrect; please try again error

At boot the gui looks like it is starting but right away I see a message box pop up saying: 'login incorrect; please try again' and a black screen otherwise. I click ok and it comes right back up. By the way I am running the SGD software and have 2 sunray DTUs connected. The sunray DTUs display the... (7 Replies)
Discussion started by: darkmuck
7 Replies

6. Solaris

opensolrias : login incorrect in intalation?

Well I use OpenSolaris about 6 months until all traquilo ai ... OpenSolaris is a partitioned HD but only have OpenSolaris. the other partition is empty. Oh for some reason the personal I would WINDOWS installing xp then did the normal installation of windows and made a NTFS partition on that HD... (2 Replies)
Discussion started by: Hyagosallet
2 Replies

7. Solaris

[Solved] Solaris 10 - Ftp Login incorrect

Hey everyone, I am trying to get a 2GB patch cluster FTP'd to a solaris 10 server. I have tried logging in via ftp, and both with root as well as my personal account, I get "Login Incorrect." I have verified that I can log in using telnet. -bash-3.00$ netstat -a |grep ftp *.ftp ... (10 Replies)
Discussion started by: msarro
10 Replies

8. UNIX for Dummies Questions & Answers

remshd: Login incorrect.

Hi, i am trying to do a RCP from a reality environment machine to a unix directory and coming up with the error remshd: Login incorrect. Any ideas? Thanks (2 Replies)
Discussion started by: Jtyreman
2 Replies

9. Solaris

ILOM Sunservice login incorrect

We have tried to perform the data collection of 11 SUN FIRE X4170 SERVER as part of preventive maintenance activity. But, when we tried to access the ILOM using sunservice user we got a “login incorrect” prompt. We used the “changeme” password. can we use the root/changeme account instead... (4 Replies)
Discussion started by: chozie
4 Replies

10. Windows & DOS: Issues & Discussions

Login failed username password is incorrect

Hi all, For one of our server (Windows 2008R2), we sometimes will received "login failed username password is incorrect" when login in as domain account (the username & password is correct). Only after a reboot of the server (using local account), we can login without the above error. Can... (2 Replies)
Discussion started by: beginningDBA
2 Replies
yppasswdd(1M)															     yppasswdd(1M)

NAME
yppasswdd: rpc.yppasswdd - daemon for modifying Network Information Service passwd database SYNOPSIS
passwd_file log_file] [arg1 arg2 ...]] directory] log_file] [arg1 arg2 ...]] Remarks The Network Information Service (NIS) was formerly known as Yellow Pages (yp). Although the name has changed, the functionality of the service remains the same. DESCRIPTION
The daemon handles password change requests from (see yppasswd(1)). It changes a password entry in the passwd and shadow files. The passwd and shadow files provide the basis for the passwd.byname and passwd.byuid maps. Entries in the passwd or shadow files are changed only if the password presented by matches the encrypted password of the entry. All password files are located in the directory. If the option is given, the passwd or shadow files are placed under the directory path that is the argument to should be executed only on the master Network Information Service (NIS) server for the passwd database (map). The daemon is not executed by default, nor can it be started by (see inetd(1M)). To enable automatic startup of at boot time, the variable should be set to 1 in file on the master NIS server. The daemon in HP-UX 11i version 3 supports the shadow mode. The system can be converted to shadow mode by using and reverted by using The variable must be set to 1 in file on the master NIS server to support the shadow mode in NIS. The server does not insist on the presence of a shadow file unless there is no option present or the directory named with the option is Options recognizes the following options and command-line arguments: Log diagnostic and error messages to log_file. These messages are not available if is started without the option. Information logged to the file includes date and time of the message, the host name, process ID and name of the function generating the message, and the message itself. Note that different services can share a single log file because enough information is included to uniquely identify each message. If these are given, then these fields may not be changed remotely using is HP specific. After the password or shadow file is modified, and if using the option, executes to update the NIS passwd database (see ypmake(1M)). Any arguments following the flag are passed to To ensure that the passwd map is rebuilt to contain the new password and all slave NIS servers have their passwd maps properly updated to include the change, always use the option to but do not use the argument to The directory input specifies which directory contains the passwd file (and the shadow file when the system is in shadow mode). Note that the directory specified must contain the file named "passwd". If shadow mode is enabled, then the directory specified must contain a file called "shadow". EXAMPLES
Assume the daemon is started on the master NIS server as follows: This indicates that the ASCII file from which the NIS passwd database is built is When this file is updated by a request from the NIS passwd database is rebuilt and copied to all slave NIS servers in the master's NIS domain (see domainname(1)). Log messages are written to the file WARNINGS
uses lock file to get exclusive access to passwd_file when updating it. The file may persist if passwd_file is being updated and o The system crashes or o is killed using (see kill(1) and signal(2)). File must be removed before can function properly again. also uses when updating (see vipw(1M)). As a result, competes with when it updates passwd_file if passwd_file is AUTHOR
was developed by Sun Microsystems, Inc. FILES
lock file used when updating passwd_file SEE ALSO
domainname(1), kill(1), yppasswd(1), inetd(1M), vipw(1M), ypmake(1M), signal(2), yppasswd(3N), passwd(4), publickey(4), ypfiles(4), pwconv(1M), pwunconv(1M), shadow(4). yppasswdd(1M)
All times are GMT -4. The time now is 10:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy