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: NT authentication problem

Re: NT authentication problem

From: Pat Franklin <pfrankli_at_yahoo.com>
Date: Thu, 10 Feb 2000 18:48:08 GMT
Message-ID: <01bf73f7$b40695b0$fc7645d1@pfrankli>


I'm pretty sure that you would have to recreate the users with the following:
create user "<logon_domain>\abc" identified externally;

and

grant create session to "<logon_domain>\abc";

Jay Scheiner <jxs_at_wolpofflaw.com> wrote in article <38a1c249.1945986835_at_news.erols.com>...
> Has anyone ever seen this?
> I have oracle8i on NT server, win98/95 clients. Using Net8, sql+
> clients. NT server 1 is oracle box, server 2 is domain controller. I
> have set up several users for OS authentication (create user abc
> identified externally).
>
> For myself and 1 other person at least this works fine. With one
> user, though, he gets return code 1017 invalid user/password. I
> turned on auditing, then pulled results from dba_audit_session, and
> his os_name and user_name are not 'abc' but rather
> '<logon_domain>\abc'.
>
> Any suggestions?
>
Received on Thu Feb 10 2000 - 12:48:08 CST

Original text of this message

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