nerdexam
LPI

300-300 · Question #51

FILL BLANK Which command line option instructs smbclient to authenticate using an existing Kerberos token? (Specify ONLY the option name without any values or parameters.) Answer: -k

The correct answer is A. -k. Option A (-k) is correct because smbclient uses the -k flag to enable Kerberos authentication, telling the client to use an existing Kerberos ticket-granting ticket (TGT) from the current session's credential cache rather than prompting for a username/password. This is useful in

300.8 Authentication and Authorization

Question

FILL BLANK Which command line option instructs smbclient to authenticate using an existing Kerberos token? (Specify ONLY the option name without any values or parameters.) Answer: -k

Options

  • A-k

How the community answered

(33 responses)
  • A
    100% (33)

Explanation

Option A (-k) is correct because smbclient uses the -k flag to enable Kerberos authentication, telling the client to use an existing Kerberos ticket-granting ticket (TGT) from the current session's credential cache rather than prompting for a username/password. This is useful in Active Directory environments where a user has already authenticated via kinit or domain login. Since this question presents only one choice, there are no distractors to eliminate. Memory tip: Think of -k as standing for Kerberos - the letter maps directly to the protocol name, making it one of the more intuitive flags in the smbclient toolset.

Topics

#smbclient#Kerberos authentication#-k option#Kerberos token

Community Discussion

No community discussion yet for this question.

Full 300-300 Practice