Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::ldap::rootdse(3pm) [debian 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)

Check Out this Related 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)
Man Page

5 More Discussions You Might Find Interesting

1. Cybersecurity

LDAP; confusion

Hello, I hope all is well. Two issues that I am grappling with. One: Is this a true statement: (AIX, LDAP configured), even if authentication is configured with LDAP, the system would still need to be authenticated against local (/etc/passwd); incase of network failure? Two: I can log... (0 Replies)
Discussion started by: rsheikh
0 Replies

2. 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

3. Solaris

Restrict access to solaris10 [SOLVED]

Hello, I have a solaris10 sparc running on a server and it is a Sun DS (LDAP) server as well as LDAP client. I have changed ssh server port to something other than 22 but is there any way to configure that only users abc, def, ghi from LDAP can login via ssh? SSH software on solaris10 is... (0 Replies)
Discussion started by: upengan78
0 Replies

4. 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

5. 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