Query: net::ldap::reference
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::LDAP::Reference(3) User Contributed Perl Documentation Net::LDAP::Reference(3)NAMENet::LDAP::Reference - search referenceSYNOPSISuse Net::LDAP; $ldap->search( @search_args, callback => &process); sub process { my $mesg = shift; my $obj = shift; if (!$obj) { # Search complete } elsif ($obj->isa('Net::LDAP::Reference')) { my $ref; foreach $ref ($obj->references) { # process ref } } else { # Process Net::LDAP::Entry } }DESCRIPTIONThe Net::LDAP::Reference object represents a reference (sometimes called a "referral") returned by the directory from a search.METHODSreferences Returns a list of references from the server.SEE ALSONet::LDAP, Net::LDAP::SearchAUTHORGraham Barr <gbarr@pobox.com>. Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>.COPYRIGHTCopyright (c) 1997-2004 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.1 2008-06-30 Net::LDAP::Reference(3)
Related Man Pages |
---|
net::ldap::search(3) - centos |
net::ldap::extension::whoami5.18(3) - mojave |
net::ldap::extension::whoami(3) - suse |
net::ldap::search(3) - suse |
net::ldap::search(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
Docker learning Phase-I |
Shopt -s histappend |