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

Class: Net_LDAP2_RootDSE

Source Location: /Net_LDAP2-2.0.0RC2/LDAP2/RootDSE.php

Class Overview

PEAR
   |
   --Net_LDAP2_RootDSE

Getting the rootDSE entry of a LDAP server


Author(s):

Version:

  • CVS $Id: RootDSE.php,v 1.2 2008/03/20 09:32:39 beni Exp $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Class Variables

$_entry =

[line 22]

  • Access: protected



[ Top ]



Method Detail

__construct (Constructor)   [line 29]

Net_LDAP2_RootDSE __construct( Net_LDAP2_Entry &$entry)

Class constructor
  • Access: protected

Parameters:

Net_LDAP2_Entry   &$entry   —  Net_LDAP2_Entry object of the RootDSE

[ Top ]

fetch   [line 44]

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

Fetches a RootDSE object from an LDAP connection

Parameters:

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

[ Top ]

getValue   [line 85]

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 95]

void get_value( )

Alias function of getValue() for perl-ldap interface

[ Top ]

supportedControl   [line 157]

boolean supportedControl( array $oids)

Determines if the control is supported
  • Access: public

Parameters:

array   $oids   —  Control oids to check

[ Top ]

supportedExtension   [line 109]

boolean supportedExtension( array $oids)

Determines if the extension is supported
  • Access: public

Parameters:

array   $oids   —  Array of oids to check

[ Top ]

supportedSASLMechanism   [line 181]

boolean supportedSASLMechanism( array $mechlist)

Determines if the sasl mechanism is supported
  • Access: public

Parameters:

array   $mechlist   —  SASL mechanisms to check

[ Top ]

supportedVersion   [line 133]

boolean supportedVersion( array $versions)

Determines if the version is supported
  • Access: public

Parameters:

array   $versions   —  Versions to check

[ Top ]

supported_control   [line 167]

void supported_control( )

Alias function of supportedControl() for perl-ldap interface

[ Top ]

supported_extension   [line 119]

void supported_extension( )

Alias function of supportedExtension() for perl-ldap interface

[ Top ]

supported_sasl_mechanism   [line 191]

void supported_sasl_mechanism( )

Alias function of supportedSASLMechanism() for perl-ldap interface

[ Top ]

supported_version   [line 143]

void supported_version( )

Alias function of supportedVersion() for perl-ldap interface

[ Top ]

_checkAttr   [line 206]

boolean _checkAttr( array $values, string $attr)

Checks for existance of value in attribute
  • Access: public

Parameters:

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

[ Top ]


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