Share via


LDAP Registry Settings (Windows CE 5.0)

Send Feedback

The registry stores information necessary to configure the system for applications and hardware devices. The registry also contains information that the operating system continually references during operation.

Note   The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.

The following table shows the registry settings for

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LDAP.

Value : type Description
LdapClientIntegrity : REG_DWORD Controls whether the LDAP client automatically attempts to negotiate a signed or integrity-validated session when a bind is performed. Signing protects the session by detecting attempts to alter LDAP traffic during an LDAP connection to the network.

The following settings are possible:

  • 0: Do not automatically use signing. This is the default on Windows CE.
  • 1: Automatically use signing against supported servers, but permit fallback to a non-signed session if unable to establish signing.
  • 2: Always use signing, and fail to bind if unable to establish signing.
Note   These values only affect applications that do not explicitly request signing when they bind. If an application explicitly requests signing, the LDAP client will always use signing, and fail to bind if unable to do so.

See Also

Lightweight Directory Access Protocol (LDAP) Client

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.