modopt_s Struct Reference

A C-strucutre which represents a database connection. More...

#include <pam_kmux_options.h>

Data Fields

char * connstr
char * host
char * db
char * table
char * timeout
db_type type
char * port
char * user
char * passwd
char * sslmode
char * column_user
char * column_pwd
char * query_pwd
char * query_auth
pw_scheme pw_type

Detailed Description

A C-strucutre which represents a database connection.

This struct represents a database entry configured in the configuration file.


Field Documentation

table-column with contains the password of the user specified by column_user.

table-column with unique user information - needed to specify user, that wants to update password.

connection-string: connection sql-command (till now only needed by postgres-databases).

char* modopt_s::db

database: the database-name.

host: the host of the database.

passwd: database-password to establish a connection.

port: port for the database connection.

password-scheme: specification of the password type pw_scheme.

password-get-query: query to get password.

password-set-query: query change password.

sslmode: sslmode of database (till now only needed by postgres-databases).

table: table which contains the password-field.

timeout: timeout for database connection (till now only needed by postgres-databases).

database-type: specification of the database type db_type.

user: database-user to establish a connection.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 5 22:28:55 2010 for pam_kmux by  doxygen 1.6.3