[turba] create new addressbook with composite authentification

Laurent Foucher laurent.foucher at iut-tlse3.fr
Wed May 31 07:25:41 PDT 2006


Hi,

I'm using turba 2.1.1 with an composite authentification :

/* BEGIN COMPOSITE AUTH */
$conf['auth']['params']['admin_driver'] = 'ldap';
$conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen';
if (!function_exists('_horde_select_loginscreen')) {
     function _horde_select_loginscreen()
         {
                 return 'imp';
         }
}

$conf['auth']['params']['drivers']['imp']['driver'] = 'application';
$conf['auth']['params']['drivers']['imp']['params'] = array(
         'app' => 'imp');
$conf['auth']['params']['drivers']['ldap']['driver'] = 'ldap';
$conf['auth']['params']['drivers']['ldap']['params'] = array(
'hostspec' => 'xxxxxxx',
'basedn' => 'ou=People,dc=iut-tlse3,dc=fr',
'binddn' => 'cn=admin,dc=iut-tlse3,dc=fr',
'password' => 'xxxxxx',
'version' => '3',
'ad' => false,
'uid' => 'uid',
'encryption' => 'md5-hex',
'newuser_objectclass' => array('shadowAccount', 'inetOrgPerson'),
'objectclass' => array('posixaccount'),
'filter_type' => 'objectclass',
'password_expiration' => 'no');

I using localsql defined in the file source.php with  'use_shares' => true
I can share the personnal addressbook but when i want to create a new  
one, the login windows appear.

I have the following conf.php :

$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array('imp');
$conf['client']['addressbook'] = 'localsql';
$conf['shares']['source'] = 'sql';
$conf['comments']['allow'] = true;
$conf['documents']['type'] = 'horde';

Thanks you for your help.

- Laurent Foucher
< I U T 'A'  Paul Sabatier >
laurent.foucher at iut-tlse3.fr
Enseignant/Chargé de mission Systèmes & Réseau

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the turba mailing list