Net_LDAP2
[ class tree: Net_LDAP2 ] [ index: Net_LDAP2 ] [ all elements ]

Class: Net_LDAP2_RootDSE

Source Location: /Net_LDAP2-2.2.0/Net/LDAP2/RootDSE.php

Class Overview

PEAR
   |
   --Net_LDAP2_RootDSE

Getting the rootDSE entry of a LDAP server


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 31]
Getting the rootDSE entry of a LDAP server


[ Top ]


Class Variables

$_entry =

[line 37]

  • Access: protected



[ Top ]



Method Detail

__construct (Constructor)   [line 44]

Net_LDAP2_RootDSE __construct( Net_LDAP2_Entry &$entry)

Class constructor
  • Access: public

Parameters:

Net_LDAP2_Entry   &$entry   —  Net_LDAP2_Entry object of the RootDSE

[ Top ]

checkAttr   [line 227]

boolean checkAttr( array $values, string $attr)

Checks for existance of value in attribute
  • Access: protected

Parameters:

array   $values   —  values to check
string   $attr   —  attribute name

[ Top ]

fetch   [line 58]

Net_LDAP2_RootDSE|Net_LDAP2_Error fetch( Net_LDAP2 $ldap, [array $attrs = null])

Fetches a RootDSE object from an LDAP connection
  • Access: public

Parameters:

Net_LDAP2   $ldap   —  Directory from which the RootDSE should be fetched
array   $attrs   —  Array of attributes to search for

[ Top ]

getValue   [line 101]

mixed getValue( [string $attr = ''], [array $options = ''])

Gets the requested attribute value

Same usuage as Net_LDAP2_Entry::getValue()


Parameters:

string   $attr   —  Attribute name
array   $options   —  Array of options

[ Top ]

get_value   [line 112]

mixed get_value( )

Alias function of getValue() for perl-ldap interface

[ Top ]

supportedControl   [line 176]

boolean supportedControl( array $oids)

Determines if the control is supported
  • Access: public

Parameters:

array   $oids   —  Control oids to check

[ Top ]

supportedExtension   [line 126]

boolean supportedExtension( array $oids)

Determines if the extension is supported
  • Access: public

Parameters:

array   $oids   —  Array of oids to check

[ Top ]

supportedSASLMechanism   [line 201]

boolean supportedSASLMechanism( array $mechlist)

Determines if the sasl mechanism is supported
  • Access: public

Parameters:

array   $mechlist   —  SASL mechanisms to check

[ Top ]

supportedVersion   [line 151]

boolean supportedVersion( array $versions)

Determines if the version is supported
  • Access: public

Parameters:

array   $versions   —  Versions to check

[ Top ]

supported_control   [line 187]

boolean supported_control( )

Alias function of supportedControl() for perl-ldap interface

[ Top ]

supported_extension   [line 137]

boolean supported_extension( )

Alias function of supportedExtension() for perl-ldap interface

[ Top ]

supported_sasl_mechanism   [line 212]

boolean supported_sasl_mechanism( )

Alias function of supportedSASLMechanism() for perl-ldap interface

[ Top ]

supported_version   [line 162]

boolean supported_version( )

Alias function of supportedVersion() for perl-ldap interface

[ Top ]


Documentation generated on Mon, 11 Mar 2019 16:03:55 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.