summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-24 16:19:58 +0100
committerGünther Deschner <gd@samba.org>2008-01-24 16:22:04 +0100
commit54ad97bd8364c393de2c9471a4c14ca5b880b318 (patch)
treeff145e55ca5b38ba36875bfcd6807b54dd0f75c4 /source/winbindd/winbindd.c
parent4389e4dadbf07c176d9102b74c06e62ecfc242be (diff)
downloadsamba-54ad97bd8364c393de2c9471a4c14ca5b880b318.tar.gz
samba-54ad97bd8364c393de2c9471a4c14ca5b880b318.tar.xz
samba-54ad97bd8364c393de2c9471a4c14ca5b880b318.zip
Add winbind_msg_dump_domain_list to winbindd.
Guenther
Diffstat (limited to 'source/winbindd/winbindd.c')
-rw-r--r--source/winbindd/winbindd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/winbindd/winbindd.c b/source/winbindd/winbindd.c
index 5e9900d1d65..615f4a918e6 100644
--- a/source/winbindd/winbindd.c
+++ b/source/winbindd/winbindd.c
@@ -1227,6 +1227,10 @@ int main(int argc, char **argv, char **envp)
MSG_WINBIND_VALIDATE_CACHE,
winbind_msg_validate_cache);
+ messaging_register(winbind_messaging_context(), NULL,
+ MSG_WINBIND_DUMP_DOMAIN_LIST,
+ winbind_msg_dump_domain_list);
+
netsamlogon_cache_init(); /* Non-critical */
/* clear the cached list of trusted domains */