Michele Petrazzo <michele.petra...@unipex.it> writes:

> Only for curiosity, these chars are hard-coded inside the sources or
> in other place and loaded at startup?

defined like any other module option default in
src/modules/rlm_sql/rlm_sql.c :

static const CONF_PARSER module_config[] = {
       /* .. */
        {"safe-characters", PW_TYPE_STRING_PTR,
         offsetof(SQL_CONFIG,allowed_chars), NULL,
        "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: 
/"},
        /* .. */
};


Bjørn

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to