aboutsummaryrefslogtreecommitdiff
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp
index 489500bc9..05d1d822e 100644
--- a/src/modules/m_ldapauth.cpp
+++ b/src/modules/m_ldapauth.cpp
@@ -316,7 +316,7 @@ public:
: Module(VF_VENDOR, "Allows connecting users to be authenticated against an LDAP database.")
, LDAP(this, "LDAP")
, ldapAuthed(this, "ldapauth", ExtensionType::USER)
- , ldapVhost(this, "ldapauth_vhost", ExtensionType::USER)
+ , ldapVhost(this, "ldapauth-vhost", ExtensionType::USER)
{
me = this;
authed = &ldapAuthed;