Query: net::ldap::extension::whoami
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::LDAP::Extension::WhoAmI(3) User Contributed Perl Documentation Net::LDAP::Extension::WhoAmI(3)NAMENet::LDAP::Extension::WhoAmI - LDAP "Who am I?" OperationSYNOPSISuse 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(), " ";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:METHODSwho_am_i Obtain the authorization identity which the server has associated with the user or application entity.SEE ALSONet::LDAP, Net::LDAP::ExtensionAUTHORNorbert Klasen <norbert.klasen@avinci.de>, Please report any bugs, or post any suggestions, to the perl-ldap mailing list <perl-ldap@perl.org>COPYRIGHTCopyright (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.16.2 2012-09-20 Net::LDAP::Extension::WhoAmI(3)
Similar Topics in the Unix Linux Community |
---|
LDAP Authentication AND Authorization |
LDAP client config. |
Need ldap id |
RBAC and LDAP users (AD) |
LDAP Query - host allowed option |