1Net::LDAP::Control::ManUasgeerDsCaoInTt(r3i)buted Perl DNoectu:m:eLnDtAaPt:i:oCnontrol::ManageDsaIT(3)
2
3
4

NAME

6       Net::LDAP::Control::ManageDsaIT - LDAPv3 Manage DSA-IT control object
7

SYNOPSIS

9        use Net::LDAP;
10        use Net::LDAP::Control::ManageDsaIT;
11
12        $ldap = Net::LDAP->new( "ldap.mydomain.eg" );
13
14        $manage = Net::LDAP::Control::ManageDsaIT->new( critical => 1 );
15
16        $msg = $ldap->modify( 'dc=sub,dc=mydomain,dc=eg",
17                              changes => [
18                                delete => { ref => 'ldap://ldap2/dc=sub,dc=mydom,dc=eg' },
19                                add => { ref => 'ldap://ldap3/dc=sub,dc=mydom,dc=eg' } ],
20                              control  => [ $manage ] );
21
22        die "error: ",$msg->code(),": ",$msg->error()  if ($msg->code());
23

DESCRIPTION

25       "Net::LDAP::Control::ManageDsaIT" provides an interface for the
26       creation and manipulation of objects that represent the "ManageDsaIT"
27       control as described by RFC 3296.
28

CONSTRUCTOR ARGUMENTS

30       Since the "ManageDsaIT" control does not have any values only the
31       constructor arguments described in Net::LDAP::Control are supported
32

METHODS

34       As there are no additional values in the control only the methods in
35       Net::LDAP::Control are available for "Net::LDAP::Control::ManageDsaIT"
36       objects.
37

SEE ALSO

39       Net::LDAP, Net::LDAP::Control,
40

AUTHOR

42       Peter Marschall <peter@adpm.de>.
43
44       Please report any bugs, or post any suggestions, to the perl-ldap
45       mailing list <perl-ldap@perl.org>
46
48       Copyright (c) 2004 Peter Marschall. All rights reserved. This program
49       is free software; you can redistribute it and/or modify it under the
50       same terms as Perl itself.
51
52
53
54perl v5.10.1                      2010-03-12Net::LDAP::Control::ManageDsaIT(3)
Impressum