Password issue


 
Thread Tools Search this Thread
Operating Systems HP-UX Password issue
# 1  
Old 02-06-2008
Password issue

Hi,

In my HP-UX, when I used cat /etc/passwd,

ferdaus:*:198:20:ferdaus,pbapp,04-2013186,:/home/ferdaus:/usr/bin/sh
pbapp:*:110:20:superadmin,penang,,:/home/pbapp:/usr/bin/sh

May I know why * is in password part? There is no /etc/shadow files.
Can I revert back /etc/passwd to show an encrypted password not an *.
Can you guide me step by step to do it?

Thanks,
# 2  
Old 02-06-2008
hi...

If the password is an * (asterisk), the user cannot log in. The value is a character string. The default value is *.
# 3  
Old 02-06-2008
The system may be in trusted mode. Naturally, we were not told which version of HP-UX. I will assume it's 11i. An 11i in trusted mode will have a hierarchy called /tcb/files/* present and the real passwords are there. Untrusting is a dangerous procedure and I have never done it. Re-installing the OS might be the way to go. In theory /usr/lbin/tsconvert -r running in single user mode but with all local filesystem mounted should untrust a system.
# 4  
Old 02-06-2008
To complete Perderabo's explanation, HP trusted systems started to use /tcb/files from 10.20 on and in 11.11 you could get a optionnal addon to give the OS this little solaris look (/etc/shadow).

The /tcb/files is far more secure and a more than one DB... So be carefull when playing with it... I had cases where DBAs managed to lockout root account...

If you were in trusted mode why would you want to return to normal?
Is it because accounts are locked?
# 5  
Old 02-11-2008
I need to make in normal mode because right now the unix servers(11i) cannot communicate with BackupExec 11d. It is authentication issue between unix and BackupExec. After communicating with Symantec technical support, they ask to return the etc/passwd as a normal encryption and not * as my first post. Please guide me how to do this because I'm a beginner in Unix.
Thanks,
# 6  
Old 02-11-2008
Ok...

2 options in your case I would choose the first:

1) sam
2) /usr/lbin/tsconvert -r

Using sam:
Once in sam:
go to: Auditing and Security
-> Audited Events
-> Actions -> Unconvert the System.
# 7  
Old 02-12-2008
Hi VBE,

Thanks a lot for helping me. Now my BackupExec can communicate with Unix already.

Thanks all,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SuSE

SSH issue - can't get password less login to work

Hello, I can't seem to get the password less login to work on one of my SLES 11 servers. My ssh agent lets me login to all my other servers, which are Solaris 10, RHEL 5, and SLES 11 servers. Some servers mount my home directory and others don't. The server that I'm having an issue with doesn't... (7 Replies)
Discussion started by: bitlord
7 Replies

2. UNIX for Dummies Questions & Answers

SSH - Password Protected Directory Issue

I dug myself a hole yesterday that I can't seem to get myself out of. In a very futile attempt to create a new FTP user with limited access via SSH, I inadvertently changed permissions for who knows what and now I am having a problem accessing password protected directories. When I enter the... (1 Reply)
Discussion started by: HiddenColors
1 Replies

3. Emergency UNIX and Linux Support

SSH password login issue

Hi All, I am facing issue in setting up passwordless login through ssh on two Solaris-10 boxes. user-id ravrwa from server tsapiq04-zrwdq01 should be able to login to server tsbrit03 as cpsuserq, which is not happening. I am not sure where is the problem, while keys are already all set. Here is... (14 Replies)
Discussion started by: solaris_1977
14 Replies

4. AIX

AIX password issue

Hi, My server is an AIX server. Whenever a new user is created through smitty, the first time he logs in, he has to change his password. But i want to disable it and to enable the password expiry to a month. (i.e) after every month, he has to change his password. Any help in this matter... (1 Reply)
Discussion started by: mac4rfree
1 Replies

5. Solaris

NIS password file update issue

Hi Our nis server running on Sun solaris 8 operating system. I have added a new user in the nis passwd file & when I am trying to update the file from nis server by using following command: # cd /var/yp # make updated passwd It updates the passwd file but does not come back to command... (3 Replies)
Discussion started by: dolphin
3 Replies

6. UNIX for Dummies Questions & Answers

Password Expired - cfmupdatenode issue

Afternoon All Has anyone seen this type of thing before. Basically we had an issue where an ID that has db2 connect access tried to make the db connection and got an " Attempt to establish connection failed with security reason "1" ("PASSWORD EXPIRED"). SQLSTATE=08001" error. This I know... (0 Replies)
Discussion started by: philib
0 Replies

7. Shell Programming and Scripting

Reg : telnet password issue

Hi All, I am working on AIX 5.3. My requirement is to telnet to a server and scp a file from another server In my shell script i am using telnet to enter to a server and i am echoing the password as below echo open $Infahost sleep 1 echo $Infaftplogin sleep 1 echo $Infaftppasswd... (3 Replies)
Discussion started by: sam99
3 Replies

8. Cybersecurity

root Password ... strange issue

hi there , :cool: um facing a problem with my root passwd i want to set my root password and when i do i get the following :: # # passwd passwd: Changing password for root New Password: Re-enter new Password: passwd(SYSTEM): They don't match. Please try again New Password:... (6 Replies)
Discussion started by: badrali
6 Replies

9. UNIX for Dummies Questions & Answers

ftp password issue

I think I may have put this in the wrong forum earlier the script that follows is an extract from a post someone gave as an answer to a question on ftp within a script /usr/bin/ftp ftpsiteaddress <<END verbose on bin user username password cd <directoryname> put <filename> mput... (3 Replies)
Discussion started by: Henrik
3 Replies
Login or Register to Ask a Question