aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_ldapauth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ldapauth.cpp')
-rw-r--r--src/modules/m_ldapauth.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp
index 52b652f49..9162f17b8 100644
--- a/src/modules/m_ldapauth.cpp
+++ b/src/modules/m_ldapauth.cpp
@@ -31,7 +31,7 @@ namespace
{
Module* me;
std::string killreason;
- LocalIntExt* authed;
+ IntExtItem* authed;
bool verbose;
std::string vhost;
StringExtItem* vhosts;
@@ -296,7 +296,7 @@ class AdminBindInterface : public LDAPInterface
class ModuleLDAPAuth : public Module
{
dynamic_reference<LDAPProvider> LDAP;
- LocalIntExt ldapAuthed;
+ IntExtItem ldapAuthed;
StringExtItem ldapVhost;
std::string base;
std::string attribute;