Package: gosa
Version: 2.5.16.1-3
Severity: normal
Tags: patch
In /usr/share/gosa/include/class_pgsql_opengw.inc line 31 must be changed from
if(!empty($this->pwd)){
to
if(empty($this->pwd)){otherwise it tries to connect without a password if one is given (and I guess it connects with an empty password if none is configured). Cheers, Bernd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

