Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MonitorDelegations ¶
func MonitorDelegations(domainController string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, debug bool) error
MonitorDelegations monitors the delegation settings of a user or computer account.
Parameters: domainController (string): The domain controller to connect to. ldapPort (int): The LDAP port to connect to. creds (*credentials.Credentials): The credentials to use for the LDAP connection. useLdaps (bool): Whether to use LDAPS for the LDAP connection. useKerberos (bool): Whether to use Kerberos for the LDAP connection. debug (bool): A flag indicating whether to print debug information. Returns: nil
Types ¶
type DelegationState ¶
type DelegationState struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.