Results 1 to 4 of 4

Thread: How Active directory group access SQL server

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    How Active directory group access SQL server

    I have a SQL Server 2005 SP3 server that will not allow Active directory group users to login. Is it actually possible to use Active Directory groups to control access to Databases. Is there a way to specify access control rules for SQL Server from within Active Directory? how do i access AD from my local machine using powershell? do I have to install a special provider?

  2. #2
    Join Date
    Oct 2008
    Posts
    132

    Re: How Active directory group access SQL server

    Active Directory is the LDAP based directory, first introduced in Windows 2000, his is where Windows Authentication and Active Directory comes in. If you're valid windows user then that login can be used to log into SQL Server, provided that the login has been granted access to the SQL Server. OLE DB can also connect to some non-relational data sources. The OLE DB providers make the non-relational data appear relational.

  3. #3
    Join Date
    Oct 2008
    Posts
    134

    Re: How Active directory group access SQL server

    Integration of SQL Server 2000 with Active Directory means essentially that SQL servers, their components and attributes, This is just my hypothesis but when using the second option, it seems to me that since the entity that is logging into the SQL Server

    PHP Code:
     SELECT FROM OPENQUERYADSI'SELECT name, adsPath FROM ''LDAP://DC=....,DC=....,DC=...,DC=com'' WHERE objectCategory = ''Person'' AND objectClass= ''user'''

  4. #4
    Join Date
    Feb 2006
    Posts
    126

    Re: How Active directory group access SQL server

    Install PowerShell Community Extensions (PSCX) from - they have an AD provider. Lightweight Directory Access Protocol (LDAP) is a query language for directory services such as Active Directory. As long as your machine running PowerShell is in the domain then you can access AD through the provider. This not only facilitates organization-wide searches for features that clients, developers, or applications might be interested in, but also allows functional transparency.

Similar Threads

  1. how to find out object type(user,computer,group) in active directory?
    By vivekmohan in forum Software Development
    Replies: 2
    Last Post: 06-08-2009, 04:19 PM
  2. Replies: 2
    Last Post: 01-05-2009, 11:20 PM
  3. Replies: 4
    Last Post: 02-11-2007, 12:35 AM
  4. Export All Active Directory Group memberships to a .txt file
    By RandomEcho in forum Windows Server Help
    Replies: 1
    Last Post: 13-07-2007, 05:31 AM
  5. Replies: 1
    Last Post: 18-05-2006, 01:31 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,124,811.27525 seconds with 17 queries