summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth_unix.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-07 08:14:06 +0200
committerAndrew Bartlett <abartlet@samba.org>2011-05-08 10:56:26 +0200
commitea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f (patch)
treeae904221f2837a44676d0e62725e27ecaeb68120 /source4/auth/ntlm/auth_unix.c
parent1969aa8eacd257951cdc8d13110302c3b9388013 (diff)
downloadsamba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.gz
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.tar.bz2
samba-ea0ac9cdfceae96b0e0be2531d9dea3b079bcd7f.zip
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Diffstat (limited to 'source4/auth/ntlm/auth_unix.c')
-rw-r--r--source4/auth/ntlm/auth_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/ntlm/auth_unix.c b/source4/auth/ntlm/auth_unix.c
index 7fdb4b3ae0..9e92a04712 100644
--- a/source4/auth/ntlm/auth_unix.c
+++ b/source4/auth/ntlm/auth_unix.c
@@ -28,7 +28,7 @@
#include "../libcli/auth/pam_errors.h"
#include "param/param.h"
-_PUBLIC_ NTSTATUS auth_unix_init(void);
+_PUBLIC_ NTSTATUS auth4_unix_init(void);
/* TODO: look at how to best fill in parms retrieveing a struct passwd info
* except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set
@@ -804,7 +804,7 @@ static const struct auth_operations unix_ops = {
.check_password = authunix_check_password
};
-_PUBLIC_ NTSTATUS auth_unix_init(void)
+_PUBLIC_ NTSTATUS auth4_unix_init(void)
{
NTSTATUS ret;