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

Class: Net_LDAP_RootDSE

Source Location: /Net_LDAP-1.1.5/LDAP/RootDSE.php

Class Overview

PEAR
   |
   --Net_LDAP_RootDSE

Getting the rootDSE entry of a LDAP server


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Method Detail

Net_LDAP_RootDSE (Constructor)   [line 43]

Net_LDAP_RootDSE Net_LDAP_RootDSE( Net_LDAP_Entry &$entry)

Class constructor

Parameters:

Net_LDAP_Entry   &$entry   —  Net_LDAP_Entry object

[ Top ]

getValue   [line 60]

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

Gets the requested attribute value

Same usuage as Net_LDAP_Entry::getValue()


Parameters:

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

[ Top ]

get_value   [line 70]

void get_value( )

Alias function of getValue() for perl-ldap interface

[ Top ]

supportedControl   [line 132]

boolean supportedControl( array $oids)

Determines if the control is supported
  • Access: public

Parameters:

array   $oids   —  Control oids to check

[ Top ]

supportedExtension   [line 84]

boolean supportedExtension( array $oids)

Determines if the extension is supported
  • Access: public

Parameters:

array   $oids   —  Array of oids to check

[ Top ]

supportedSASLMechanism   [line 156]

boolean supportedSASLMechanism( array $mechlist)

Determines if the sasl mechanism is supported
  • Access: public

Parameters:

array   $mechlist   —  SASL mechanisms to check

[ Top ]

supportedVersion   [line 108]

boolean supportedVersion( array $versions)

Determines if the version is supported
  • Access: public

Parameters:

array   $versions   —  Versions to check

[ Top ]

supported_control   [line 142]

void supported_control( )

Alias function of supportedControl() for perl-ldap interface

[ Top ]

supported_extension   [line 94]

void supported_extension( )

Alias function of supportedExtension() for perl-ldap interface

[ Top ]

supported_sasl_mechanism   [line 166]

void supported_sasl_mechanism( )

Alias function of supportedSASLMechanism() for perl-ldap interface

[ Top ]

supported_version   [line 118]

void supported_version( )

Alias function of supportedVersion() for perl-ldap interface

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:32:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.