1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
libdbix-password for Debian
----------------------
To set up a virtual user, you have to add it to /etc/dbix-password.conf
Each line represents a virtual user and the syntax is as follows:
'v.user':'username':passwd':'port':'dbase:'connect':'driver':'host'
Your program may also read another config file; see the DBIx::Password
documentation on the clearConfig() and readConfig() functions for
more information.
IMPORTANT NOTE IF UPGRADING FROM VERSION =< 1.8-4
------------------------------------------------
From version 1.8-5 the syntax of /etc/dbix-password.conf has changed. The 'attr' field has been removed, because when used, it caused DBIx::Password to error.
If you are upgrading from a version prior to 1.8-5, please edit your config file and remove all the attr. field from the entries.
|