]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Mark server pair in rlm_ldap as having multiple instances
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 May 2016 14:59:11 +0000 (07:59 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 4 May 2016 14:59:18 +0000 (07:59 -0700)
src/modules/rlm_ldap/rlm_ldap.c

index 172a59e1892e1ce2532e6e5e2c547214f748cafd..94130268ac088db7a4ab3eec0cd9b5ef40f76025 100644 (file)
@@ -213,7 +213,7 @@ static CONF_PARSER option_config[] = {
 
 
 static const CONF_PARSER module_config[] = {
-       { "server", FR_CONF_OFFSET(PW_TYPE_STRING, rlm_ldap_t, config_server), NULL },  /* Do not set to required */
+       { "server", FR_CONF_OFFSET(PW_TYPE_STRING | PW_TYPE_MULTI, rlm_ldap_t, config_server), NULL },  /* Do not set to required */
        { "port", FR_CONF_OFFSET(PW_TYPE_SHORT, rlm_ldap_t, port), NULL },
 
        { "identity", FR_CONF_OFFSET(PW_TYPE_STRING, rlm_ldap_t, admin_identity), NULL },