diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-07-06 02:36:08 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-07-07 13:21:01 +0200 |
commit | f1094b52ae429f0e2880f3bbd4f1c6bfe22bb326 (patch) | |
tree | c171d70b50d9fc1abb3f54769b7be8e88fdb00be /src | |
parent | d1afaa8f90625495a9a5072d283879d6e71ca547 (diff) |
m_ldapoper Say what the module actually does in the description
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/m_ldapoper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_ldapoper.cpp b/src/modules/extra/m_ldapoper.cpp index 6bd834dc8..6eade1fbd 100644 --- a/src/modules/extra/m_ldapoper.cpp +++ b/src/modules/extra/m_ldapoper.cpp @@ -32,7 +32,7 @@ # pragma comment(lib, "lber.lib") #endif -/* $ModDesc: Allow/Deny connections based upon answer from LDAP server */ +/* $ModDesc: Adds the ability to authenticate opers via LDAP */ /* $LinkerFlags: -lldap */ class ModuleLDAPAuth : public Module @@ -181,7 +181,7 @@ public: virtual Version GetVersion() { - return Version("Allow/Deny connections based upon answer from LDAP server", VF_VENDOR); + return Version("Adds the ability to authenticate opers via LDAP", VF_VENDOR); } }; |