diff options
author | Günther Deschner <gd@samba.org> | 2007-08-28 15:20:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:17 -0500 |
commit | 21dd4aa82d87715f4c458d2962f038ccbd370733 (patch) | |
tree | 5c9a4d9824877c7211f625f0dfc028ead8c58b59 /source3/nsswitch/winbindd_dual.c | |
parent | a090092cd2be31ee0785f3cf4cfd122fc11a168a (diff) | |
download | samba-21dd4aa82d87715f4c458d2962f038ccbd370733.tar.gz samba-21dd4aa82d87715f4c458d2962f038ccbd370733.tar.bz2 samba-21dd4aa82d87715f4c458d2962f038ccbd370733.zip |
r24747: Add WINBINDD_DSGETDCNAME call.
Guenther
(This used to be commit 429496a4ccb5c4f4eda11f1b522629889b972c71)
Diffstat (limited to 'source3/nsswitch/winbindd_dual.c')
-rw-r--r-- | source3/nsswitch/winbindd_dual.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_dual.c b/source3/nsswitch/winbindd_dual.c index 8009bee9d4..c6cafe79ec 100644 --- a/source3/nsswitch/winbindd_dual.c +++ b/source3/nsswitch/winbindd_dual.c @@ -423,6 +423,7 @@ static struct winbindd_child_dispatch_table child_dispatch_table[] = { { WINBINDD_LIST_TRUSTDOM, winbindd_dual_list_trusted_domains, "LIST_TRUSTDOM" }, { WINBINDD_INIT_CONNECTION, winbindd_dual_init_connection, "INIT_CONNECTION" }, { WINBINDD_GETDCNAME, winbindd_dual_getdcname, "GETDCNAME" }, + { WINBINDD_DSGETDCNAME, winbindd_dual_dsgetdcname, "DSGETDCNAME" }, { WINBINDD_SHOW_SEQUENCE, winbindd_dual_show_sequence, "SHOW_SEQUENCE" }, { WINBINDD_PAM_AUTH, winbindd_dual_pam_auth, "PAM_AUTH" }, { WINBINDD_PAM_AUTH_CRAP, winbindd_dual_pam_auth_crap, "AUTH_CRAP" }, |