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
21           The name of the model.  This is also used to determine the
22           filename, e.g. "lib/MyApp/Model/Person.pm".
23
24       ·   "LDAP"
25
26           The helper to use, i.e. this one.
27
28       ·   "ldap.ufl.edu"
29
30           The LDAP server's fully qualified domain name (FQDN).  Can also be
31           an IP address, e.g. 127.0.0.1.
32
33       ·   "ou=People,dc=ufl,dc=edu"
34
35           The base distinguished name (DN) for searching the directory.
36
37       ·   "dn=admin,dc=ufl,dc=edu"
38
39           The bind DN for connecting to the directory.  This can be anyone
40           that has permission to search under the base DN, as per your LDAP
41           server's access control lists.
42
43       ·   "mypass"
44
45           The password for the specified bind DN.
46
47       ·   1
48
49           Optionally uses TLS when binding to the LDAP server, for secure
50           connections.
51

METHODS

53   mk_compclass
54       Makes the LDAP model class.
55
56   mk_comptest
57       Makes tests for the LDAP model.
58

SEE ALSO

60       ·   Catalyst::Manual
61
62       ·   Catalyst::Test
63
64       ·   Catalyst::Helper
65

AUTHORS

67       ·   Daniel Westermann-Clark <danieltwc@cpan.org>
68
69       ·   Gavin Henry <ghenry@cpan.org> (TLS Helper option and documentation)
70

LICENSE

72       This library is free software; you can redistribute it and/or modify it
73       under the same terms as Perl itself.
74
75
76
77perl v5.12.0                      2007-02-13  Catalyst::Helper::Model::LDAP(3)
Impressum