]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ldapauth.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_ldapauth.cpp
index fb5c69d0d9cfb0e95980694ca3d4a36f674fdf09..ccffef17aa0e628ffb39b8b39797475272508743 100644 (file)
@@ -443,7 +443,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allow/deny connections based upon answers from an LDAP server", VF_VENDOR);
+               return Version("Allows connecting users to be authenticated against an LDAP database.", VF_VENDOR);
        }
 };