NAME ^

php_ldap.pir - PHP ldap Library

DESCRIPTION ^

Functions ^

string ldap_8859_to_t61(string value)

Translate 8859 characters to t61 characters

NOT IMPLEMENTED.

bool ldap_add(resource link, string dn, array entry)

Add entries to LDAP directory

NOT IMPLEMENTED.

bool ldap_bind(resource link [, string dn, string password])

Bind to LDAP directory

NOT IMPLEMENTED.

bool ldap_compare(resource link, string dn, string attr, string value)

Determine if an entry has a specific value for one of its attributes

NOT IMPLEMENTED.

resource ldap_connect([string host [, int port]])

Connect to an LDAP server

NOT IMPLEMENTED.

int ldap_count_entries(resource link, resource result)

Count the number of entries in a search result

NOT IMPLEMENTED.

bool ldap_delete(resource link, string dn)

Delete an entry from a directory

NOT IMPLEMENTED.

string ldap_dn2ufn(string dn)

Convert DN to User Friendly Naming format

NOT IMPLEMENTED.

string ldap_err2str(int errno)

Convert error number to error string

NOT IMPLEMENTED.

int ldap_errno(resource link)

Get the current ldap error number

NOT IMPLEMENTED.

string ldap_error(resource link)

Get the current ldap error string

NOT IMPLEMENTED.

array ldap_explode_dn(string dn, int with_attrib)

Splits DN into its component parts

NOT IMPLEMENTED.

string ldap_first_attribute(resource link, resource result_entry)

Return first attribute

NOT IMPLEMENTED.

resource ldap_first_entry(resource link, resource result)

Return first result id

NOT IMPLEMENTED.

resource ldap_first_reference(resource link, resource result)

Return first reference

NOT IMPLEMENTED.

bool ldap_free_result(resource result)

Free result memory

NOT IMPLEMENTED.

array ldap_get_attributes(resource link, resource result_entry)

Get attributes from a search result entry

NOT IMPLEMENTED.

string ldap_get_dn(resource link, resource result_entry)

Get the DN of a result entry

NOT IMPLEMENTED.

array ldap_get_entries(resource link, resource result)

Get all result entries

NOT IMPLEMENTED.

bool ldap_get_option(resource link, int option, mixed retval)

Get the current value of various session-wide parameters

NOT IMPLEMENTED.

array ldap_get_values_len(resource link, resource result_entry, string attribute)

Get all values with lengths from a result entry

NOT IMPLEMENTED.

resource ldap_list(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])

Single-level search

NOT IMPLEMENTED.

bool ldap_mod_add(resource link, string dn, array entry)

Add attribute values to current

NOT IMPLEMENTED.

bool ldap_mod_del(resource link, string dn, array entry)

Delete attribute values

NOT IMPLEMENTED.

bool ldap_mod_replace(resource link, string dn, array entry)

Replace attribute values with new ones

NOT IMPLEMENTED.

string ldap_next_attribute(resource link, resource result_entry)

Get the next attribute in result

NOT IMPLEMENTED.

resource ldap_next_entry(resource link, resource result_entry)

Get next result entry

NOT IMPLEMENTED.

resource ldap_next_reference(resource link, resource reference_entry)

Get next reference

NOT IMPLEMENTED.

bool ldap_parse_reference(resource link, resource reference_entry, array referrals)

Extract information from reference entry

NOT IMPLEMENTED.

bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)

Extract information from result

NOT IMPLEMENTED.

resource ldap_read(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])

Read an entry

NOT IMPLEMENTED.

bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)

Modify the name of an entry

NOT IMPLEMENTED.

bool ldap_sasl_bind(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authc_id, string sasl_authz_id, string props])

Bind to LDAP directory using SASL

NOT IMPLEMENTED.

resource ldap_search(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])

Search LDAP tree under base_dn

NOT IMPLEMENTED.

bool ldap_set_option(resource link, int option, mixed newval)

Set the value of various session-wide parameters

NOT IMPLEMENTED.

bool ldap_set_rebind_proc(resource link, string callback)

Set a callback function to do re-binds on referral chasing.

NOT IMPLEMENTED.

bool ldap_sort(resource link, resource result, string sortfilter)

Sort LDAP result entries

NOT IMPLEMENTED.

bool ldap_start_tls(resource link)

Start TLS

NOT IMPLEMENTED.

string ldap_t61_to_8859(string value)

Translate t61 characters to 8859 characters

NOT IMPLEMENTED.

bool ldap_unbind(resource link)

Unbind from LDAP directory

NOT IMPLEMENTED.


parrot