diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-28 10:10:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-03-21 10:44:42 +0100 |
commit | 3b73cdb41201dd545e019e8e8313f6b8c51c7226 (patch) | |
tree | b7b77365aa2f7900bdda19c50b9467d0abfad15b /source3/include | |
parent | 431fc718c13d259748ac20019997241981639c95 (diff) | |
download | samba-3b73cdb41201dd545e019e8e8313f6b8c51c7226.tar.gz samba-3b73cdb41201dd545e019e8e8313f6b8c51c7226.tar.bz2 samba-3b73cdb41201dd545e019e8e8313f6b8c51c7226.zip |
s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests
This will be used as part a the franky setup, where nmbd will forward
the MAILSLOT requests to the local samba4 CLDAP server.
"nmbd_proxy_logon:cldap_server = 127.0.0.1" would configure
and activate this feature.
metze
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 dc26f6d6e5..c84b1cb9ac 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3779,6 +3779,8 @@ bool send_mailslot(bool unique, const char *mailslot,char *buf, size_t len, /* The following definitions come from nmbd/nmbd_processlogon.c */ +bool initialize_nmbd_proxy_logon(void); + void process_logon_packet(struct packet_struct *p, char *buf,int len, const char *mailslot); |