diff options
-rw-r--r-- | src/modules/extra/m_ldapoper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |