From 478a092258718cd75fa23a0ba67af42a6e1a0fda Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 22 Nov 2019 14:13:45 +0000 Subject: Rename ldapoper class to LDAPOper. This might be causing issues for some people? --- src/modules/m_ldapoper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/modules/m_ldapoper.cpp b/src/modules/m_ldapoper.cpp index cde5b00d7..b2a1c1f0d 100644 --- a/src/modules/m_ldapoper.cpp +++ b/src/modules/m_ldapoper.cpp @@ -180,14 +180,14 @@ class AdminBindInterface : public LDAPInterface } }; -class ModuleLDAPAuth : public Module +class ModuleLDAPOper : public Module { dynamic_reference LDAP; std::string base; std::string attribute; public: - ModuleLDAPAuth() + ModuleLDAPOper() : LDAP(this, "LDAP") { me = this; @@ -246,4 +246,4 @@ class ModuleLDAPAuth : public Module } }; -MODULE_INIT(ModuleLDAPAuth) +MODULE_INIT(ModuleLDAPOper) -- cgit v1.2.3