From 9fafbf633b46876401ea6c557898e464a949c3ce Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 26 Dec 2021 00:40:53 +0000 Subject: Make all extensibles use kebab-case for names where possible. --- src/modules/m_ldapauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ldapauth.cpp') 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; -- cgit v1.3.1-10-gc9f91