[Tickets #11088] loginparams not asked in login.php
bugs at horde.org
bugs at horde.org
Mon Mar 19 09:52:39 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11088
------------------------------------------------------------------------------
Ticket | 11088
Created By | paul.de_vlieger at moniut.univ-bpclermont.fr
Summary | loginparams not asked in login.php
Queue | Gollem
Version | 2.0.1
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone | 2.0.1
Patch |
Owners |
------------------------------------------------------------------------------
paul.de_vlieger at moniut.univ-bpclermont.fr (2012-03-19 09:52) wrote:
loginparams not asked in login.php ( smb backend with hostspec / share ).
Works in (H3 (1.1.2) ).
/gollem/config/backends.local.php :
$backends['other'] = array(
'disabled' => false,
'name' => 'Other Server',
'driver' => 'smb',
'hordeauth' => false,
'params' => array(
'port' => 139,
'smbclient' => '/usr/local/bin/smbclient',
),
'loginparams' => array(
'hostspec' => 'Server Name',
'share' => 'Share',
),
'attributes' => array('type','name','edit','download','modified','size' )
);
More information about the bugs
mailing list