Changeset 1610 for trunk/packages/invirt-console-server
- Timestamp:
- Nov 10, 2008, 10:58:25 PM (16 years ago)
- Location:
- trunk/packages/invirt-console-server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-console-server/debian/changelog
r1606 r1610 1 invirt-console-server (0.0.13) unstable; urgency=low 2 3 * Actually get the password fields right for libnss-pgsql 4 5 -- Evan Broder <broder@mit.edu> Mon, 10 Nov 2008 22:57:49 -0500 6 1 7 invirt-console-server (0.0.12) unstable; urgency=low 2 8 -
trunk/packages/invirt-console-server/files/etc/nss-pgsql.conf.mako
r1606 r1610 2 2 connectionstring = host=${cfg.db.host} dbname=${cfg.db.dbname} user=${cfg.db.user} port=${cfg.db.port} 3 3 4 getpwnam = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $15 getpwuid = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $16 allusers = SELECT name, NULL, name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines7 getgrnam = SELECT name, NULL, machine_id + 1000, NULL FROM machines WHERE name = $18 getgrgid = SELECT name, NULL, machine_id + 1000, NULL FROM machines WHERE machine_id + 1000 = $14 getpwnam = SELECT name, '*', name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE name = $1 5 getpwuid = SELECT name, '*', name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines WHERE machine_id + 1000 = $1 6 allusers = SELECT name, '*', name, '/consolefs/'|| name, '/usr/bin/invirt-consolesh', machine_id + 1000, machine_id + 1000 FROM machines 7 getgrnam = SELECT name, 'x', machine_id + 1000, NULL FROM machines WHERE name = $1 8 getgrgid = SELECT name, 'x', machine_id + 1000, NULL FROM machines WHERE machine_id + 1000 = $1 9 9 groups_dyn = SELECT NULL LIMIT 0; 10 allgroups = SELECT name, NULL, machine_id + 1000, NULL FROM machines10 allgroups = SELECT name, 'x', machine_id + 1000, NULL FROM machines
Note: See TracChangeset
for help on using the changeset viewer.