php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "LDAP search query"

What is the significance of converting the objectGUID to an OctetString format before passing it to an LDAP search query in PHP, and how does it impact the search results?

When passing the objectGUID to an LDAP search query in PHP, it is important to convert it to an OctetString format because the objectGUID is a binary...

How can one efficiently search for PHP functions related to LDAP on php.net?

To efficiently search for PHP functions related to LDAP on php.net, you can use the search functionality on the website and enter relevant keywords su...

How can the objectGUID be properly passed to an LDAP search query in PHP to retrieve the cn (common name) from Active Directory?

To properly pass the objectGUID to an LDAP search query in PHP to retrieve the cn from Active Directory, you need to convert the objectGUID to a forma...

What are the potential causes for the PHP Warning in LDAP search operations?

The potential causes for the PHP Warning in LDAP search operations could be due to incorrect parameters being passed to the LDAP search function or is...

How can PHP be configured to search for elements in LDAP, and what steps are necessary to implement a function for this purpose?

To search for elements in LDAP using PHP, you can configure the LDAP connection settings and then use the ldap_search function to perform the search....

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.