Register SQL2000 in AD

October 12th, 2005 - 02:38 pm ET by larry | Report spam
In SQL Server Properties I can "Add this instance of SQL Server to
Active Directory". Where does this added instance show itself?
Thanks
Larry
email Follow the discussionReplies 4 repliesReplies Make a reply

Similar topics

Replies

#1 Brandon McGarvey
October 12th, 2005 - 04:18 pm ET | Report spam
I believe that function registers an SPN to the computer account object in
Active Directory. You can list registered SPN's by using setspn.exe (this exe
may only be on Windows Server):
setspn.exe -l [objectname]
setspn.exe -l SQLSERVER

SQL automatically registers an SQN to the computer account object when it is
installed. You can use setspn to add and remove SPN's. SPN's (service
principal names) are registered in Active Directory objects and used for
client to service authentication. This would be used for SQL Windows
Authentication.

"larry" wrote:

In SQL Server Properties I can "Add this instance of SQL Server to
Active Directory". Where does this added instance show itself?
Thanks
Larry



Replies Reply to this message
#2 larry
October 13th, 2005 - 09:32 am ET | Report spam
Thanks Brandon. "setspn -L sqlserver" returns
MSSQLSvc/sqlserver.domain.com:1433, but I was expecting something to
show up in administrative tools\active directory computers. Am I wrong
in thinking this?

Brandon McGarvey wrote:
I believe that function registers an SPN to the computer account object in
Active Directory. You can list registered SPN's by using setspn.exe (this exe
may only be on Windows Server):
setspn.exe -l [objectname]
setspn.exe -l SQLSERVER

SQL automatically registers an SQN to the computer account object when it is
installed. You can use setspn to add and remove SPN's. SPN's (service
principal names) are registered in Active Directory objects and used for
client to service authentication. This would be used for SQL Windows
Authentication.

"larry" wrote:


In SQL Server Properties I can "Add this instance of SQL Server to
Active Directory". Where does this added instance show itself?
Thanks
Larry





Replies Reply to this message
#3 Brandon McGarvey
October 13th, 2005 - 10:18 am ET | Report spam
I too thought it was going to register the SQL instance in the Computers
container, but it apparently does not. Regardless, the instance is registered
in AD and clients can authenticate to the instance, using Kerberos.

"larry" wrote:

Thanks Brandon. "setspn -L sqlserver" returns
MSSQLSvc/sqlserver.domain.com:1433, but I was expecting something to
show up in administrative tools\active directory computers. Am I wrong
in thinking this?

Brandon McGarvey wrote:
> I believe that function registers an SPN to the computer account object in
> Active Directory. You can list registered SPN's by using setspn.exe (this exe
> may only be on Windows Server):
> setspn.exe -l [objectname]
> setspn.exe -l SQLSERVER
>
> SQL automatically registers an SQN to the computer account object when it is
> installed. You can use setspn to add and remove SPN's. SPN's (service
> principal names) are registered in Active Directory objects and used for
> client to service authentication. This would be used for SQL Windows
> Authentication.
>
> "larry" wrote:
>
>
>>In SQL Server Properties I can "Add this instance of SQL Server to
>>Active Directory". Where does this added instance show itself?
>>Thanks
>>Larry
>>



Replies Reply to this message
#4 larry
October 13th, 2005 - 11:12 am ET | Report spam
Thanks

Brandon McGarvey wrote:
I too thought it was going to register the SQL instance in the Computers
container, but it apparently does not. Regardless, the instance is registered
in AD and clients can authenticate to the instance, using Kerberos.

"larry" wrote:


Thanks Brandon. "setspn -L sqlserver" returns
MSSQLSvc/sqlserver.domain.com:1433, but I was expecting something to
show up in administrative tools\active directory computers. Am I wrong
in thinking this?

Brandon McGarvey wrote:

I believe that function registers an SPN to the computer account object in
Active Directory. You can list registered SPN's by using setspn.exe (this exe
may only be on Windows Server):
setspn.exe -l [objectname]
setspn.exe -l SQLSERVER

SQL automatically registers an SQN to the computer account object when it is
installed. You can use setspn to add and remove SPN's. SPN's (service
principal names) are registered in Active Directory objects and used for
client to service authentication. This would be used for SQL Windows
Authentication.

"larry" wrote:



In SQL Server Properties I can "Add this instance of SQL Server to
Active Directory". Where does this added instance show itself?
Thanks
Larry










email Follow the discussion Replies Reply to this message
Help Create a new topicReplies Make a reply
Search Make your own search