Add external server auth support via Winbind
authorSimo Sorce <simo@redhat.com>
Mon, 4 Aug 2014 15:49:23 +0000 (11:49 -0400)
committerSimo Sorce <simo@redhat.com>
Thu, 7 Aug 2014 16:44:46 +0000 (12:44 -0400)
commitc0ab9d46730db8196ce46fa3e346009d30cee029
tree79b1a2bfeac04cf853547770286de6a2f341055c
parent90dac37d9d15004dd425b3139ab8141113c245e1
Add external server auth support via Winbind

If wbclient support is available we can now check domain credentials
against a Domain Controller.
Requires a configured Winbind (or cmpatible) service on the host.
Makefile.am
src/external.c
src/gss_ntlmssp_winbind.h [new file with mode: 0644]
src/gss_sec_ctx.c
src/winbind.c [new file with mode: 0644]