Top "Ldap" questions

Lightweight Directory Access Protocol (LDAP), is an application protocol for accessing and maintaining distributed directory information services over an IP network.

How to check user password in ldap whith java with given LdapContext?

I do have a web-application, where users must log in. The password is stored in a LDAP server. All information …

java authentication web-applications ldap
How to PHP ldap_search() to get user OU if I don't know the OU for base DN

I have an Active-Directory structure where User objects reside in OU for example, IT, Technical, HR, Accounts etc.. I want …

php active-directory ldap
LDAP vs SAML Authorization

I'm currently investigating moving an asset tracking system from LDAP to SAML. There are two main areas where our software …

authentication ldap authorization saml
Authenticating user using LDAP from PHP

My project is to make a module enrollment system for our university. So I contacted the IT people in my …

php authentication ldap
Active Directory vs OpenLDAP

What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good …

active-directory comparison ldap openldap
How to build LDAP integration for my web app?

My company develops and sells a SaaS application that has hundreds of customers. Some of our customers have asked us …

ldap single-sign-on saas
Is there any free ldap server with data?

I need to test an application which uses LDAP for authentication, but still I don't have access to the server …

ldap
ldapsearch with username and password

Here is my LDAP ORG Structure: I created user with first, last name with password. But it is not working …

ldap ubuntu-14.04 openldap
Fatal error: Call to undefined function ldap_connect() in ubuntu

I'm trying to connect to my LDAP server via PHP, but I get the following error: Fatal error: Call to …

php ubuntu ldap
Connecting LDAP server from java application

I am building an application based on GXT (J2EE). Now the problem is that I have to connect the …

java ldap gxt