From aebe6cfd64aed575f376178375959d9576a7c8be Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Thu, 29 Nov 2012 10:06:22 +0100 Subject: ldapauth: register both extensions --- src/modules/extra/m_ldapauth.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/extra') diff --git a/src/modules/extra/m_ldapauth.cpp b/src/modules/extra/m_ldapauth.cpp index c5de59743..612fb79f6 100644 --- a/src/modules/extra/m_ldapauth.cpp +++ b/src/modules/extra/m_ldapauth.cpp @@ -121,6 +121,8 @@ public: void init() { + ServerInstance->Modules->AddService(ldapAuthed); + ServerInstance->Modules->AddService(ldapVhost); Implementation eventlist[] = { I_OnCheckReady, I_OnRehash,I_OnUserRegister, I_OnUserConnect }; ServerInstance->Modules->Attach(eventlist, this, 4); OnRehash(NULL); -- cgit v1.2.3