Active Directory Users Syncronize to SQL Server 2005

myanilkumarmyanilkumar Member Posts: 108
edited 2009-08-05 in SQL General
Hi,

Is there any option when i create User ID's in Active directory automatically create in SQL Server.

Please let me know.

Regards,
Anil

Comments

  • ara3nara3n Member Posts: 9,256
    you can create groups. Assign the new user to the group.

    In sql allow the AD group to access the db.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • myanilkumarmyanilkumar Member Posts: 108
    Hi Rasheed,

    Thanks for your reply. Can you explain me in detail where should i must create groups and assign?

    Regards,
    Anil
  • ara3nara3n Member Posts: 9,256
    In active directory you create a global group and then assign users to it.

    In nav you add the group to the windows users.

    Make sure your security model is simple.

    File->database->Alter->advanced tab_>security model.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • myanilkumarmyanilkumar Member Posts: 108
    Thanks Rasheed for help.
  • David_SingletonDavid_Singleton Member Posts: 5,479
    ara3n wrote:
    you can create groups. Assign the new user to the group.

    In sql allow the AD group to access the db.


    =D> Oh that is so simple. Why aren't I doing that? .... I will in the future though.
    David Singleton
  • ara3nara3n Member Posts: 9,256
    On my dev server. I have only one group called Developers. That way everybody in the company I work for can access the db. I don't have to worry about new hires etc, because the AD administrator will be managing that.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.