Home
last modified time | relevance | path

Searched refs:nullauth (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/cifs/
Dconnect.c1074 vol->nullauth = 1; in cifs_parse_security_flavors()
1588 vol->nullauth = 1; in cifs_parse_mount_options()
2230 if (!vol->nullauth) in match_session()
3388 if (volume_info->nullauth) { in cifs_setup_volume_info()
Dcifsglob.h473 bool nullauth:1; /* attempt to authenticate with null user */ member