If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > OS Authentication, Cross platform

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-10-03, 15:09
nimbleninja nimbleninja is offline
Registered User
 
Join Date: Jul 2003
Location: Princeton
Posts: 1
Exclamation OS Authentication, Cross platform

I need to get users running WindowsNT/2K logged into my Oracle 9i DB running on Linux via sqlplus/schema manager.

The Windows users are all in a domain. I can get this to work using local Windows accounts, the problems pop up when I try to get a domain user authenticated to the DB on Linux.

I tried to use OSAUTH_PREFIX_DOMAIN, no luck. I created my user as:

create user my_domain\a_user identified externally;
grant connect, resource to my_domain\a_user;

Other params are set to accomodate OS AUTH:
REMOTE_OS_AUTHENT = TRUE
OS_AUTHENT_PREFIX = ""

Can anyone shed light on how to get this accomplished?

Thanks
nn
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On