![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| /etc/shadow file.... | avcert1998 | UNIX for Advanced & Expert Users | 6 | 01-18-2008 03:40 PM |
| *LK* in /etc/shadow file | vikashtulsiyan | SUN Solaris | 5 | 12-23-2007 11:50 PM |
| Shadow Passwords | chrisc@nwark.ne | High Level Programming | 4 | 10-02-2006 12:53 AM |
| shadow file | jbashir | UNIX for Advanced & Expert Users | 3 | 03-14-2006 03:22 AM |
| shadow file | arunkumar_mca | UNIX for Dummies Questions & Answers | 3 | 12-31-2004 11:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
You didn't mention the SCO version but maybe this
link will help... http://osr5doc.ca.caldera.com:457/Ne...sD.passwd.html |
|
||||
|
SCO UNIX 5.0.6
The version of SCO that I am running is Open Server 5.0.6 I have the specific files mentioned in your link configured correctly, but my Informix Dynamic Server is not using them for it's logins. The IDS server only allows local users to login. When I rename or remove the Shadow file it allows the users to login. So, I would like to disconnect the passwd file from the Shadow file. Thanks
|
|
||||
|
Thanks for your help rwb1959! I have found the info. on the utilities to manage the passwd and shadow files. The utilities are /etc/pwconv & /etc/pwunconv. The pwunconv program disconnects the shadow file from the passwd file and transfers any info. back into the passwd and to the password protected database. The pwconv manages the shadow file from the password protected database and the passwd file.
more info: http://osr5doc.ca.caldera.com:457/cg...man?pwconv+ADM |
|
||||
|
Yes, you can stop using the /etc/shadow file but it is NOT advisable - it was created because folks once found that they could grab the /etc/passwd file and run password crackers against it. Harder to do with /etc/shadow IF the permissions are set correctly. You can't set /etc/passwd to the same permissions since then no one could read it on login.
Check the man page for pwconv. I have not seen pwunconv on Solaris. To remove the use of /etc/shadow, you would have to do it manually. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|