diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 4419855d779b..1f0ebe61ad40 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1680,6 +1680,18 @@ config CIFS_EXPERIMENTAL | |||
1680 | 1680 | ||
1681 | If unsure, say N. | 1681 | If unsure, say N. |
1682 | 1682 | ||
1683 | config CIFS_UPCALL | ||
1684 | bool "CIFS Kerberos/SPNEGO advanced session setup (EXPERIMENTAL)" | ||
1685 | depends on CIFS_EXPERIMENTAL | ||
1686 | select CONNECTOR | ||
1687 | help | ||
1688 | Enables an upcall mechanism for CIFS which will be used to contact | ||
1689 | userspace helper utilities to provide SPNEGO packaged Kerberos | ||
1690 | tickets which are needed to mount to certain secure servers | ||
1691 | (for which more secure Kerberos authentication is required). | ||
1692 | |||
1693 | If unsure, say N. | ||
1694 | |||
1683 | config NCP_FS | 1695 | config NCP_FS |
1684 | tristate "NCP file system support (to mount NetWare volumes)" | 1696 | tristate "NCP file system support (to mount NetWare volumes)" |
1685 | depends on IPX!=n || INET | 1697 | depends on IPX!=n || INET |