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: Unix script to stop password-protected listener

Re: Unix script to stop password-protected listener

From: Gilles PARC <gparc_at_online.fr>
Date: Wed, 09 Oct 2002 15:08:58 -0800
Message-ID: <F001.004E508C.20021009150858@fatcity.com>


Hi Michal,

It's a security breach and bug #2366907
has been opened for that.
So protect carefully your listener.ora file from non privileged readers.

Regards

At 01:53 08/10/2002 -0800, you wrote:
>Yes, you can change your listener.ora file permission up to 600 on the
>server side. In a shell script you can then use encrypted password found
>in listener.ora on line PASSWORDS_<listener>.
>
>lsnrctl <<EOF
>set password C6C144CF750E3CA5
>stop
>exit
>EOF
>
>If the password is not in the listener.ora file, run lsnrctl, set
>password manualy and execute SAVE_CONFIG. This will write a line into
>your listener.ora file with the encrypted password.
>
>HTH,
> Mike

Gilles Parc

carpe diem !!

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Gilles PARC
  INET: gparc_at_online.fr

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Oct 09 2002 - 18:08:58 CDT

Original text of this message

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