[imp] $conf['auth']['params'] for ldap

jkpsj jkpsj at yahoo.com
Thu Feb 20 00:35:44 PST 2003


that is the pref params *NOT* the auth params.


--- alois.blasbichler at sb-brixen.it wrote:
> Zitat von jkpsj <jkpsj at yahoo.com>:
> 
> > in ~/horde/config/horde.php under Horde Authentication, what do i need to
> > specify the
> > $conf['auth']['params'] for ldap ?
> > 
> > [..snip..]
> > // What backend should we use for authenticating users to Horde? Valid
> > // options are currently 'imap', 'ldap', 'mcal', 'sql', 'ftp' and 'krb5'.
> > $conf['auth']['driver'] = 'ldap';
> > 
> > // An array holding any parameters that the Auth object will need to
> > // function correctly.
> > $conf['auth']['params'] = array();
> > 
> > // For IMAP, this is the server name, port, protocol, etc.
> > // $conf['auth']['params']['dsn'] = '{imap.example.com:143/imap}INBOX';
> > [..snip..]
> > 
> > rgds.
> > 
> we use : 
> 
> $conf['prefs']['driver'] = 'ldap';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['port'] = '389';
> $conf['prefs']['params']['basedn'] = 'cn=users,dc=domain,dc=it';
> $conf['prefs']['params']['uid'] = 'uid';
> 
> 
> 
> luis
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


More information about the imp mailing list