summaryrefslogtreecommitdiff
path: root/include/modules/ldap.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-12-03 17:20:18 -0500
committerAdam <Adam@anope.org>2017-12-03 17:20:18 -0500
commit447d061bfe734b519b6e156f9c386f962f04765a (patch)
treebf755d4fcffa783480f1bb31545d573d66986c76 /include/modules/ldap.h
parent5aba7ab29f9a94745c230011333335c8014b0e98 (diff)
ldap_oper: fix build
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r--include/modules/ldap.h2
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