diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_unix.c | 2 | ||||
-rw-r--r-- | source4/auth/config.mk | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 8b4e23a2c4..d06c73cc34 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -236,7 +236,7 @@ static NTSTATUS smb_pam_start(pam_handle_t **pamh, const char *account_name, con pam_error = pam_start("samba", account_name, pconv, pamh); if (pam_error != PAM_SUCCESS) { - /* no vaild pamh here, can we reliably call pam_strerror ? */ + /* no valid pamh here, can we reliably call pam_strerror ? */ DEBUG(4,("smb_pam_start: pam_start failed!\n")); return NT_STATUS_UNSUCCESSFUL; } diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 497fccbc96..b2d576be37 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -49,15 +49,11 @@ OBJ_FILES = auth_developer.o # End MODULE auth_developer ####################### -####################### -# Start MODULE auth_unix [MODULE::auth_unix] INIT_FUNCTION = auth_unix_init SUBSYSTEM = auth OBJ_FILES = auth_unix.o PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER -# End MODULE auth_unix -####################### [SUBSYSTEM::PAM_ERRORS] PRIVATE_PROTO_HEADER = pam_errors.h |