Top "Ldapconnection" questions

The LdapConnection class creates a TCP/IP or UDP LDAP connection to Microsoft Active Directory Domain Services or an LDAP server.

memberOf vs. groupMembership in LDAP (Liferay)

What is the difference b/n memberOf attribute and groupMembership attribute when used in LDAP Authentication settings in Liferay? The …

ldap liferay liferay-6 ldap-query ldapconnection
LDAP: How to authenticate user with connection details

I am not able to authenticate a user using LDAP. I have got following details: URL=ldap://10.10.10.10:389 LDAP BASE:DC=…

java spring ldap spring-ldap ldapconnection
LDAPException when trying to connect using userPrincipalName

We made a new enhancement to the client around LDAP, to enable login using userPrincipalName. He was earlier using sAMAccountName …

active-directory ldap ldapconnection
Warning: ldap_bind(): Unable to bind to server: Invalid credentials PHP and LDAP

I'm trying to connect to an LDAP server to authenticate user credentials. I've found a few users with this same …

php ldap ldapconnection
Retrieve all users and their roles from LDAP using Java

I have a Web application. For LDAP I am using Apache Directive Studio. I want to get all the users …

java ldap openldap ldap-query ldapconnection
Codeigniter Application with LDAP Authentication

Without codeigniter i am able to use ldap_connect() but in the codeigniter project i want to use ldap connection …

php codeigniter authentication ldap ldapconnection
PHP ldap_connect() problems

I am trying to get ldap_connect to work properly. It will work fine via CLI, but not when I …

php apache ldapconnection
What's the difference in using distinguished name with cn or uid when logging into LDAP?

I'm running into a problem using LDAP to authenticate logins. We are using a Novell edirectory for authentication of other …

ldap ldapconnection distinguishedname edirectory
Error 0x80005000 with LdapConnection and LDAPS

Before I start, I've already visited Unknown Error (0x80005000) with LDAPS Connection and changed my code and while it did …

c# asp.net ldap ldapconnection
PHP - Catch timeout exception from ldap_connect()

I've written a little monitoring script in PHP, which should monitor a virtual directory and it's active directories. Everything works …

php timeout ldap ldapconnection