Domain Collapse. Sql permission question.
From: Guru (gss20_at_hotmail.com)
Date: 02/26/04
- Next message: mcamci_at_ozoptics.com: "Re: Changing database size"
- Previous message: Adam Machanic: "Re: multiple instances of sqlservr.exe process"
- In reply to: Patterson: "Domain Collapse. Sql permission question."
- Next in thread: Patterson: "RE: Domain Collapse. Sql permission question."
- Reply: Patterson: "RE: Domain Collapse. Sql permission question."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 12:43:57 -0800
Internally sql server uses SID of NT users to link them
with sql logins. I don't know if NT will preserve SIDs
when users are migrated to another domain. If it does then
users can login with Domain2\user1 and still have same
permissions in sql server based on their SID stored in
sysxlogins table, though their username will be displayed
as Domain1\user1. You can update sysxlogins table and
change users display name.
If users are assigned new SID by NT then I am afraid you
have to add them again and assign permisstions.
hth.
>-----Original Message-----
>We are in the process of collapsing a domain. How do i
change the database permissions to reflect the new domain
names. Example Domain1\user1 is migrated to Domain2. user1
is now Domain2\user1. In SQL, the user is still displayed
as Domain1\User. Any idea. Thanks in advance.
>.
>
- Next message: mcamci_at_ozoptics.com: "Re: Changing database size"
- Previous message: Adam Machanic: "Re: multiple instances of sqlservr.exe process"
- In reply to: Patterson: "Domain Collapse. Sql permission question."
- Next in thread: Patterson: "RE: Domain Collapse. Sql permission question."
- Reply: Patterson: "RE: Domain Collapse. Sql permission question."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|