Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Howto make Oracle using authentication by "OPS$DOMAIN\USER"?

user13412148Sep 19 2011 — edited Sep 19 2011
Hello,

I'd like to get externally user authentication running with regards to the domain the client is using.
So I've created a user using

SQL> create user "OPS$DOMAIN\USER" identified externally;

But I fail to connect from a client logged in with that domain account. I created another user "OPS$USER" and now I can login. My client system uses an AD domain account for logging in to the client and that account is logging in to oracle as "OPS$USER" and not as "OPS$DOMAIN\USER" as it should be.

How can I change this behavior to distinguish between local and domain users?

The parameter os_authent_prefix is set to "ops$" and remote_os_authent is set to true.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2011
Added on Sep 19 2011
2 comments
1,046 views