Adding the xp_ stored procedures
In order to enable Single Sign-On (SSO) through Windows logins, you must install two extended stored procedures on the SQL Server. This recipe will show you how to do that.
How to do it...
Copy the file named
xp_ndo_x64.dll
from theSQL_esp\x64
folder on the product CD (if you are using a 64 bit server). The default location to move it to isC:\Program Files (x86)\Microsoft Dynamics NAV\60\Database
on the SQL Server, but you can copy it to any location.Open SQL Server Management Studio and connect to your server. In the Object Explorer pane on the left-hand side, expand the tree to Databases, System Databases, master, Programmability, Extended Stored Procedures.
Right-click the Extended Stored Procedures folder and select New Extended Stored Procedure.
Enter
xp_ndo_enumusergroups
for the name and point it to thexp_ndo_x64.dll
file you copied to the server.Go to the Permissions page from the left-hand pane.
Click the Add button.
Add the public account and grant...