Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::ldap::rootdse(3) [suse man page]

Net::LDAP::RootDSE(3)					User Contributed Perl Documentation				     Net::LDAP::RootDSE(3)

NAME
Net::LDAP::RootDSE - An LDAP RootDSE object SYNOPSIS
my $dse = $ldap->root_dse(); # get naming Contexts my @contexts = $dse->get_value('namingContexts'); # get supported LDAP versions as an array reference my $versions = $dse->get_value('supportedLDAPVersion', asref => 1); DESCRIPTION
Methods get_value "get_value" is identical to "get_value" in Net::LDAP::Entry supported_extension ( OID_LIST ) Returns true if the server supports all of the specified extension OIDs supported_feature ( OID_LIST ) Returns true if the server supports all of the specified feature OIDs supported_version ( VERSION_LIST ) Returns true if the server supports all of the specified versions supported_control ( OID_LIST ) Returns true if the server supports all of the specified control OIDs supported_sasl_mechanism ( SASL_MECH_LIST ) Returns true if the server supports all of the specified SASL mechanism names SEE ALSO
Net::LDAP, Net::LDAP::Entry AUTHOR
Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>. COPYRIGHT
Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.1 2010-03-12 Net::LDAP::RootDSE(3)

Check Out this Related Man Page

Net::LDAP::RootDSE(3pm) 				User Contributed Perl Documentation				   Net::LDAP::RootDSE(3pm)

NAME
Net::LDAP::RootDSE - An LDAP RootDSE object SYNOPSIS
my $dse = $ldap->root_dse(); # get naming Contexts my @contexts = $dse->get_value('namingContexts'); # get supported LDAP versions as an array reference my $versions = $dse->get_value('supportedLDAPVersion', asref => 1); DESCRIPTION
Methods get_value "get_value" is identical to "get_value" in Net::LDAP::Entry supported_extension ( OID_LIST ) Returns true if the server supports all of the specified extension OIDs supported_feature ( OID_LIST ) Returns true if the server supports all of the specified feature OIDs supported_version ( VERSION_LIST ) Returns true if the server supports all of the specified versions supported_control ( OID_LIST ) Returns true if the server supports all of the specified control OIDs supported_sasl_mechanism ( SASL_MECH_LIST ) Returns true if the server supports all of the specified SASL mechanism names SEE ALSO
Net::LDAP, Net::LDAP::Entry AUTHOR
Chris Ridd <chris.ridd@isode.com>, Graham Barr <gbarr@pobox.com>. COPYRIGHT
Copyright (c) 2003-2004, Chris Ridd and Graham Barr. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-29 Net::LDAP::RootDSE(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Solaris

LDAP

Hello Guurz, Simple doubt, Should LDAP master server must be configured as a LADP client as well? (2 Replies)
Discussion started by: bullz26
2 Replies

2. Red Hat

LDAP Script

Hello there everyone. I have a question. How can you make querys to LDAP server to get the users that hav access on a names server.I'll explain: I have a lot of servers, and I use LDAP for user authentication. What I want is to make a script that will give me on the server that I want the... (3 Replies)
Discussion started by: theboogymaster
3 Replies

3. Solaris

LDAP Client not connecting to LDAP server

I have very limited knowledge on LDAP configuration and have been trying fix one issue, but unsuccessful. The server, I am working on, is Solaris-10 zone. sudoers is configured on LDAP (its not on local server). I have access to login directly on server with root, but somehow sudo is not working... (9 Replies)
Discussion started by: solaris_1977
9 Replies