1Net::LDAP::Control::ManUasgeerDsCaoInTt(r3i)buted Perl DNoectu:m:eLnDtAaPt:i:oCnontrol::ManageDsaIT(3)
2
3
4
6 Net::LDAP::Control::ManageDsaIT - LDAPv3 Manage DSA-IT control object
7
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
25 "Net::LDAP::Control::ManageDsaIT" provides an interface for the cre‐
26 ation and manipulation of objects that represent the "ManageDsaIT" con‐
27 trol as described by RFC 3296.
28
30 Since the "ManageDsaIT" control does not have any values only the con‐
31 structor arguments described in Net::LDAP::Control are supported
32
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
39 Net::LDAP, Net::LDAP::Control,
40
42 Peter Marschall <peter@adpm.de>.
43
44 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
45 ing 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.8.8 2007-02-10Net::LDAP::Control::ManageDsaIT(3)