~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to src/modules/rlm_sql/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
***************************************************************************/
10
10
 
11
11
#include <freeradius-devel/ident.h>
12
 
RCSIDH(conf_h, "$Id: conf.h,v 1.25 2006/11/14 21:22:29 fcusack Exp $")
 
12
RCSIDH(conf_h, "$Id$")
13
13
 
14
14
typedef struct sql_config {
15
15
        char   *sql_driver;
42
42
        char   *xlat_name;
43
43
        int     deletestalesessions;
44
44
        int     num_sql_socks;
 
45
        int     lifetime;
 
46
        int     max_queries;
45
47
        int     connect_failure_retry_delay;
46
48
        char   *postauth_query;
47
49
        char   *allowed_chars;
 
50
        int     query_timeout;
48
51
 
49
52
        /* individual driver config */
50
53
        void    *localcfg;