11
votes
8answers
444 views
What does LDAP solve?
I've been in touch with LDAP in many projects I've been involved in but, the truth be told, I don't really understand it. I thought it was just a person directory but after I discovered that it can …
8
votes
4answers
2k views
what are the differences between ldap and active directory?
what are the differences between ldap and active directory?
7
votes
4answers
1k views
LDAP through Ruby or Rails
I've been attempting to hook a Rails application up to ActiveDirectory. I'll be synchronizing data about users between AD and a database, currently MySQL (but may turn into SQL Server or PostgreSQL).
…
6
votes
5answers
295 views
Why aren’t companies using LDAP as a central repository for other than users?
In every larger company I worked for they used LDAP as a way to access the central repository of user information, but very few have taken efforts to extend the schema to include objectClasses that …
6
votes
1answer
1k views
svnserve with LDAP
I would like to know how to setup an SVN repository with LDAP authentication.
I do not want to use Apache DAV though.
6
votes
6answers
2k views
Authenticating against active directory using python + ldap
How do I authenticate against AD using Python + LDAP. I'm currently using the python-ldap library and all it is producing is tears.
I can't even bind to perform a simple query:
import sys
import …
5
votes
6answers
1k views
LDAP Java library
We are using J2EE to develop a security product that relies on LDAP for authentication and role-based user management.
The team has implemented this using the JNDI but we have run into various …
5
votes
5answers
459 views
Managing large user databases for single-signon.
How would you implement a system with the following objectives:
Manage authentication,
authorization for
hundreds of thousands of existing users currently tightly integrated with a 3rd party …
5
votes
1answer
413 views
Mail Storage Quota Checker in C#
We have a requirement to build a tool for users in an Intranet scenario.
The tool should check how much percentage of the Mailbox Quota (set in Active Directory) is being used.
Currently, they can …
4
votes
1answer
48 views
How to divide responsibility between LDAP and RDBMS
I'm a lead developer on a project which is building web applications for my companies SaaS offering. We are currently using LDAP to store user data such as IDs, passwords, contanct details, …
4
votes
2answers
100 views
Which ldap object mapper for python can you recommend?
I have to synchronize two different LDAP servers with different schemas. To make my life easier I'm searching for an object mapper for python like SQLobject/SQLAlchemy, but for LDAP.
I found the …
4
votes
1answer
215 views
Authenticating users using Active Directory in Client-Server Application
I've been asked to provide support for authenticating users against an Active Directory in our existing client server application.
At the moment a user supplies a user name and password from a …
4
votes
3answers
259 views
Web login using windows credentials
We have an intranet site on our corporate network (SharePoint 3). If I look at it via Internet Explorer - I'm already logged in. If I look at it using Firefox I have to enter my windows username & …
4
votes
6answers
367 views
Could someone please explain LDAP?
I often hear things like "Can we load our employee info using LDAP?" Yet, the title "Lightweight Directory Access Protocol" makes me think of it as a protocol rather than a physical database …
4
votes
7answers
3k views
Authenticating against Active Directory with Java on Linux
Hello,
I have a simple task of authenticating against Active Directory using Java. Just verifying credentials and nothing else. Let's say my domain is "fun.xyz.tld", OU path is unknown, and …
