source: trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Ad/objects.pm @ 1869

Last change on this file since 1869 was 289, checked in by nanardon, 15 years ago
  • reuse code from Ldap, Ad is a ldap
  • Property svn:keywords set to Id Rev
File size: 1.1 KB
Line 
1package LATMOS::Accounts::Bases::Ad::objects;
2
3use 5.010000;
4use strict;
5use warnings;
6
7use base qw(LATMOS::Accounts::Bases::Ldap::objects);
8use Net::LDAP;
9use Net::LDAP::Entry;
10use Net::LDAP::Control::Paged;
11use Net::LDAP::Constant qw( LDAP_CONTROL_PAGED ); 
12use Net::LDAP::Util     qw( escape_filter_value );
13use LATMOS::Accounts::Log;
14
15our $VERSION = (q$Rev$ =~ /^Rev: (\d+) /)[0];
16
17=head1 NAME
18
19LATMOS::Ad - Perl extension for blah blah blah
20
21=head1 SYNOPSIS
22
23  use LATMOS::Ad;
24  blah blah blah
25
26=head1 DESCRIPTION
27
28Stub documentation for LATMOS::Ad, created by h2xs. It looks like the
29author of the extension was negligent enough to leave the stub
30unedited.
31
32Blah blah blah.
33
34=head1 FUNCTIONS
35
36=cut
37
381;
39
40__END__
41
42=head1 SEE ALSO
43
44=head1 AUTHOR
45
46Olivier Thauvin, E<lt>olivier.thauvin@aerov.jussieu.frE<gt>
47
48=head1 COPYRIGHT AND LICENSE
49
50Copyright (C) 2008 CNRS SA/CETP/LATMOS
51
52This library is free software; you can redistribute it and/or modify
53it under the same terms as Perl itself, either Perl version 5.10.0 or,
54at your option, any later version of Perl 5 you may have available.
55
56
57=cut
Note: See TracBrowser for help on using the repository browser.