diff options
| author | 2019-08-13 18:06:19 +0100 | |
|---|---|---|
| committer | 2019-08-13 18:12:59 +0100 | |
| commit | 07ed06ebe56acbbd34b12ea0111b8fdcbf82a633 (patch) | |
| tree | 9e5a53e1b65d7f7e606da3da648ff16df82ae34d /src/modules/m_ldapauth.cpp | |
| parent | Move the Module parameter of ExtensionItem et al to the start. (diff) | |
Rewrite and merge LocalStringExt, StringExtItem.
Diffstat (limited to 'src/modules/m_ldapauth.cpp')
| -rw-r--r-- | src/modules/m_ldapauth.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_ldapauth.cpp b/src/modules/m_ldapauth.cpp index 84665623f..52b652f49 100644 --- a/src/modules/m_ldapauth.cpp +++ b/src/modules/m_ldapauth.cpp @@ -34,7 +34,7 @@ namespace LocalIntExt* authed; bool verbose; std::string vhost; - LocalStringExt* vhosts; + StringExtItem* vhosts; std::vector<std::pair<std::string, std::string> > requiredattributes; } @@ -297,7 +297,7 @@ class ModuleLDAPAuth : public Module { dynamic_reference<LDAPProvider> LDAP; LocalIntExt ldapAuthed; - LocalStringExt ldapVhost; + StringExtItem ldapVhost; std::string base; std::string attribute; std::vector<std::string> allowpatterns; |
