Net::LDAP::Extension::WhoAmI - phpMan

Command: man perldoc info search(apropos)  


Net::LDAP::Extension::WhoAmI(3pUser Contributed Perl DocumentatiNet::LDAP::Extension::WhoAmI(3pm)

NAME
       Net::LDAP::Extension::WhoAmI - LDAP "Who am I?" Operation

SYNOPSIS
        use Net::LDAP;
        use Net::LDAP::Extension::WhoAmI;

        $ldap = Net::LDAP->new( "ldap.mydomain.eg" );

        $ldap->bind('cn=Joe User,cn=People,dc=example,dc=com",
                    password => 'secret');

        $mesg = $ldap->who_am_i();

        die "error: ", $mesg->code(), ": ", $mesg->error()  if ($mesg->code());

        print "you are bound with authzId ", $mesg->response(), "\n";

DESCRIPTION
       "Net::LDAP::Extension::WhoAmI" implements the "Who am I?"  extended LDAPv3 operation as
       described in RFC 4532.

       It implements no object by itself but extends the Net::LDAP object by another method:

METHODS
       who_am_i
           Obtain the authorization identity which the server has associated with the user or
           application entity.

SEE ALSO
       Net::LDAP, Net::LDAP::Extension

AUTHOR
       Norbert Klasen <norbert.klasen AT avinci.de>,

       Please report any bugs, or post any suggestions, to the perl-ldap mailing list
       <perl-ldap AT perl.org>

COPYRIGHT
       Copyright (c) 2002-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.32.0                                2021-01-03          Net::LDAP::Extension::WhoAmI(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-01-15 04:52 @3.141.27.70 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!