Zend_LdapLocated in /Ldap.php (line 29)
Zend_Ldap
connect
([string $host = null], [int $port = null], [boolean $useSsl = null], [boolean $useStartTls = null])
Zend_Ldap
copyToSubtree
(string|Zend_Ldap_Dn $from, string|Zend_Ldap_Dn $to, [boolean $recursively = false])
integer
count
(string|Zend_Ldap_Filter_Abstract $filter, [string|Zend_Ldap_Dn|null $basedn = null], [integer $scope = self::SEARCH_SCOPE_SUB])
array
getEntry
(string|Zend_Ldap_Dn $dn, [ $attributes = array()], [boolean $throwOnNotFound = false])
string
getLastError
([ &$errorCode = null], [ &$errorMessages = null], int $errorCode, array $errorMessages)
Zend_Ldap
move
(string|Zend_Ldap_Dn $from, string|Zend_Ldap_Dn $to, [boolean $recursively = false], [boolean $alwaysEmulate = false])
Zend_Ldap
moveToSubtree
(string|Zend_Ldap_Dn $from, string|Zend_Ldap_Dn $to, [boolean $recursively = false], [boolean $alwaysEmulate = false])
Zend_Ldap
rename
(string|Zend_Ldap_Dn $from, string|Zend_Ldap_Dn $to, [boolean $recursively = false], [boolean $alwaysEmulate = false])
Zend_Ldap_Collection
search
(string|Zend_Ldap_Filter_Abstract|array $filter, [string|Zend_Ldap_Dn|null $basedn = null], [integer $scope = self::SEARCH_SCOPE_SUB], [ $attributes = array()], [string|null $sort = null], [string|null $collectionClass = null])
array
searchEntries
(string|Zend_Ldap_Filter_Abstract|array $filter, [string|Zend_Ldap_Dn|null $basedn = null], [integer $scope = self::SEARCH_SCOPE_SUB], [ $attributes = array()], [string|null $sort = null], [boolean $reverseSort = false])
boolean|null|string
$_boundUser
= false (line 68)
FALSE if no user is bound to the LDAP resource NULL if there has been an anonymous bind username of the currently bound user
array
$_options
= null (line 52)
The options used in connecting, binding, etc.
resource
$_resource
= null (line 59)
The raw LDAP extension resource.
Zend_Ldap_Node
$_rootDse
= null (line 75)
Caches the RootDSE
Zend_Ldap_Node
$_schema
= null (line 82)
Caches the schema
static explodeDn (line 106)
static filterEscape (line 89)
static prepareLdapEntryArray (line 1140)
Prepares an ldap data entry array for insert/update operation
bind (line 813)
connect (line 722)
To connect using SSL it seems the client tries to verify the server
certificate by default. One way to disable this behavior is to set 'TLS_REQCERT never' in OpenLDAP's ldap.conf and restarting Apache. Or, if you really care about the server's cert you can put a cert on the web server.
copy (line 1485)
Copies a LDAP entry from one DN to another DN.
copyToSubtree (line 1457)
Copies a LDAP entry from one DN to another subtree.
count (line 1035)
Count items found by given filter.
disconnect (line 698)
getBaseDn (line 385)
Gets the base DN under which objects of interest are located
getBoundUser (line 232)
Get the currently bound user
FALSE if no user is bound to the LDAP resource NULL if there has been an anonymous bind username of the currently bound user
getCanonicalAccountName (line 571)
getEntry (line 1121)
Get LDAP entry by DN
getLastError (line 187)
Return the LDAP error message of the last LDAP command
getLastErrorCode (line 161)
Return the LDAP error number of the last LDAP command
getOptions (line 327)
getResource (line 148)
move (line 1395)
Moves a LDAP entry from one DN to another DN.
This is an alias for rename()
moveToSubtree (line 1364)
Moves a LDAP entry from one DN to another subtree.
rename (line 1412)
Renames a LDAP entry from one DN to another DN.
This method implicitely moves the entry to another location within the tree.
save (line 1279)
Save entry to LDAP registry.
Internally decides if entry will be updated to added by calling exists().
search (line 926)
A global LDAP search routine for finding information.
Options can be either passed as single parameters according to the method signature or as an array with one or more of the following keys
searchEntries (line 1091)
Search LDAP registry for entries matching filter and optional attributes
Options can be either passed as single parameters according to the method signature or as an array with one or more of the following keys
Constructor __construct (line 122)
Constructor.
Destructor __destruct (line 140)
Destructor.
setOptions (line 261)
Sets the options used in connecting, binding, etc.
Valid option keys: host port useSsl username password bindRequiresDn baseDn accountCanonicalForm accountDomainName accountDomainNameShort accountFilterFormat allowEmptyPassword useStartTls optRefferals tryUsernameSplit
_getAccount (line 642)
_getAccountCanonicalForm (line 394)
_getAccountDn (line 530)
_getAccountDomainName (line 421)
_getAccountDomainNameShort (line 429)
_getAccountFilter (line 478)
_getAccountFilterFormat (line 438)
_getAllowEmptyPassword (line 446)
_getBindRequiresDn (line 375)
_getChildrenDns (line 1330)
Retrieve the immediate children DNs of the given $parentDn
This method is used in recursive methods like {@see delete()} or {@see copy()}
_getHost (line 335)
_getOptReferrals (line 462)
_getPassword (line 367)
_getPort (line 343)
_getTryUsernameSplit (line 470)
_getUsername (line 359)
_getUseSsl (line 351)
_getUseStartTls (line 454)
_isPossibleAuthority (line 546)
_splitName (line 503)
Documentation generated on Mon, 21 Jun 2010 15:30:41 -0400 by phpDocumentor 1.4.3