Table of Contents

Name

gsmdbtab - SMSLink server database access parameters file

Description

gsmdbtab is an ASCII file which contain a single entry defining the parameters to be used when opening the connection to a back-end MySQL database.

There is one entry per line, and each line has the format:

server:database:username:password

Lines beginning with '#' are treated as comments and ignored. Empty lines are allowed and ignored. Invalid entries are silently ignored. In case the file contains several valid entries, only the last one will be taken into account. Each field in this file can be individually overriden by command-line options (see sms_serv(1) for more details). For obvious security reasons, please keep this file with an access mode of 600, owned by the user running sms_serv(1) .

The field descriptions are:

server
The name of the host server where the database lives. In case this field is left empty, the name "localhost" will be assumed.
database
The name of the database instance to be accessed.
username
The name of the user whose identity will be used to connect to the database.
password
The password of the user whose identity will be used to connect to the database.

Files

/etc/gsmdbtab

See Also

sms_serv(1) , sendsms(1) , gsmdevices(5)

Copyright

SMSLink is (c) Les Ateliers du Heron, 1998-2006 by Philippe Andersson <philipa STRUDEL scarlet PUNKT be>. It has been originally written for Scitex Europe, S.A.

Part of the code is (c) Riccardo Facchetti.

The code also includes contributions from Philipp Klaus <pklaus@access.ch>, Andrew Worsley <epaanwo@asac.ericsson.se>, and numerous others. All contributors are acknowledged in the CHANGELOG document, and in the comment headers of the source files they modified.

SMSLink has been released to the public under the GNU GPL.

Home page: <http://smslink.sourceforge.net/ >


Table of Contents