The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Catalyst::Authentication::Store::LDAP::AD::Class - The great new Catalyst::Authentication::Store::LDAP::AD::Class!

VERSION

Version 0.01

SYNOPSIS

        -Setting up authentication (and others):

                use Catalyst qw/
                        ConfigLoader
                        Authentication
                        Session
                        Session::State::Cookie
                        Session::Store::DBIC
                        Unicode
                /;

        -In YAML config:

                'Plugin::Authentication':
                        default:
                                credential:
                                        class             :  'Password'
                                        password_type     :  'self_check'
                                        password_field    :  'password'
                                store:
                                        class               :    'LDAP::AD::Class'
                                        ldap_domain         :    'some.domain.com'
                                        ldap_global_user    :    'cn=blabla,ou=blabla,dc=bla,dc=bla,.......'
                                        ldap_global_pass    :    'your AD password'
                                        ldap_timeout        :    3 # LDAP server connection timeout in seconds
                                        ldap_base           :    'dc=blabla,dc=blabla,.....' # LDAP base name

AUTHOR

Andrey Chergik, <andrey at chergik.ru>

BUGS

Please report any bugs or feature requests to bug-catalyst-authentication-store-ldap-ad-class at rt.cpan.org, or through the web interface at http://rt.cpan.org/FILIN/ReportBug.html?Queue=Catalyst-Authentication-Store-LDAP-AD-Class. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

        perldoc Catalyst::Authentication::Store::LDAP::AD::Class

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Andrey Chergik.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.