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

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

Retrieves the ForceLDAPLevel debug setting

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

protected int ForceLDAPLevel { get; }

Property Value

Type: Int32
ValueNameBehavior when an LDAP binding problem occurs
1BrutalThrows an error and stop the authentication process for every user
2SilentLogs the an entry in the Content Studio log only.
3Brutal with loggingA combination of the values above: Throws an error and stop the authentication process for every user and log an entry in the Content Studio log.
Any otherNoneIgnores any binding error.
Remarks

This value is found in the optional registry DWORD-value ForceLDAPLevel located in the HKEY_LOCALMACHINE\SOFTWARE\Teknikhuset\Content Studio\5.0 key on the server running CS Server.
When to use this setting:
This setting should be used only when an administrator needs to examine AD-binding problems.
See Also

Reference