Policy Server Guides › Policy Design Guide › LanMan User Directories › Configure a LanMan Directory Connection › Configure Registry Keys for a LanMan Directory Connection
Configure Registry Keys for a LanMan Directory Connection
The first procedure in configuring a LanMan directory connection is configuring the appropriate registry keys.
To configure registry keys for a LanMan directory connection
- From the Windows Start menu, select Run.
The Run dialog opens.
- Enter regedit in the Run dialog and click OK.
Windows opens the Registry Editor.
- Modify the following registry key:
- In HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\Siteminder\CurrentVersion\Ds, the NameSpaces key is set to the following string value:
"LDAP:,ODBC:,OCI:,WinNT:,Custom:,AD:"
- Add the following string to the value data for the NameSpaces registry key: Lanman.
- Create the following registry key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Ds\Lanman_DC
- Create a registry key of the NT Domain Name under the Lanman_DC key:
\HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Ds\Lanman_DC\<NT_domain_name>
For example:
\HKEY_LOCAL_MACHINE\SOFTWARE\Netegrity\SiteMinder\CurrentVersion\Ds\Lanman_DC\MyDomain
- Create a registry value named NumUserDir of type DWORD under the newly created NT Domain key. For the value data, enter the actual number of separate sets of user directories (maximum 16) in this NT domain.
- Create String registry values of UserDir0, UserDir1, …, UserDirN, in sequential order starting from 0, for each failover list of BDCs.
- Enter comma delimited strings for each failover list. SmDsLanman will read the lists and will find the first active BDC in each failover list to look up NT users and groups.
- Repeat steps 5 through 7 for other NT domains.
- Restart the Policy Server services.
For more information on starting and stopping the Policy Server, see the Policy Server Management guide.