From ed71c1ef1fbeb5d2ba3aa98954b6a1e018515f46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Feb 2011 16:30:35 +1100 Subject: s4-auth: rename 'auth' subsystem to 'auth4' this prevents conflicts with the s3 auth modules. The auth modules in samba3 may appear in production smb.conf files, so it is preferable to rename the s4 modules for minimal disruption. Pair-Programmed-With: Andrew Bartlett --- source4/auth/ntlm/auth_server_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlm/auth_server_service.c') diff --git a/source4/auth/ntlm/auth_server_service.c b/source4/auth/ntlm/auth_server_service.c index df47117ba4..65b9dc2e45 100644 --- a/source4/auth/ntlm/auth_server_service.c +++ b/source4/auth/ntlm/auth_server_service.c @@ -22,5 +22,5 @@ NTSTATUS server_service_auth_init(void) { - return auth_init(); + return auth4_init(); } -- cgit