Tagged Questions

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

learn more… | top users | synonyms

7
votes
1answer
238 views

LDAP integration with jBilling

How can i use LDAP authentication for jBilling?
5
votes
2answers
4k views

How do I manually install an old cygwin package?

A project I am working on requires an old version of SLAPD (the LDAP server) and must run on Windows, hence I am using cygwin packages: I've found a binary package of slapd version I need 2.2.x ...
4
votes
3answers
106 views

Issues logging in ldap root DN

I almost been stuck a day on the following issue, I installed LDAP using: apt-get install slapd and use the following configuration: include /etc/openldap/schema/core.schema include ...
4
votes
4answers
364 views

Calling system commands from Perl

In an older version of our code, we called out from Perl to do an LDAP search as follows: # Pass the base DN in via the ldapsearch-specific environment variable # (rather than as the "-b" paramater) ...
4
votes
4answers
5k views

How do I clone an OpenLDAP database

I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here I go: I'm supposed to move an application from one redhat server to another, ...
3
votes
0answers
350 views

SVN authentication to Active Directory using SASL and OpenLDAP

I have been following all of the guides I found online to get a working svnserve + SASL + OpenLDAP configuration and I had everything working for about a day and then after playing with svn+ssh for a ...
3
votes
1answer
370 views

Pyramid (Pylons/repoze.bfg) LDAP authentication

Have anybody ever tried to use authentication mechanisms through LDAP / AD (OpenLDAP / ActiveDirectory)? Any middleware to automate these things?
3
votes
1answer
511 views

Testing LDAP Connections to Active Directory Server

I'm writing a Linux application that accesses a LDAP server (currently OpenLDAP). I would like to also test the application with an Active Directory server since that might be used in production. Is ...
3
votes
1answer
145 views

what are aliases in ldap

What are aliases in ldap (referenced for example here php.net/ldap) Are they pointers to other objects in the system not directly under the object where the alias is found?
3
votes
2answers
735 views

Pros and cons of using LDAP for external users

I work for a company with multiple public-facing web sites. Some of these sites are built using third party products (Moveable Type, myBB, Trac and others). We also have a couple of bespoke sites ...
3
votes
6answers
2k views

Windows 7 OpenLDAP Curl DLL Dependency Hell

I really hope someone can be of help to me because this problem has me totally stuck and frustrated. Yesterday I installed a fresh and shiney new Windows 7 x64 onto a development box. I got VS2008 ...
2
votes
2answers
120 views

Querying custom LDAP property via System.DirectoryServices in C#?

I have a custom LDAP schema installed on my OpenLDAP server which is as follows: attributeType ( 999.0.01 NAME 'picturePath' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch ...
2
votes
2answers
156 views

Using LDAP as auth method to manage git repositories

Does anyone have experience using LDAP as auth method to manage Git Repositories, my boss prefers using LDAP than other tools. Any suggestion will be help! More detailed information will be very ...
2
votes
4answers
182 views

programatically querying LDAP permissions

Is there any way to programatically query an OpenLDAP 2.4 server to find out what attributes of some object a user is allowed to modify? Or any way to tell the server to ignore modifications that the ...
2
votes
1answer
351 views

How to build a openldap library for iphone on OSX?

I am trying to build openldap-2.4.23 library for iOS3 and 4 but when I try to run configure I get error : >./configure --disable-slapd --disable-shared --enable-static --host=arm-apple-darwin ...
2
votes
1answer
323 views

Openldap: Is that possible to use “userPassword” instead of “2.5.4.35” for pwdAttribute?

I am using Openldap 2.4.11 in Fedora Core 13. I am trying to create a password policy: dn: cn=default,ou=policies,dc=estream,dc=com,dc=my objectClass: person objectClass: pwdPolicy objectClass: top ...
2
votes
1answer
363 views

C++ using ldap_bind from ldap.h

I'm trying to use ldap_bind, but get an this error. error: âldap_bindâ was not declared in this scope code: #include <lber.h> #include <ldap.h> #include <stdlib.h> #include ...
2
votes
1answer
569 views

How can I use OpenLDAP as the store for OpenAM under Ubuntu?

I realize there are a number of sources on how to get OpenLDAP set up under Ubuntu, or how to configure data stores for OpenAM (formerly OpenSSO). Some that seem most useful to me are: ...
2
votes
2answers
1k views

OpenLDAP and SSL

I am having trouble trying to connect to a secure OpenLDAP server which I have set up. On running my LDAP client code java -Djavax.net.debug=ssl LDAPConnector I get the following exception trace ...
2
votes
1answer
1k views

C# How to add an entry to LDAP with multiple object classes

I'm trying to create a new user record into OpenLDAP with object classes person and uidObject. The problem seems to be that with System.DirectoryServices.DirectoryEntry I've found only a way to add a ...
2
votes
2answers
580 views

Paged ldap_search in OpenLDAP to get around size limit?

We are currently in the process of migrating from an aged proprietary directory service to OpenLDAP. Today we ran into the problem that ldap_search_ext_s or ldapsearch in general does not return any ...
2
votes
2answers
6k views

Active Directory vs OpenLDAP

What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good websites about this topic?
2
votes
3answers
4k views

Adding a static library to an iPhone project

The motivation for this question is me trying to get LDAP functions to work with an iPhone application which is a project I'm attempting for part of my dissertation. When I was developing the ...
2
votes
1answer
11k views

Connecting to OpenLDAP server in vbScript via openDSObject

I have code that works correctly to connect to an Active Directory server: Dim oDSObj: Set oDSObj = GetObject("LDAP:") Dim oAuth: Set oAuth = oDSObj.OpenDSObject("LDAP://ldap.domain.com", ...
1
vote
1answer
36 views

Django project bug tracked with redmine, same users

I'm creating a project using Django. For this project I use git and redmine. I'd like to have the same users on my Django project as in redmine. What do you suggest ?
1
vote
0answers
69 views

slapd not launching [closed]

I have a slight problem with the openldap server installed with Mac OS X 10.6.8 (regular, not server). When I launch slapd in a terminal, it stops itself after 1 or 2 seconds... I just have the time ...
1
vote
2answers
56 views

How can I change username or email or phone number information in LDAP?

I have this script through which I can change my LDAP password but I also want to change my username or full name or email or phone number. How can I do that? When I echo out the records I only get ...
1
vote
3answers
35 views

How to get only the most specific objectClass from AD server using openLdap?

When using ldap_search to get users from Ad server, I get for each entry several objectClasses. I'm interested only in the most specific objectClass in the classes hierarchy. How do I get it? for ...
1
vote
1answer
64 views

how can I AJAX form authentication?

I have a login screen with username and password credentials that are validated throught a php script. once a user enters their username and password and hits submit. authenticate.php does an LDAP ...
1
vote
2answers
136 views

how can I get ALL LDAP entries?

I know how to LDAP bind for authentication which uses search but what can I do if I want ALL of the entries of Full Names...So how can I get the Full names or emails of ALL the people?? Below I use ...
1
vote
1answer
31 views

LDAP server configuration

I am trying to configure a LDAP server for network based system authentication for lab users. I have no domain for my network. But in slapd.conf file for the server configuration the suffix parameters ...
1
vote
1answer
56 views

openldap and memberof property

I'm trying to make auth with LDAP (Zend_Ldap) and using openldap server. Groups objects implements two classes: posixGroup and top Users objects implements two classes: inetOrgPerson, posixAccount and ...
1
vote
1answer
225 views

LDAPException: Invalid Credentials (49) Invalid Credentials with grails

These are the imports that I am using: import com.novell.ldap.*; import java.io.UnsupportedEncodingException; and I am trying to do a very simple password validation that I found at: ...
1
vote
1answer
110 views

OpenLDAP olcMirrorMode

I am trying to use the Openldap dynamic configuration. I have an error being displayed as I try and add in the following : add: olcMirrorMode olcMirrorMode: TRUE error(80) additional info: database ...
1
vote
1answer
348 views

Best practice for authentication and authorization for spring based java application

In our organization we are developing an ldap based Authentication, and Authorization with Single Sign On on feature. Upon developing this generic module, there will be tens of other modules which ...
1
vote
1answer
54 views

OpenLDAP user record insertion for authentication

I installed Open Ldap for windows in windows XP i want to Insert user information in Open Ldap. I don't now how to insert user information(like uid,mail,sn,password..etc). I tried with LDAP Admin ...
1
vote
2answers
332 views

Decrypting OpenLDAP passwords

I have a set of users in my OpenLDAP and i wish to get some information from them, for example "cn" and "userPassword". However when i retrieve these details the password isnt in plain text even ...
1
vote
1answer
205 views

Openldap supportedControl Password Policy

Openldap supportedControl listed: 1.3.6.1.4.1.42.2.27.8.5.1 (Password policy) Using .Net DirectoryServices.Protocols, I've exhausted all possible methods of retrieving the response information ...
1
vote
2answers
49 views

configure line for openldap

I'm using command prompt in Windows XP to run this line for OpenLDAP. I've gone to the directory containing the configure file, but when I input "./configure", it gives me " '.' is not recognized as ...
1
vote
0answers
65 views

Configuring OpenLdap on WinXp

Now i have OpenLdpa installer for window. Version is 2.4.23. I have installed OpenLdap, and i can get address book from browser by ldap://localhost. And i want to know how to configure OpenLdap. After ...
1
vote
1answer
53 views

How to use a variable in an LDAP command in C?

I would like to use a variable in the ldap command ldap_search_s in C. I used strcat to create the string i needed. The error is "bad search filter". I'm pretty sure it has something to do with the ...
1
vote
2answers
235 views

LDAP proxy to addd jpegPhoto to results

I want to build or implement some sort of LDAP proxy that will intercept the LDAP response from our corporate server and tack on a jpegPhoto to each entry which will load the persons image from our ...
1
vote
1answer
227 views

Java LDAP Authentication

I am trying to use LDAP for authentication. I am using the OpenLDAP library by Novell to do this (http://www.openldap.org/jldap/). My issue is that it wants a full Distinguished Name to ...
1
vote
1answer
201 views

Fetching LDAP Schema in Java

I'm trying to fetch the schema of an LDAP entity. I've been advised to use Novell's open sourced LDAP library, which seems to be quite good. I found an example called GetAttributeSchema, which ...
1
vote
2answers
195 views

How to update ldap with ldif backups?

I have an openldap ldif backup file daily that I want to replicate in other server. I add the data with slapadd -v -l file.ldif but Can I update the changes that have occurred in my other ldap ...
1
vote
1answer
1k views

OpenLDAP configuration error ldap_bind: Invalid credentials (49)

I'm using Ubuntu 10.4 server and I'm trying to configure OpenLDAP as a protocol for authentication for SVN and other services. However I quite don't understand how ldap works and after setting a ...
1
vote
2answers
542 views

Configure OpenLDAP inside Unbuntu 10.04 server for svn user and group administration

After configuring apache2 and svn inside ubuntu 10.04 serve I'm pretending to install OpenLDAP to use LDAP protocol to configure and administrate users and groups with the svn repositories. However ...
1
vote
0answers
956 views

How to configure OpenLDAP Proxy/Cache to cache all queries

Ok, this is an OpenLDAP newby question so bear with me. I haven't been able to find a straight answer on the webinets, so here we go: Note: The ultimate goal is to have an OpenLDAP server set up as a ...
1
vote
1answer
219 views

Modify entry in OpenLDAP directory

I have a large Openldap directory. In the directory the display name property for every is filled but i need to modify these entry and make it like "givenName + + sn". Is there are way i can do it ...
1
vote
0answers
2k views

Ubuntu 10.04 (Lucid) OpenLDAP invalid credentials issue [closed]

This won't be a question, but a solution to an infuriating problem on Ubuntu 10.04. If you tried to deploy an LDAP server using this distro following the tutorials below, you'll be on serious trouble. ...

1 2 3 4