]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct type
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 11 Apr 2018 08:41:10 +0000 (14:41 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 11 Apr 2018 08:41:10 +0000 (14:41 +0600)
src/modules/rlm_ldap/rlm_ldap.c

index be041f7ddaea6ba85d11d823f63613c021b59da9..f41dc54d82d56d47198136a8611a37e9d22506ef 100644 (file)
@@ -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 */