Re: Gollem 2.0.1 does not work after fresh installation
Jan Schneider <[email protected]> Mon, 12 Mar 2012 16:23:01 +0100
| Newsgroups | gmane.comp.horde.gollem |
|---|---|
| Message-ID | <[email protected]> |
Zitat von Бабёр <[email protected]>: > Цитирую Jan Schneider <[email protected]>: > >> Please don't top-post. >> >> Zitat von Бабёр <[email protected]>: >> >>> Цитирую Jan Schneider <[email protected]>: >>> >>>> Zitat von Jens Pranaitis <[email protected]>: >>>> >>>>> On 03/07/2012 01:01 PM, Бабёр wrote: >>>>>> Hi there! >>>>>> Need help. >>>>>> Gollem was installed by PEAR and configured as described in the manual. >>>>>> Two FTP backends was configured (one with internal auth and one >>>>>> without). >>>>>> But after clicking on "File Manager" I got horde login screen, where all >>>>>> my authentication tries are failed. >>>>>> No records on this action in the FTP server logs. >>>>>> But some records like this I found in the horde logs: >>>>>> >>>>>> HORDE: [horde] User is not authorized for gollem [pid xxxxx on line 1305 >>>>>> of "/usr/share/php/Horde/Registry.php"] >>>>>> >>>>>> In the previous version of Gollem (H3) I never give any additional >>>>>> authorization for users to use Gollem. Now I should? >>>>>> Please help to resolve issue. >>>>>> >>>>>> P.S. Horde H4 works fine, along with Imp, Turba, Nag and Mneno. Only >>>>>> Gollem has issue. >>>>>> >>>>> I'm having exactly the same issue here. Only one backend >>>>> configured with internal auth but >>>>> 2012-03-07T15:19:08+01:00 ERR: HORDE [horde] User is not >>>>> authorized for gollem [pid 28613 on line 1305 of >>>>> "/usr/share/php/Horde/Registry.php"] >>>>> is the only message that turns up in the log. The code on line >>>>> 1305 seems to suggest some problems with hordes permission >>>>> system. However I don't have any permissions configured. Any >>>>> additional hints what I could have misconfigured? >>>> >>>> The users are only authenticated to Gollem once they explicitly >>>> open Gollem. This warning is probably coming from some API call >>>> that fails because the user didn't open Gollem yet. >>>> >>> Dear Jan, >>> how to open Gollem "explicitly"? When I click on Gollem icon on >>> left pane, or when >>> I just type address in my browser >>> "http://example.com/horde4/gollem" - I just get to >>> standard Horde login screen (even when I have backend configuration with >>> 'hordeauth' => true). >> >> Doesn't happen here, if the credentials are correct. >> >>> But when I click "login" button - it says "Connection to FTP >>> server failed". >> >> Well, then the credentials (or server settings) are *not* correct. >> Of course transparent authentication won't work then either. >> >>> There are NO any message in FTP service log - so no attempt to >>> connect FTP server has been made. >> >> Then your backend settings are incorrect. >> >>> I have no idea how to handle this issue. >>> Gollem H3 1.0.3 on the same host works fine. >> >> -- >> The Horde Project >> http://www.horde.org/ >> >> >> -- >> Gollem mailing list >> Frequently Asked Questions: http://horde.org/faq/ >> To unsubscribe, mail: [email protected] > > ec2:/var/www/horde4/gollem/config# cat backends.local.php > <?php > $backends['hordeftp'] = array( > 'disabled' => false, > 'name' => 'Local FTP Server', > 'driver' => 'ftp', > 'hordeauth' => true, > 'params' => array( > 'hostspec' => 'localhost', > 'port' => 21, > 'pasv' => false, > ), > 'loginparams' => array( > ), > 'attributes' => array( > 'type', > 'name', > 'edit', > 'download', > 'modified', > 'size', > 'permission', > 'owner', > 'group' > ) > ); > ?> You didn't disable the 'ftp' backend from backends.php. -- The Horde Project http://www.horde.org/ -- Gollem mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]