Searched refs:SMB_AT_KRB5 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | ctx.c | 78 #define SMB_AT_DEFAULT (SMB_AT_KRB5 | SMB_AT_NTLM2) 79 #define SMB_AT_MINAUTH (SMB_AT_KRB5 | SMB_AT_NTLM2 | SMB_AT_NTLM1) 912 { "krb5", SMB_AT_KRB5 }, 1342 { "kerberos", SMB_AT_KRB5 }, 1343 { "ntlmv2", SMB_AT_KRB5|SMB_AT_NTLM2 }, 1344 { "ntlm", SMB_AT_KRB5|SMB_AT_NTLM2|SMB_AT_NTLM1 }, 1345 { "lm", SMB_AT_KRB5|SMB_AT_NTLM2|SMB_AT_NTLM1|SMB_AT_LM1 }, 1346 { "none", SMB_AT_KRB5|SMB_AT_NTLM2|SMB_AT_NTLM1|SMB_AT_LM1|
|
H A D | ui-sun.c | 90 ctx->ct_authflags &= ~SMB_AT_KRB5; in smb_get_authentication()
|
H A D | krb5ssp.c | 514 if ((sp->smb_ctx->ct_authflags & SMB_AT_KRB5) == 0) { in krb5ssp_init_client()
|
/titanic_44/usr/src/lib/libsmbfs/netsmb/ |
H A D | smbfs_api.h | 92 #define SMB_AT_KRB5 0x10 /* Kerberos5 (AD) */ macro
|