summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-01 16:44:16 +0200
committerVolker Lendecke <vl@samba.org>2010-04-19 14:27:20 +0200
commit45eeed2893e569483136c3f998eacb776d52e1ce (patch)
tree10c7ceb16cf273c5a329d3e70fd013d70ba9507d /source3/winbindd/winbindd.c
parent518a4f5423bb360cf886aa1ce951f5323f4b12f9 (diff)
downloadsamba-45eeed2893e569483136c3f998eacb776d52e1ce.tar.gz
samba-45eeed2893e569483136c3f998eacb776d52e1ce.tar.bz2
samba-45eeed2893e569483136c3f998eacb776d52e1ce.zip
s3: Convert WINBINDD_PAM_LOGOFF to the new async API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index cc273eb50e..3bd2ad7c09 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -444,7 +444,6 @@ static struct winbindd_dispatch_table {
/* PAM auth functions */
- { WINBINDD_PAM_LOGOFF, winbindd_pam_logoff, "PAM_LOGOFF" },
{ WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP, winbindd_pam_chng_pswd_auth_crap, "CHNG_PSWD_AUTH_CRAP" },
/* Enumeration functions */
@@ -551,6 +550,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_ping_dc_send, winbindd_ping_dc_recv },
{ WINBINDD_PAM_AUTH, "PAM_AUTH",
winbindd_pam_auth_send, winbindd_pam_auth_recv },
+ { WINBINDD_PAM_LOGOFF, "PAM_LOGOFF",
+ winbindd_pam_logoff_send, winbindd_pam_logoff_recv },
{ WINBINDD_PAM_CHAUTHTOK, "PAM_CHAUTHTOK",
winbindd_pam_chauthtok_send, winbindd_pam_chauthtok_recv },