[Catalyst] Plugin::Authentication::LDAP patches
    ben.norman at qmunity.net 
    ben.norman at qmunity.net
       
    Fri Dec  2 05:52:43 CET 2005
    
    
  
I have users more than one top level ou in AD.
The following diff would allow me to look for a user across the entire
directory.
97,98c97
<     my $user_context = $c->config->{authentication}->{user_context} || '';
<       $user_context .= ',' if $user_context;
---
>     my $user_context = $c->config->{authentication}->{user_context} ||
'cn=users';
114c113
<             base => $user_context . $dnc,
---
>             base => $user_context . "," . $dnc,
Can this patch be applied to Catalyst::Plugin::Authentication::LDAP please?
thanks
ben
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
    
    
More information about the Catalyst
mailing list