Documentation
¶
Index ¶
- func FindConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func FindConstrainedDelegationsWithProtocolTransition(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func FindRessourceBasedConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
- func FindUnconstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindConstrainedDelegations ¶
func FindConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
FindConstrainedDelegations 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 FindConstrainedDelegationsWithProtocolTransition ¶
func FindConstrainedDelegationsWithProtocolTransition(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
FindConstrainedDelegationsWithProtocolTransition 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 FindRessourceBasedConstrainedDelegations ¶
func FindRessourceBasedConstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
FindRessourceBasedConstrainedDelegations 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 FindUnconstrainedDelegations ¶
func FindUnconstrainedDelegations(ldapHost string, ldapPort int, creds *credentials.Credentials, useLdaps bool, useKerberos bool, distinguishedName string, debug bool) error
FindUnconstrainedDelegations 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.