From: Arran Cudbard-Bell Date: Wed, 4 May 2016 14:59:11 +0000 (-0700) Subject: Mark server pair in rlm_ldap as having multiple instances X-Git-Tag: release_3_0_12~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6acb0eb7a32fe50329c6096279a92459032bb92d;p=thirdparty%2Ffreeradius-server.git Mark server pair in rlm_ldap as having multiple instances --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 172a59e1892..94130268ac0 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -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 },