File: README.Debian

package info (click to toggle)
libdbix-password-perl 1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: perl: 152; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (4)
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.