[horde] passing authentication information
    Daniel Wittenberg 
    daniel-wittenberg at uiowa.edu
       
    Sat Jan 11 12:01:43 PST 2003
    
    
  
Ok, I think this is the info I needed, I think just having a real-world
example helped me understand what's going on.  I'll give this a shot
later and see how this does. 
Thanks again for all the help guys!  It's the great people I miss most
about not working on the horde project anymore.
Dan
> $cn = Auth::getAuth();
> $cfgSources['localldap'] = array(
>     'title' => _("Local Directory Server"),
>     'type' => 'ldap',
>     'params' => array(
>         'server' => 'ldaps://localhost/',
>         'port' => 636,
>         'root' => 'dc=billy,dc=demon,dc=nl',
>  'cn=tonye,ou=people,ou=groups,dc=billy,dc=demon,dc=nl',
>         'bind_dn' => 'cn=' . $cn .
> ',ou=people,ou=groups,dc=billy,dc=demon,dc=nl',
>         'bind_password' => Auth::getCredential('password'),
>         'dn' => array('cn'),
>         'objectclass' => '*',
>         'encoding' => 'utf8',
>         'version' => 3
>     ),
> 
> Best,
> 
> Tony
    
    
More information about the horde
mailing list