Documentation
¶
Index ¶
- func AuditConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func AuditConstrainedDelegationsWithProtocolTransition(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func AuditRessourceBasedConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func AuditUnconstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditConstrainedDelegations ¶
func AuditConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
AuditConstrainedDelegations retrieves constrained delegations for a given domain controller.
Parameters:
domainController (string): The hostname or IP address of the domain controller. ldapPort (int): The port number to connect to on the LDAP server. Must be in the range 1-65535. creds (*credentials.Credentials): The credentials for authentication. useLdaps (bool): A flag indicating whether to use LDAPS (LDAP over SSL). useKerberos (bool): A flag indicating whether to use Kerberos for authentication. debug (bool): A flag indicating whether to print debug information.
Returns:
An error if the operation fails, nil otherwise.
func AuditConstrainedDelegationsWithProtocolTransition ¶
func AuditConstrainedDelegationsWithProtocolTransition(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
AuditConstrainedDelegationsWithProtocolTransition retrieves constrained delegations with protocol transition for a given domain controller.
Parameters:
domainController (string): The hostname or IP address of the domain controller. ldapPort (int): The port number to connect to on the LDAP server. Must be in the range 1-65535. creds (*credentials.Credentials): The credentials for authentication. useLdaps (bool): A flag indicating whether to use LDAPS (LDAP over SSL). useKerberos (bool): A flag indicating whether to use Kerberos for authentication. debug (bool): A flag indicating whether to print debug information.
Returns:
An error if the operation fails, nil otherwise.
func AuditRessourceBasedConstrainedDelegations ¶
func AuditRessourceBasedConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
AuditRessourceBasedConstrainedDelegations retrieves resource-based constrained delegations for a given domain controller.
Parameters:
domainController (string): The hostname or IP address of the domain controller. ldapPort (int): The port number to connect to on the LDAP server. Must be in the range 1-65535. creds (*credentials.Credentials): The credentials for authentication. useLdaps (bool): A flag indicating whether to use LDAPS (LDAP over SSL). useKerberos (bool): A flag indicating whether to use Kerberos for authentication. debug (bool): A flag indicating whether to print debug information.
Returns:
An error if the operation fails, nil otherwise.
func AuditUnconstrainedDelegations ¶
func AuditUnconstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
AuditUnconstrainedDelegations retrieves unconstrained delegations for a given domain controller.
Parameters:
domainController (string): The hostname or IP address of the domain controller. ldapPort (int): The port number to connect to on the LDAP server. Must be in the range 1-65535. creds (*credentials.Credentials): The credentials for authentication. useLdaps (bool): A flag indicating whether to use LDAPS (LDAP over SSL). useKerberos (bool): A flag indicating whether to use Kerberos for authentication. debug (bool): A flag indicating whether to print debug information.
Returns:
An error if the operation fails, nil otherwise.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.