Sponsored Content
Special Forums Cybersecurity Root password lifetime default Post 302126850 by denn on Friday 13th of July 2007 01:10:57 PM
Old 07-13-2007
/tcb/files/auth should be the equivelant of /etc/shadow on some other variants of UNIX; you maybe have a man page for auth. I don't have that OS atm so don't know the format offhand.
 

10 More Discussions You Might Find Interesting

1. Answers to Frequently Asked Questions

Lost root password / Can't login as root

We have quite a few threads about this subject. I have collected some of them and arranged them by the OS which is primarily discussed in the thread. That is because the exact procedure depends on the OS involved. What's more, since you often need to interact with the boot process, the... (0 Replies)
Discussion started by: Perderabo
0 Replies

2. Linux

how to access root priveliges if root password is lost

wish to know how to access root password it root password is forgotten in linux (1 Reply)
Discussion started by: wojtyla
1 Replies

3. UNIX for Dummies Questions & Answers

I need it to prompt me for a root password, so I don't have to log as root

Hi folks, I'm trying to install a program, and I want to place some of the executables into /usr/bin so that they can be executed from any folder on the computer. I've been giveng the root password, but told never to log in directly as root. Instead, I can wait for a password prompt. However, I... (2 Replies)
Discussion started by: lunchtime
2 Replies

4. Linux

root password

Hi everybody: I have a problem. How does it possible that when I type the root password on terminal, later write: su password: ****** System recognize the password, but when a I use the GUI environment, the system does not recognize it. Any suggestion. :o Thanks in advance. (2 Replies)
Discussion started by: tonet
2 Replies

5. HP-UX

Root Password

Hi all, I am changing the root password periodically from eg: password01 to password02. However, I can still use password01 after it is changed, it seems that it only authenticates up the first few characters. Please can someone let me know how I can fix this. Thanks Ryan (1 Reply)
Discussion started by: macgre_r
1 Replies

6. Shell Programming and Scripting

how to change root password using shell script with standard password

Hi Friends. I am new to scripting now i want to change the root password using the script with standard password. which is the easy scripting to learn for the beginner, Thanks in advance. (2 Replies)
Discussion started by: kurva
2 Replies

7. Solaris

Solaris 8 - Asks for current root password when trying to change root password.

Hello All, I have several solaris boxes running Solaris 8. When changing root passwords on them, all will simply ask for the new root password to change and of course to re-type the new password. One of the systems however asks for the existing root password before it will display the new password... (8 Replies)
Discussion started by: tferrazz
8 Replies

8. Solaris

Lost Root Password on VXVM Encapsulated Root Disk

Hi All Hope it's okay to post on this sub-forum, couldn't find a better place I've got a 480R running solaris 8 with veritas volume manager managing all filesystems, including an encapsulated root disk (I believe the root disk is encapsulated as one of the root mirror disks has an entry under... (1 Reply)
Discussion started by: sunnyd76
1 Replies

9. Ubuntu

Root access that can't change root password?

We are having a little problem on a server. We want that some users should be able to do e.g. sudo and become root, but with the restriction that the user can't change root password. That is, a guarantee that we still can login to that server and become root no matter of what the other users will... (2 Replies)
Discussion started by: 244an
2 Replies

10. UNIX for Beginners Questions & Answers

Can a root role change the root password in Solaris 10?

i do not have root on a solairs 10 server , however i do have the root role, i was wondering if I can change the root password as a a role with the passwd command? I have not tried yet. and do i have to use the # chgkey -p afterwards? i need to patch is why i am asking. thanks (1 Reply)
Discussion started by: goya
1 Replies
convauth(8)						      System Manager's Manual						       convauth(8)

NAME
convauth - convert security authorization databases into database format SYNOPSIS
/usr/tcb/bin/convauth [-O] [-d dblist] [-q] [-r] [-u uid] [-v] [-H] FLAGS
-d dblist Specifies which databases to convert. Choose one or more of the letters d, f, p, t, or v. d - /etc/auth/system/default to /etc/auth/system/default.db f - /etc/auth/system/files to /etc/auth/system/files.db p - /tcb/files/auth/?/* to /tcb/files/auth.db and /var/tcb/files/auth.db t - /etc/auth/system/ttys to /etc/auth/system/ttys.db v - /etc/auth/system/devassign to /etc/auth/system/devassign.db If no -d option is given, the default database list is as though -d pt were specified. -q Suppresses non-error output. -r Keeps all migrated user-profile entries in /tcb/files/auth.db rather than /var/tcb/files/auth.db. -u uid Specifies the minimum general user UID. User-profile entries with uids lower than this value (default 100) are written to the /tcb/files/auth.db file, and profile entries with UIDs greater than or equal to this value are written to the /var/tcb/files/auth.db file. -v Gives more verbose messages. -O Reverts from *.db files to old-style databases. Not allowed for auth.db. -H Prints a help messages and exits with no further processing. DESCRIPTION
The convauth utility is used to convert existing ASCII system authorization database files to database format for faster access and updates. In the case of the ttys and user-profile data, this greatly improves the performance of login when using enhanced security. The convauth utility is executed by update installation scripts. EXAMPLES
The default conversion done to convert the user profiles and terminals information: # convauth The same conversion explicitly showing the default databases and general user UID assumptions: # convauth -d tp -u 100 Conversion of only the device assignment data: # convauth -d v RELATED INFORMATION
Commands: convuser(8), edauth(8), authck(8) Files: authcap(4), prpasswd(4), ttys(4), default(4), devassign(4), files(4) Security delim off convauth(8)
All times are GMT -4. The time now is 06:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy