summaryrefslogtreecommitdiff
path: root/source4/auth/auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-05 13:21:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-05 13:21:18 +1000
commit2c95244f1115c87a8ec3101427680a834d71ceaf (patch)
tree0631be9237397847c7d81e579bc4f49e6c125804 /source4/auth/auth.c
parentfe7d46067133131189faf7aebae62fa9c48626d9 (diff)
downloadsamba-2c95244f1115c87a8ec3101427680a834d71ceaf.tar.gz
samba-2c95244f1115c87a8ec3101427680a834d71ceaf.tar.bz2
samba-2c95244f1115c87a8ec3101427680a834d71ceaf.zip
Add a new implementation of security=server.
This is not intended for general use, and will not be easily exposed (if I have anything to do with it), but should allow the CIFS proxy to re-use the connection. A work in progress. Andrew Bartlett (This used to be commit a1e60ebc6d1e794011df5f69f691f4ec8622e991)
Diffstat (limited to 'source4/auth/auth.c')
-rw-r--r--source4/auth/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c
index 6c86cf2d7c..b74a438962 100644
--- a/source4/auth/auth.c
+++ b/source4/auth/auth.c
@@ -521,6 +521,7 @@ _PUBLIC_ NTSTATUS auth_init(void)
extern NTSTATUS auth_anonymous_init(void);
extern NTSTATUS auth_unix_init(void);
extern NTSTATUS auth_sam_init(void);
+ extern NTSTATUS auth_server_init(void);
init_module_fn static_init[] = { STATIC_auth_MODULES };