rlm_sql_postgresql and plus sign

Bjørn Mork bjorn at mork.no
Tue Nov 30 11:37:57 CET 2010


Michele Petrazzo <michele.petrazzo at 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




More information about the Freeradius-Users mailing list