Reputation:
I know that it is possible to use "OS authentication" to authenticate Windows users in Oracle database. The process is basically passing current Windows user id to Oracle for authentication.
The question is - is it possible to authenticate domain group in Oracle (as it is possible with SQL Server integrated security), so that there would be no need to create separate database user for each domain member?
Upvotes: 2
Views: 1918
Reputation: 5695
It is possible.
Oracle has a whitepaper on this, and here's a tutorial,
Upvotes: 1
Reputation: 6641
I don't think this is possible, but I would love to be proven wrong.
Upvotes: 0