diff options
Diffstat (limited to 'fs/cifs/Kconfig')
-rw-r--r-- | fs/cifs/Kconfig | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig index 5739fd7f88b4..57f0aa9f141f 100644 --- a/fs/cifs/Kconfig +++ b/fs/cifs/Kconfig | |||
@@ -71,14 +71,14 @@ config CIFS_WEAK_PW_HASH | |||
71 | If unsure, say N. | 71 | If unsure, say N. |
72 | 72 | ||
73 | config CIFS_UPCALL | 73 | config CIFS_UPCALL |
74 | bool "Kerberos/SPNEGO advanced session setup" | 74 | bool "Kerberos/SPNEGO advanced session setup" |
75 | depends on CIFS && KEYS | 75 | depends on CIFS && KEYS |
76 | help | 76 | select DNS_RESOLVER |
77 | Enables an upcall mechanism for CIFS which accesses | 77 | help |
78 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | 78 | Enables an upcall mechanism for CIFS which accesses userspace helper |
79 | Kerberos tickets which are needed to mount to certain secure servers | 79 | utilities to provide SPNEGO packaged (RFC 4178) Kerberos tickets |
80 | (for which more secure Kerberos authentication is required). If | 80 | which are needed to mount to certain secure servers (for which more |
81 | unsure, say N. | 81 | secure Kerberos authentication is required). If unsure, say N. |
82 | 82 | ||
83 | config CIFS_XATTR | 83 | config CIFS_XATTR |
84 | bool "CIFS extended attributes" | 84 | bool "CIFS extended attributes" |
@@ -122,6 +122,7 @@ config CIFS_DEBUG2 | |||
122 | config CIFS_DFS_UPCALL | 122 | config CIFS_DFS_UPCALL |
123 | bool "DFS feature support" | 123 | bool "DFS feature support" |
124 | depends on CIFS && KEYS | 124 | depends on CIFS && KEYS |
125 | select DNS_RESOLVER | ||
125 | help | 126 | help |
126 | Distributed File System (DFS) support is used to access shares | 127 | Distributed File System (DFS) support is used to access shares |
127 | transparently in an enterprise name space, even if the share | 128 | transparently in an enterprise name space, even if the share |