Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Encrypting a password

RE: Encrypting a password

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Tue, 31 Jul 2001 10:58:37 -0700
Message-ID: <F001.0035A991.20010731105318@fatcity.com>

> -----Original Message-----
> From: Rick_Stephenson_at_ovid.com [mailto:Rick_Stephenson_at_ovid.com]
>
> The problem is that I need one to encrypt a password in the
> same manner as
> the Sun OS.  This is because we use the database to populate
> /etc/passwd.
> So if the OS can't compare passwords with what is stored in
> the database,
> then nobody will be able to log into the Unix box.

Could you write an external procedure on the Sun box that

a) changes the password for the user with the passwd command;
b) retrieves the new password from the /etc/shadow file;
c) returns the encrypted password to the database for storing in an Oracle table?




Jacques R. Kilchoer
(949) 754-8816
Quest Software, Inc.
8001 Irvine Center Drive
Irvine, California 92618
U.S.A.
http://www.quest.com Received on Tue Jul 31 2001 - 12:58:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US