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 create and add users to a group in Jenkins for authentication?

I choose to use "Jenkins's own user database" security realm for user login as I couldn't use LDAP in my …

security ldap hudson openid jenkins
How to connect with Java into Active Directory

I am using Weblogic, Ejb3.0. Java 1.6 I need to access Active Directory via Java code. I read about several ways (…

java jakarta-ee active-directory ldap kerberos
using wildcards in LDAP search filters/queries

I have very limited knowledge in AD and LDAP queries so I have a simple question on how to use …

filter active-directory ldap wildcard
How to get all the AD groups for a particular user?

I checked this post already. But it doesn't answer my question. I want to get all the active directory groups …

c# .net active-directory ldap directoryservices
ldapsearch over ssl/tls doesn't work

I am trying to use ldapsearch over ssl/tls connection, but it doesn't work: ldapsearch -ZZ -d 5 -b "cn=Users,…

ldap starttls
LDAP query in python

I want to execute the following query in the ldap ldapsearch -h hostname -b dc=ernet,dc=in -x "(&(…

python ldap ldap-query
How to enable LDAP with PHP 7.0 in Ubuntu server?

I have recently upgraded Ubuntu to version 16.04 and PHP to version 7. However, the ldap connection is not working. How to …

php ldap
Can't Bind for successful connection

I am trying to test a connection to AD using OpenLDAP and this is what I try on the command …

command-line ldap
How to save the LDAP SSL Certificate from OpenSSL

I wanted the SSL Certificate of my LDAP Server which is Novell eDirectory. I have used openssl to connect to …

ssl ldap openssl ssl-certificate edirectory
Connecting to LDAP from C# using DirectoryServices

I am trying to connect to an edirectory 8.8 server running LDAP. How would I go about doing that in .Net? …

c# ldap directoryservices novell edirectory