From: Arran Cudbard-Bell Date: Wed, 11 Apr 2018 08:41:10 +0000 (+0600) Subject: Correct type X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8d00067a560ed9ea25eed10c61c4153e8de17f3;p=thirdparty%2Ffreeradius-server.git Correct type --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index be041f7ddae..f41dc54d82d 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -140,7 +140,7 @@ static CONF_PARSER option_config[] = { { FR_CONF_OFFSET("rebind", FR_TYPE_BOOL, rlm_ldap_t, handle_config.rebind) }, - { FR_CONF_OFFSET("sasl_secprops", PW_TYPE_STRING, rlm_ldap_t, handle_config.sasl_secprops) }, + { FR_CONF_OFFSET("sasl_secprops", FR_TYPE_STRING, rlm_ldap_t, handle_config.sasl_secprops) }, #ifdef LDAP_OPT_NETWORK_TIMEOUT /* timeout on network activity */