SecurityBaseUseNetBiosDomainBinding Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a value that indicates whether the NetBiosDomain name should be included when binding the user SID to Active Directory.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected bool UseNetBiosDomainBinding { get; }

Property Value

Type: Boolean
true if UseNetBiosDomainBinding should be used, false otherwise
Remarks

This value is found in the optional registry DWORD-value NetBiosDomainBinding located in the HKEY_LOCALMACHINE\SOFTWARE\Teknikhuset\Content Studio\5.0" key on the server running CS Server. If the value is one (1) this property evaluates to true and Content Studio attempts to bind to AD using the NetBiosDomain name of the user and the user's SID. For example:
LDAP://MyDomain/<SID=0000000000000000000000>
where MyDomain is the NetBiosDomain of the caller and 0000000000000000000000 is the hexadecimal representation of the caller's SID.
When to use this setting
This setting can be useful if the caller exists in another trusted Active Directory so that the system cannot identify the caller solely based on her sid. This can be true also if the caller exists in another domain in the forest as well. For a single domain AD you can omit this registry key or set it to zero.
See Also

Reference