summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-07 06:43:16 +0000
committerTim Potter <tpot@samba.org>2003-04-07 06:43:16 +0000
commit69e41084b94ea90a70d507e570ca71eb82353ecb (patch)
tree1d1c319004af28f2d9838c5ab37607a886493692 /source3/nsswitch/winbindd_pam.c
parent25b1c37f6f67570dcfaff6081a74114d172dde1b (diff)
downloadsamba-69e41084b94ea90a70d507e570ca71eb82353ecb.tar.gz
samba-69e41084b94ea90a70d507e570ca71eb82353ecb.tar.bz2
samba-69e41084b94ea90a70d507e570ca71eb82353ecb.zip
privilaged -> privileged
(This changes the location of the winbindd privileged pipe) (This used to be commit f111f10076c7797e5fd39edcc0aad7d860bb5ac5)
Diffstat (limited to 'source3/nsswitch/winbindd_pam.c')
-rw-r--r--source3/nsswitch/winbindd_pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c
index e65d2bb0f6..e49a95f4b8 100644
--- a/source3/nsswitch/winbindd_pam.c
+++ b/source3/nsswitch/winbindd_pam.c
@@ -179,8 +179,8 @@ enum winbindd_result winbindd_pam_auth_crap(struct winbindd_cli_state *state)
DATA_BLOB lm_resp, nt_resp;
- if (!state->privilaged) {
- DEBUG(2, ("winbindd_pam_auth_crap: non-privilaged access denied!\n"));
+ if (!state->privileged) {
+ DEBUG(2, ("winbindd_pam_auth_crap: non-privileged access denied!\n"));
/* send a better message than ACCESS_DENIED */
push_utf8_fstring(state->response.data.auth.error_string, "winbind client not authorized to use winbindd_pam_auth_crap");
result = NT_STATUS_ACCESS_DENIED;