Granting access to an Active Directory group
Hello,
I have a domain group in Active Directory (lets call it MYDOMAIN\GRP) and I want the members of this group (MYDOMAIN\USER1, MYDOMAIN\USER2, etc.) to be able to connect to my Oracle database. I, naively, thought that creating the user/group in Oracle using "create user "MYDOMAIN\GRP" identified externally;" and setting SQLNET.AUTHENTICATION_SERVICES=(NTS) on client and server would do the trick. Unfortunately that is not the case. Note that I am able to create a regular user (create user "MYDOMAIN\USER1" identified externally;) and connect from a client PC to the database server using "connect /