Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 20, 2013
1 parent 47b6297 commit a1bbcda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/rlm_ldap/ldap.c
Expand Up @@ -762,7 +762,7 @@ const char *rlm_ldap_find_user(const ldap_instance_t *inst, REQUEST *request, ld
}


if (!radius_xlat(filter, sizeof(filter), inst->filter, request, rlm_ldap_escape_func, NULL)) {
if (!radius_xlat(filter, sizeof(filter), inst->userobj_filter, request, rlm_ldap_escape_func, NULL)) {
RDEBUGE("Unable to create filter");

*rcode = RLM_MODULE_INVALID;
Expand Down
1 change: 0 additions & 1 deletion src/modules/rlm_ldap/ldap.h
Expand Up @@ -41,7 +41,6 @@ typedef struct ldap_instance {
char *login;
char *password;

char *filter;
char *basedn;

int chase_referrals;
Expand Down

0 comments on commit a1bbcda

Please sign in to comment.