Kerberos and Samba client tools

Andreas Schneider asn at samba.org
Sun May 26 18:26:00 UTC 2019


On Friday, 24 May 2019 19:30:33 CEST Steve French wrote:
> A related question (to your "--user-kerberos=yes" (or auto) is "which
> ticket will it use" and "can you get a ticket on the fly by specifying
> this with userid and password" and can you override which users ticket
> will be used in SMB3 session setup?

--use-kerberos=auto

  Check for a credential cache and try to authenticate. If it fails ask for a
  password for the user who executed the client tool.

  -U check for a ticket of that user, if not available ask for a password

--use-kerberos=yes

  Use the credential cache

  -U use the credential cache and check for a ticket for that user

--use-kerberos=no

  ask for a password for the user who executed the client tool

  -U ask for a password for the given user or use the one supplied on the
     commandline


Makes sense?

Comments welcome.


	Andreas





More information about the samba-technical mailing list