Re: [PERFORM] Problem with 7.4.5 and webmin 1.8 in grant function

2005-02-22 Thread amrit
I used you perl script and found the error = [EMAIL PROTECTED] tmp]# perl relacl.pl DBI connect('dbname=template1;port=5432','postgres',...) failed: FATAL: IDENT authentication failed for user postgres at relacl.pl line 21 Error in connect to DBI:Pg:dbname=template1;port=5432:

Re: [PERFORM] Problem with 7.4.5 and webmin 1.8 in grant function

2005-02-21 Thread Mark Kirkwood
[EMAIL PROTECTED] wrote: I would suspect a DBI/DBD installation issue, either perl DBI cannot find DBD-Pg (not installed ?) or DBD-Pg cannot find your Pg 7.4.5. I note that FC3 comes with Pg 7.4.6 - did you installed 7.4.5 from source? If so this could be why the perl database modules cannot find

Re: [PERFORM] Problem with 7.4.5 and webmin 1.8 in grant function

2005-02-21 Thread Mark Kirkwood
Mark Kirkwood wrote: If on the other hand you can do *some* Pg admin from webmin, and you are only having problems with the grants then there is something it does not like about the *particular* statement. The way to debug this is to do a tiny perl DBI program that tries to execute the statement :

Re: [PERFORM] Problem with 7.4.5 and webmin 1.8 in grant function

2005-02-21 Thread amrit
Ok - I must be looking at the *updated* FC3 distribution... I may have 'jumped the gun' a little - the situation I describe above will prevent *any* access at all to Pg from webmin. If this is the case then check you have (perl) DBI and (perl) DBD-Pg components installed. If on the other