[Catalyst] Catalyst::Plugin::Authentication::Store::LDAP settings for Microsoft Active Directory

Adam Jacob adam at stalecoffee.org
Fri Dec 15 19:02:59 GMT 2006


Documentation patches gladly accepted for what a good set of "normal"
defaults for AD would be.

Adam

On Fri, Dec 15, 2006 at 11:06:10PM +1100, Russell Jenkins wrote:
> Hermida, Leandro wrote:
> >authentication:
> >    ldap:
> >        ldap_server: myhostname.domain.com
> >        ldap_server_options:
> >            version : 3
> >        binddn: searchuser
> >        bindpw: searchpwd
> >        user_basedn: cn=Users,dc=domain,dc=com
> >        user_filter: ???
> >        user_scope: sub
> >        user_field: ???
> >        user_search_options: ???
> >
> >Does anyone know the correct settings for the user_* settings?
> 
> That is not too far away from what I'm currently using to authenticate 
> against an AD. Here's part of my config;
> authentication:
>     ldap:
>         user_field: uid
>         user_basedn: ou=grouping,o=Name of Organization,c=country
>         user_scope: one
>         user_filter: (uid=%s)
> 
> I suggest grabbing the Java LDAP browser at : 
> http://www-unix.mcs.anl.gov/~gawor/ldap/download.html
> and having a poke around to determine the exact user_field, filter and 
> basedn.
> 
> Hope that helps!
> R.
> -- 
> Russell Jenkins
> Department of Mathematics and Statistics, University of Melbourne
> 
> 
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/



More information about the Catalyst mailing list