aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2008-09-01 06:32:13 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-09-01 06:32:13 -0400
commit9d7548d4ca3c52ecb58f098a32b0756cdf8f96ee (patch)
tree651f7058bbaa2d8b2855286380d614afcf505118 /fs/Kconfig
parent31db6e9ea1dbdcf66b8227b4f7035dee1b1dd8c0 (diff)
parentbef69ea0dcce574a425feb0a5aa4c63dd108b9a6 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig21
1 files changed, 10 insertions, 11 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 5831f9c38841..b7c88e1f0161 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1742,6 +1742,16 @@ config CIFS_WEAK_PW_HASH
1742 1742
1743 If unsure, say N. 1743 If unsure, say N.
1744 1744
1745config CIFS_UPCALL
1746 bool "Kerberos/SPNEGO advanced session setup"
1747 depends on CIFS && KEYS
1748 help
1749 Enables an upcall mechanism for CIFS which accesses
1750 userspace helper utilities to provide SPNEGO packaged (RFC 4178)
1751 Kerberos tickets which are needed to mount to certain secure servers
1752 (for which more secure Kerberos authentication is required). If
1753 unsure, say N.
1754
1745config CIFS_XATTR 1755config CIFS_XATTR
1746 bool "CIFS extended attributes" 1756 bool "CIFS extended attributes"
1747 depends on CIFS 1757 depends on CIFS
@@ -1794,17 +1804,6 @@ config CIFS_EXPERIMENTAL
1794 (which is disabled by default). See the file fs/cifs/README 1804 (which is disabled by default). See the file fs/cifs/README
1795 for more details. If unsure, say N. 1805 for more details. If unsure, say N.
1796 1806
1797config CIFS_UPCALL
1798 bool "Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)"
1799 depends on CIFS_EXPERIMENTAL
1800 depends on KEYS
1801 help
1802 Enables an upcall mechanism for CIFS which accesses
1803 userspace helper utilities to provide SPNEGO packaged (RFC 4178)
1804 Kerberos tickets which are needed to mount to certain secure servers
1805 (for which more secure Kerberos authentication is required). If
1806 unsure, say N.
1807
1808config CIFS_DFS_UPCALL 1807config CIFS_DFS_UPCALL
1809 bool "DFS feature support (EXPERIMENTAL)" 1808 bool "DFS feature support (EXPERIMENTAL)"
1810 depends on CIFS_EXPERIMENTAL 1809 depends on CIFS_EXPERIMENTAL