Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Christopher Kings-Lynne
If you know how to encrypt the password, we certainly could supply the option to enter it that way... It's just an md5 hash prefixed with 'md5' isn't it? ??? Don't you just go ALTER USER blah ENCRYPTED PASSWORD 'asdf'; And postgres itself will encrypt it for you. Your SQL view should show wh

Re: [pgadmin-support] Query tool and SSL connections

2003-11-17 Thread Keith C. Perry
Quoting Andreas Pflug <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > > > > My current solution is to install Slackware 9.1. :) > > > > Well, > I'm hesitating to require all pgAdmin3 users to install Slackware or > SuSE... ;-) > > Regards, > Andreas I don't see a problem with that :)

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 17 November 2003 17:19 > To: Dave Page > Cc: Michiel Lange; [pgADMIN] > Subject: Re: [pgadmin-support] bug in pgadmin III > > IMHO this isn't worth the effort. We have SSL connections to > secure wire tapping

Re: [pgadmin-support] Query tool and SSL connections

2003-11-17 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: My current solution is to install Slackware 9.1. :) Well, I'm hesitating to require all pgAdmin3 users to install Slackware or SuSE... ;-) Regards, Andreas ---(end of broadcast)--- TIP 7: don't forget to increase your fr

Re: [pgadmin-support] Query tool and SSL connections

2003-11-17 Thread timothy . r . morley
My current solution is to install Slackware 9.1. :) Tim Andreas Pflug <[EMAIL PROTECTED]> 11/17/2003 12:18 PM                 To:        [EMAIL PROTECTED]         cc:        [EMAIL PROTECTED]         Subject:        Re: [pgadmin-support] Query tool and SSL connections [EMAIL PROTECTED]

Re: [pgadmin-support] Query tool and SSL connections

2003-11-17 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: I was browsing through the pgadmin-hackers list today and noticed someone had built pgAdminIII for Fedora Core 1. I downloaded and installed it without a hitch. That build, however, suffers from the same problem as the builds for RedHat9 and Mandrake 9.1. The problem

[pgadmin-support] Query tool and SSL connections

2003-11-17 Thread timothy . r . morley
I was browsing through the pgadmin-hackers list today and noticed someone had built pgAdminIII for Fedora Core 1.  I downloaded and installed it without a hitch.  That build, however, suffers from the same problem as the builds for RedHat9 and Mandrake 9.1.  The problem being that when you try to

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Andreas Pflug
Dave Page wrote: Saves sending it in plaintext over the wire, or displaying it on screen anywhere. IMHO this isn't worth the effort. We have SSL connections to secure wire tapping. This is necessary for securing session logon anyway. Regards, Andreas ---(end of bro

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 17 November 2003 16:45 > To: Michiel Lange; [pgADMIN] > Subject: Re: [pgadmin-support] bug in pgadmin III > > Michiel Lange wrote: > > >Well... I thought PgAdmin sends SQL commands to the database, right? > >

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Andreas Pflug
Michiel Lange wrote: Well... I thought PgAdmin sends SQL commands to the database, right? As you can see on each property dialog's SQL page. So, if you do CREATE USER WITH ENCRYPTED PASSWD ''? ENCRYPTED PASSWORD is for dump/restore purposes (i.e. if you don't know the plain text password)

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 17 November 2003 16:23 > To: Dave Page > Cc: Michiel Lange; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] bug in pgadmin III > > Ok, so we require pgAdmin3 users to calculate the md5 hash > and enter it

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Andreas Pflug
Dave Page wrote: Wouldn't it be better to use CREATE ENCRYPTED passwd instead? Me thinks that's a better solution anyway! If you know how to encrypt the password, we certainly could supply the option to enter it that way... It's just an md5 hash prefixed with 'md5' isn't it?

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 17 November 2003 16:07 > To: Michiel Lange > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] bug in pgadmin III > > Michiel Lange wrote: > > >Wouldn't it be better to use > >CREATE ENCRYPTED passwd ins

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Andreas Pflug
Michiel Lange wrote: Wouldn't it be better to use CREATE ENCRYPTED passwd instead? Me thinks that's a better solution anyway! If you know how to encrypt the password, we certainly could supply the option to enter it that way... Regards, Andreas ---(end of broadcast)

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Michiel Lange
Wouldn't it be better to use CREATE ENCRYPTED passwd instead? Me thinks that's a better solution anyway! Michiel Andreas Pflug <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 17-11-2003 16:09 To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject:Re: [pg

Re: [pgadmin-support] bug in pgadmin III

2003-11-17 Thread Andreas Pflug
Hi Tom, [EMAIL PROTECTED] wrote: - in Create Usergroup : the property-page contains fields like *Username *and *User-ID* but should contain *Groupname *and *Group-ID* This is a typo, fixed in cvs now. - in Create User : the property-page contains a password-field which shows passwords in plain

[pgadmin-support] bug in pgadmin III

2003-11-17 Thread Tom.Zschockelt
Hi, I found several bug's (perhaps easy to solve) in pgAdmin III 1.1.0 devel. - in Create Usergroup : the property-page contains fields like Username and User-ID but should contain Groupname and Group-ID - in Create User : the property-page contains a password-field which shows passwords in plai