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

Home -> Community -> Usenet -> c.d.o.server -> Re: Authenticate database users against Linux

Re: Authenticate database users against Linux

From: Andreas Moroder <amoroder_at_sb-brixen[nospam>
Date: Fri, 2 Nov 2001 11:49:34 +0100
Message-ID: <9rtto6$99k$1@serv1.iunet.it>


I was talking about external authentication, It true, I have the users in a OpenLDAP Database, but because I don't think Oracle supports OpenLDAP, it would be enough if I can authenticate externally, but using pam, not /etc/passwd.

Bye
Andreas

"Dusan Bolek" <pagesflames_at_usa.net> schrieb im Newsbeitrag news:1e8276d6.0110310756.12009353_at_posting.google.com...
> "Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote in message
news:<tttglesgv6cid1_at_corp.supernews.com>...
> > "Andreas Moroder" <amoroder_at_sb-brixen[nospam].it> wrote in message
> > news:9rm7sj$c0o$1_at_serv1.iunet.it...
> > > Hello,
> > >
> > > on NT i can authenticate oracle users against the NT SAM.
> > > Is it possible to authenticate oracle users against pam on Linux ?
> > >
> > > Regards
> > >
> > > Andreas Moroder
> > >
> > > PS: if possible mail me the answer too.
>
> > If Linux is an ordinary Unix the only thing you need to do is
> > create user ops$andreas identified externally ...
>
> I think that he is not talking about external authentification, but
> about GLOBAL authentification. He can use not unix account on single
> database server, but LDAP directory service common for all company to
> log on.
> He has two options - global user (own schema in all databases) and
> schema independent user (use a shared schema).
> Instead of "create user ops$andreas identified externally" he must use
>
> CREATE USER andreas IDENTIFIED GLOBALLY AS
> 'CN=andreas,OU=departmentx,O=sb-brixen,C=IT'
>
> for global user.
>
> --
> _________________________________________
>
> Dusan Bolek, Ing.
> Oracle team leader
>
> Note: pagesflames_at_usa.net has been cancelled due to changes (maybe we
> can call it an overture to bankruptcy) on that server. I'm still using
> this email to prevent SPAM. Maybe one day I will change it and have a
> proper mail even for news, but right now I can be reached by this
> email.
Received on Fri Nov 02 2001 - 04:49:34 CST

Original text of this message

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