aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_ldap.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-25 00:59:12 +0000
committerGravatar Sadie Powell2023-01-25 01:04:55 +0000
commitec02f2a47d5523230188cafb09cb50faa255ede1 (patch)
tree7a3a5d54492951cfe35268aa3a3ffa32de2e4d2b /src/modules/extra/m_ldap.cpp
parentReplace getInt/getUInt/getFloat with type safe templated functions. (diff)
parentWork around a bug in reading the config for the Argon2 module. (diff)
downloadinspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.tar.gz
inspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.tar.bz2
inspircd++-ec02f2a47d5523230188cafb09cb50faa255ede1.zip
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/extra/m_ldap.cpp')
-rw-r--r--src/modules/extra/m_ldap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_ldap.cpp b/src/modules/extra/m_ldap.cpp
index ffeeab049..5c6d003f2 100644
--- a/src/modules/extra/m_ldap.cpp
+++ b/src/modules/extra/m_ldap.cpp
@@ -26,6 +26,7 @@
/// $PackageInfo: require_system("arch") libldap
/// $PackageInfo: require_system("centos") openldap-devel
/// $PackageInfo: require_system("debian") libldap2-dev
+/// $PackageInfo: require_system("rocky") openldap-devel
/// $PackageInfo: require_system("ubuntu") libldap2-dev