diff options
author | Steve French <sfrench@us.ibm.com> | 2008-08-26 14:32:28 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-08-26 14:32:28 -0400 |
commit | 96c2a1137b9e00bcdbe3a95113ea8f42ca994f76 (patch) | |
tree | f5fe28b9fe703c8be250d32595f139af12bcc487 /fs/Kconfig | |
parent | e9775843ecb039318dbc9ded6da9c762bff28a0b (diff) |
[CIFS] Reorder cifs config item for better clarity
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 3fab3901e0ef..abccb5dab9a8 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1930,6 +1930,16 @@ config CIFS_WEAK_PW_HASH | |||
1930 | 1930 | ||
1931 | If unsure, say N. | 1931 | If unsure, say N. |
1932 | 1932 | ||
1933 | config CIFS_UPCALL | ||
1934 | bool "Kerberos/SPNEGO advanced session setup" | ||
1935 | depends on CIFS && KEYS | ||
1936 | help | ||
1937 | Enables an upcall mechanism for CIFS which accesses | ||
1938 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | ||
1939 | Kerberos tickets which are needed to mount to certain secure servers | ||
1940 | (for which more secure Kerberos authentication is required). If | ||
1941 | unsure, say N. | ||
1942 | |||
1933 | config CIFS_XATTR | 1943 | config CIFS_XATTR |
1934 | bool "CIFS extended attributes" | 1944 | bool "CIFS extended attributes" |
1935 | depends on CIFS | 1945 | depends on CIFS |
@@ -1982,16 +1992,6 @@ config CIFS_EXPERIMENTAL | |||
1982 | (which is disabled by default). See the file fs/cifs/README | 1992 | (which is disabled by default). See the file fs/cifs/README |
1983 | for more details. If unsure, say N. | 1993 | for more details. If unsure, say N. |
1984 | 1994 | ||
1985 | config CIFS_UPCALL | ||
1986 | bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" | ||
1987 | depends on CIFS && KEYS | ||
1988 | help | ||
1989 | Enables an upcall mechanism for CIFS which accesses | ||
1990 | userspace helper utilities to provide SPNEGO packaged (RFC 4178) | ||
1991 | Kerberos tickets which are needed to mount to certain secure servers | ||
1992 | (for which more secure Kerberos authentication is required). If | ||
1993 | unsure, say N. | ||
1994 | |||
1995 | config CIFS_DFS_UPCALL | 1995 | config CIFS_DFS_UPCALL |
1996 | bool "DFS feature support (EXPERIMENTAL)" | 1996 | bool "DFS feature support (EXPERIMENTAL)" |
1997 | depends on CIFS_EXPERIMENTAL | 1997 | depends on CIFS_EXPERIMENTAL |