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: Dusan Bolek <pagesflames_at_usa.net>
Date: 31 Oct 2001 07:56:44 -0800
Message-ID: <1e8276d6.0110310756.12009353@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 Wed Oct 31 2001 - 09:56:44 CST

Original text of this message

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