1Net::LDAP::Extra::eDireUcsteorryC(o3n)tributed Perl DocuNmeetn:t:aLtDiAoPn::Extra::eDirectory(3)
2
3
4
6 Net::LDAP::Extra::eDirectory -- extensions for Novell eDirectory
7
9 use Net::LDAP::Extra qw(eDirectory);
10
11 $ldap = Net::LDAP->new( ... );
12
13 ...
14
15 if ($ldap->is_eDirectory)
16 my $mesg $ldap->list_replicas($server_dn);
17
18 print "Replicas on $server_dn\n* " . join("\n* ", $mesg->replicas) . "\n"
19 if (!$mesg->code);
20 }
21
23 Net::LDAP::Extra::eDirectory provides functions / LDAP extensions
24 specific to Novell eDirectory.
25
26 To do so, it provides the following methods:
27
29 is_eDirectory ( )
30 Tell if the LDAP server queried is Novell eDirectory server.
31
32 As the check is done by querying the root DSE of the directory, it
33 works without being bound to the directory.
34
35 In contrast to other Net::LDAP methods this method returns TRUE /
36 FALSE respectively undef on error.
37
38 list_replicas ( SERVER_DN, OPTIONS )
39 Query the replicas on the given server SERVER_DN.
40
41 On success, the resulting Net::LDAP::Message object supports the
42 method "replicas" that returns the list of replicas on SERVER_DN.
43
44 get_replica_info ( SERVER_DN, REPLICA_DN, OPTIONS )
45 Query information of REPLICA_DN on SERVER_DN.
46
47 On success, the resulting Net::LDAP::Message object supports the
48 method "replica_info" that returns a hash containing information on
49 REPLICA_DN.
50
51 trigger_backlinker ( OPTIONS )
52 Trigger the BackLinker process, which resolves external references
53 to ensure they refer to real entries.
54
55 trigger_janitor ( OPTIONS )
56 Trigger the Janitor process, which checks connectivity to all
57 servers in database.
58
59 trigger_limber ( OPTIONS )
60 Trigger the Limber process, which verifies the server name,
61 internal ipx address and tree connectivity of all replicas.
62
63 trigger_skulker ( OPTIONS )
64 Trigger the Skulker process, which checks the synchronization
65 status of every server in the replica ring.
66
67 trigger_schemasync ( OPTIONS )
68 Trigger SchemaSync.
69
70 trigger_partitionpurge ( OPTIONS )
71 Trigger PartitionPurge.
72
73 refresh_ldap_server ( OPTIONS )
74 Trigger refreshing the NLDAP service.
75
77 Peter Marschall <peter@adpm.de>
78
80 Copyright (c) 2013 Peter Marschall. All rights reserved. This program
81 is free software; you can redistribute it and/or modify it under the
82 same terms as Perl itself.
83
84
85
86perl v5.28.0 2015-04-02 Net::LDAP::Extra::eDirectory(3)