ILDAPSettings

class ILDAPSettings

Bases: ImpactCOMWrapperBase

Summary:

Describes the LDAP settings of a database.

Remarks:

Introduced in Impact 8.0.0.75.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property enabled

Gets Enabled.

Summary:

Determines if LDAP authentication and authorization is enabled.

Returns:

The value of Enabled.

Return type:

enabled (bool)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.