Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnumerateUserResponse ¶
EnumerateUserResponse is the response from EnumerateUser
type KerberosClient ¶
type KerberosClient struct{}
Client is a kerberos client
func (*KerberosClient) EnumerateUser ¶
func (c *KerberosClient) EnumerateUser(domain, controller string, username string) (EnumerateUserResponse, error)
EnumerateUser returns true if the user exists in the domain
If the user is not found, false is returned. If the user is found, true is returned. Optionally, the AS-REP hash is also returned if discovered.
Click to show internal directories.
Click to hide internal directories.