examples/fuse/smb2mount: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}_KERBERO...
[bbaumbach/samba-autobuild/.git] / examples / fuse / smb2mount.c
index f095b7da337155f8ca244d53bd9d60de397ef0c0..ea1d9a11e0b00c83b6536549561907b84acc2f04 100644 (file)
@@ -33,11 +33,6 @@ static struct cli_state *connect_one(const struct user_auth_info *auth_info,
        NTSTATUS nt_status;
        uint32_t flags = 0;
 
-       if (get_cmdline_auth_info_use_kerberos(auth_info)) {
-               flags |= CLI_FULL_CONNECTION_USE_KERBEROS |
-                        CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS;
-       }
-
        nt_status = cli_full_connection_creds(&c, lp_netbios_name(), server,
                                NULL, port,
                                share, "?????",