diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-01-01 00:19:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:53 -0500 |
commit | 740ee4a8977512c03800ef88603cf65fd044443b (patch) | |
tree | 4178f6c62ed1bae48e51247c88a6f5c2cde15fab /source4/libcli/auth/gensec.mk | |
parent | 9a6671cf9529fd7817c5ef266da3d3bea46a88c0 (diff) | |
download | samba-740ee4a8977512c03800ef88603cf65fd044443b.tar.gz samba-740ee4a8977512c03800ef88603cf65fd044443b.tar.bz2 samba-740ee4a8977512c03800ef88603cf65fd044443b.zip |
r4460: Add a new GENSEC module: gensec_gssapi
(disabled by default, set parametric option: gensec:gssapi=yes to enable).
This module backs directly onto GSSAPI, and allows us to sign and seal
GSSAPI/Krb5 connections in particular. This avoids me reinventing the
entire GSSAPI wheel.
Currently a lot of things are left as default - we will soon start
specifiying OIDs as well as passwords (it uses the keytab only at the
moment). Tested with our LDAP-* torture tests against Win2k3.
My hope is to use this module to access the new SPNEGO implementation
in Heimdal, to avoid having to standards-verify our own.
Andrew Bartlett
(This used to be commit 14b650c85db14a9bf97e24682b2643b63c51ff35)
Diffstat (limited to 'source4/libcli/auth/gensec.mk')
-rw-r--r-- | source4/libcli/auth/gensec.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/libcli/auth/gensec.mk b/source4/libcli/auth/gensec.mk index 66abfd10b7..b66006ce4f 100644 --- a/source4/libcli/auth/gensec.mk +++ b/source4/libcli/auth/gensec.mk @@ -24,6 +24,16 @@ REQUIRED_SUBSYSTEMS = NDR_KRB5PAC EXT_LIB_KRB5 ################################################ ################################################ +# Start MODULE gensec_gssapi +[MODULE::gensec_gssapi] +SUBSYSTEM = GENSEC +INIT_FUNCTION = gensec_gssapi_init +INIT_OBJ_FILES = libcli/auth/gensec_gssapi.o +REQUIRED_SUBSYSTEMS = EXT_LIB_KRB5 +# End MODULE gensec_gssapi +################################################ + +################################################ # Start MODULE gensec_spnego [MODULE::gensec_spnego] SUBSYSTEM = GENSEC |