1Catalyst::Helper::ModelU:s:eLrDACPo(n3t)ributed Perl DocCuamteanltyastti:o:nHelper::Model::LDAP(3)
2
3
4

NAME

6       Catalyst::Helper::Model::LDAP - Helper for LDAP models
7

SYNOPSIS

9           script/myapp_create.pl model Person LDAP ldap.ufl.edu ou=People,dc=ufl,dc=edu dn=admin,dc=ufl,dc=edu mypass 1
10

DESCRIPTION

12       Helper for the Catalyst LDAP model.
13

USAGE

15       When creating a new LDAP model class using this helper, you can specify
16       much of the configuration and have it filled automatically.  Using the
17       example from the "SYNOPSIS" section:
18
19       * "Person"
20           The name of the model.  This is also used to determine the file‐
21           name, e.g. "lib/MyApp/Model/Person.pm".
22
23       * "LDAP"
24           The helper to use, i.e. this one.
25
26       * "ldap.ufl.edu"
27           The LDAP server's fully qualified domain name (FQDN).  Can also be
28           an IP address, e.g. 127.0.0.1.
29
30       * "ou=People,dc=ufl,dc=edu"
31           The base distinguished name (DN) for searching the directory.
32
33       * "dn=admin,dc=ufl,dc=edu"
34           The bind DN for connecting to the directory.  This can be anyone
35           that has permission to search under the base DN, as per your LDAP
36           server's access control lists.
37
38       * "mypass"
39           The password for the specified bind DN.
40
41       * 1 Optionally uses TLS when binding to the LDAP server, for secure
42           connections.
43

METHODS

45       mk_compclass
46
47       Makes the LDAP model class.
48
49       mk_comptest
50
51       Makes tests for the LDAP model.
52

SEE ALSO

54       * Catalyst::Manual
55       * Catalyst::Test
56       * Catalyst::Helper
57

AUTHORS

59       * Daniel Westermann-Clark <danieltwc@cpan.org>
60       * Gavin Henry <ghenry@cpan.org> (TLS Helper option and documentation)
61

LICENSE

63       This library is free software; you can redistribute it and/or modify it
64       under the same terms as Perl itself.
65
66
67
68perl v5.8.8                       2008-02-19  Catalyst::Helper::Model::LDAP(3)
Impressum