diff options
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r-- | include/modules/ldap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/ldap.h b/include/modules/ldap.h index c26fb234b..5ebbb50d8 100644 --- a/include/modules/ldap.h +++ b/include/modules/ldap.h @@ -136,6 +136,8 @@ class LDAPInterface class LDAPProvider : public Service { public: + static constexpr const char *NAME = "ldap"; + LDAPProvider(Module *c, const Anope::string &n) : Service(c, "LDAPProvider", n) { } /** Attempt to bind to the LDAP server as an admin |