From 5a378e1b08ec69cb57f2e52899a5aa7b7424cc75 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 25 Dec 2012 18:26:47 +0100 Subject: [PATCH] m_ldapoper Fix typo spotted by @lordsith49 Fixes #392 --- src/modules/extra/m_ldapoper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/extra/m_ldapoper.cpp b/src/modules/extra/m_ldapoper.cpp index 1812a5ba4..e9e25630c 100644 --- a/src/modules/extra/m_ldapoper.cpp +++ b/src/modules/extra/m_ldapoper.cpp @@ -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; -- 2.39.5