Sponsored Content
Full Discussion: Passwords and shadows
Operating Systems HP-UX Passwords and shadows Post 302638765 by methyl on Thursday 10th of May 2012 04:48:23 PM
Old 05-10-2012
Please check your version (I don't recall a mainstream 11.22):
Code:
uname -a

Do you have a Trusted or Untrusted HP-UX system?

In the absence of /etc/shadow, the asterisk in the password part of the password field in /etc/passwd for an account means that the account has been locked with the passwd -l command.


Footnote: Based on your post, are you sure that you typed the commands correctly?

Last edited by methyl; 05-10-2012 at 06:20 PM.. Reason: clarification and Footnote
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Passwords

I am running unix 11.xxx....How do you change a user password. The previous vs was passwd at the command prompt. This no longer works. Thanks for the help (3 Replies)
Discussion started by: turner.rd
3 Replies

2. Shell Programming and Scripting

Hidden passwords

Upon executing a script that sets the value to a password variable, is there a way to hide a password value from being detected in standard out? (2 Replies)
Discussion started by: neto
2 Replies

3. UNIX for Dummies Questions & Answers

sqlplus and passwords

Hope I'm in the right place to ask this. ... and I'm a total noob by the way. When changing an account password through telnet, everything seems fine. I can telnet back in afterward, but if I try to use sqlplus to get in it tells me password invalid. If I try to get in through sqlplus with the... (1 Reply)
Discussion started by: tazman4
1 Replies

4. Shell Programming and Scripting

passwords

Dear all, I need to automate/script a user password change process. I'm helpless cannot use expect since it's not installed and cannot install it either. Do i have an alternative. I can store the password in a file and that would be the password that would be set to all the users. If not i don't... (1 Reply)
Discussion started by: earlysame55
1 Replies

5. UNIX for Advanced & Expert Users

When did UNIX start using encrypted passwords, and not displaying passwords when you type them in?

I've been using various versions of UNIX and Linux since 1993, and I've never run across one that showed your password as you type it in when you log in, or one that stored passwords in plain text rather than encrypted. I'm writing a script for work for a security audit, and two of the... (5 Replies)
Discussion started by: Anne Neville
5 Replies

6. Cybersecurity

Why use strong passwords?

Why is there such an emphasis on strong passwords? My understanding is that brute force or dictionary attacks are only possible when the attacker can test a large number of passwords in a reasonable amount of time. Modern Unix systems do not expose the encrypted passwords and have limits on how... (14 Replies)
Discussion started by: alvaro66
14 Replies

7. What is on Your Mind?

White "Shadows" in Code Tags?

Hey, Just upgraded my MacPro to MacOS Mojave (Beta) and all of a sudden I'm seeing white "shadows" in the code tag HTML (see below img): https://www.unix.com/members/1-albums215-picture849.png Is anyone else seeing this? If not, I will assume it is a "beta thing" with the Mojave Beta... (29 Replies)
Discussion started by: Neo
29 Replies
NBDST(8)						    BSD System Manager's Manual 						  NBDST(8)

NAME
nbdst -- NetBoot deferred shadow tool SYNOPSIS
nbdst [-recycle | -preallocate size] devnode shadowfile DESCRIPTION
nbdst is used during NetBoot to associate a shadow file with the disk image being used as the root device. After the shadow file is attached, subsequent writes to the root device will be redirected to the shadow file, which normally resides on local storage. nbdst is invoked by /etc/rc.netboot ARGUMENTS
The following arguments must be specified: devnode The device node of the root device, in the form "disk0" shadowfile Path to a shadow file which will be created and associated with the NetBoot root device OPTIONS
-recycle If a shadow file already exists, reset it and use it again. Otherwise, information written to an existing shadow file will reap- pear. Reusing a previous shadow file without resetting it requires that the shadow file be created with the same base image. -preallocate size Set the shadow file to the given size up front. This forces a reset of the shadow file (like -recycle). NOTE
nbdst can only be run as root. SEE ALSO
hdiutil(1), hdik(8) Mac OS X 29 Apr 2003 Mac OS X
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy