OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP).

learn more… | top users | synonyms

0
votes
0answers
6 views

How can I ensure Apache HTTPD server works with OpenLDap installed on my computer?

I have the following modules installed on my computer: openldap-2.2.13-12.el4_8.2 nss_ldap-253-7.el4 According to the documentation Apache can work with more than one LDAP module: ...
0
votes
1answer
13 views

Active Directory authentication through ssl as anonymous user

I'm able to authenticate Active Directory with a user configured for ContextSource lifetime using Spring-ldap. My Spring xml configuration looks lilke this: <bean id="ldapTemplate" ...
0
votes
0answers
5 views

Encryption password algorithms on OpenLDAP

a question about OpenLDAP. Where can I find some informations about OpenLDAP supported password encryption algorithms on last version (2.4.35)?
0
votes
1answer
13 views

adding user to LDAP through java application causes group search

I have a spring application that adds users to slapd. the users are added and associated to a group. the application is modularized and different modules have the ability to create a user to be added ...
0
votes
0answers
9 views

Exposing user details stored in Oracle DB to an LDAP server

We currently have a very large, custom built user database (Oracle DB) that we'd like to expose using standard technologies, specifically LDAP, to allow application that we don't manage to ...
-1
votes
2answers
10 views

Kerberos with LDAP Installation [closed]

i wanted to install openldap with kerberos when i try this command : "/etc/init.d/krb5-kdc start" i got error : krb5kdc: cannot initialize realm EXAMPLE.COM - see log file for details log file : ...
0
votes
1answer
16 views

How to do unindexed searches in OpenLDAP

I am trying to run a search on openldap database with a filter that consist of unindexed attributes but it is failing and not returning any result. When I check the openldap debug logs, I can see the ...
2
votes
3answers
80 views
+50

Unable to bind sample program to LDAP server via SSL (ldaps://)

I have a sample program here that is trying to connect to LDAP server on the secured port (ldaps://) However, the sample program is not able to bind to the server. #define LDAP_DEPRECATED 1 #include ...
0
votes
1answer
44 views

Accessing Active Directory using C

I tried the following code after a few modifications in the code from http://www-archive.mozilla.org/directory/csdk-docs/example.htm. # include <stdio.h> # include "ldap.h" int main( int argc, ...
0
votes
1answer
36 views

How to disable certificate validation for LDAP authentication on Windows?

I am writing a sample client (coded in C/C++) for authenticating user via LDAP. The client is developed for both Windows and Linux. For Linux, I am using OpenLDAP library compiled with --with-tls ...
1
vote
2answers
35 views

ssl connection from an openLDAP client to an IBM LDAP

I've got problems connecting secure (SSL) to an IBM LDAP server using an openLDAP client. A connection like the following, which is not using SSL works fine: ldapsearch -h <LDAP server host ...
0
votes
3answers
60 views

How to authenticate user in Apache Directory [closed]

I'm trying to authenticate user using Apache Directory server. User configuration is : DN : uid=spakira,ou=users,ou=system URL : ldap://localhost:10389/uid=spakira,ou=users,ou=system Java Code : ...
0
votes
1answer
31 views

ppolicy with openldap - pwdReset has no effect when logging in from Ubuntu

We installed ppolicy overlay on our ldap server. Password policies work correctly for locking out user after X incorrect password attempts, but we can't enforce user to change his password. When we ...
0
votes
0answers
23 views

VLAN and Active Directory: complementary or substitute?

I recently encountered a network design that heavily implements VLANs but does not make use of a dedicated identity and access management system such as Active Directory or OpenLDAP. And yet another ...
0
votes
0answers
11 views

Integrated LDAP SASL with krb5

We are using LDAP for storing our organization information. We integrated the same with our machine to authenticate the users. What we feel , LDAP is less secure for authentication mechanism. So we ...

1 2 3 4 5 25
15 30 50 per page