]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_ldapoper Fix typo spotted by @lordsith49
authorattilamolnar <attilamolnar@hush.com>
Tue, 25 Dec 2012 17:26:47 +0000 (18:26 +0100)
committerattilamolnar <attilamolnar@hush.com>
Tue, 25 Dec 2012 17:26:47 +0000 (18:26 +0100)
Fixes #392

src/modules/extra/m_ldapoper.cpp

index 1812a5ba4fa3ac1db322b3c49f1a6e181a0d0b8b..e9e25630c30ffc280cbe0d57f3164cc51706f092 100644 (file)
@@ -67,7 +67,7 @@ public:
                ldapserver              = tag->getString("server");
                std::string scope       = tag->getString("searchscope");
                username                = tag->getString("binddn");
-               password                = tag->getString("bindaut");
+               password                = tag->getString("bindauth");
 
                if (scope == "base")
                        searchscope = LDAP_SCOPE_BASE;