diff options
author | Volker Lendecke <vl@samba.org> | 2008-09-22 19:29:05 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-06 09:54:17 +0200 |
commit | 439086099ad97a49c93102af1e6edafabea64b6f (patch) | |
tree | 63dc6a167e848c6a4b333b741a56b6c6bf1842ab /source3/include | |
parent | 2f6026248ec9a84f6a263622f1753e98c89eb543 (diff) | |
download | samba-439086099ad97a49c93102af1e6edafabea64b6f.tar.gz samba-439086099ad97a49c93102af1e6edafabea64b6f.tar.bz2 samba-439086099ad97a49c93102af1e6edafabea64b6f.zip |
Add netlogond auth method
This authenticates against a local running samba4 using SamLogonEx. We retrieve
the machine password using samba4's mymachinepwd script and store the schannel
key for re-use in secrets.tdb.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 41544da8c9..30e309cd4e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -46,6 +46,8 @@ bool password_ok(const char *smb_name, DATA_BLOB password_blob); void attempt_machine_password_change(void); NTSTATUS auth_domain_init(void); +NTSTATUS auth_netlogond_init(void); + /* The following definitions come from auth/auth_ntlmssp.c */ NTSTATUS auth_ntlmssp_start(AUTH_NTLMSSP_STATE **auth_ntlmssp_state); |