summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-29 17:52:38 +0200
committerVolker Lendecke <vl@samba.org>2010-04-19 14:27:19 +0200
commit61ec0f571ad81dc101fe6de7a8e9674a7119cf2b (patch)
tree87fc4d7aea6adf0e061d23f63282609f5ef3b072 /source3/winbindd/winbindd.c
parentfddef8fd0ae169ebd2f20d9cc2458d2df44110a0 (diff)
downloadsamba-61ec0f571ad81dc101fe6de7a8e9674a7119cf2b.tar.gz
samba-61ec0f571ad81dc101fe6de7a8e9674a7119cf2b.tar.bz2
samba-61ec0f571ad81dc101fe6de7a8e9674a7119cf2b.zip
s3: Convert WINBINDD_PAM_AUTH 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 a7f3a600ca..d9335d08d5 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_AUTH, winbindd_pam_auth, "PAM_AUTH" },
{ WINBINDD_PAM_AUTH_CRAP, winbindd_pam_auth_crap, "AUTH_CRAP" },
{ WINBINDD_PAM_CHAUTHTOK, winbindd_pam_chauthtok, "CHAUTHTOK" },
{ WINBINDD_PAM_LOGOFF, winbindd_pam_logoff, "PAM_LOGOFF" },
@@ -552,6 +551,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_check_machine_acct_send, winbindd_check_machine_acct_recv },
{ WINBINDD_PING_DC, "PING_DC",
winbindd_ping_dc_send, winbindd_ping_dc_recv },
+ { WINBINDD_PAM_AUTH, "PAM_AUTH",
+ winbindd_pam_auth_send, winbindd_pam_auth_recv },
{ 0, NULL, NULL, NULL }
};