I\'m researching a security model for our web portal, we have decided to use a partner that requires the users (and passwords) to be stored in some kind of LDAP.
I chose to write a java program to take back up of my LDAP entries in LDIF file and also would like to rollback the modifications using 开发者_开发问答the back up LDIF files, if needed.
One of my clients wants to know why a user can not log in to the 开发者_运维知识库portal. The portal uses the client\'s LDAP.
Both new added objects and updated objects are returned in DirSync search results, from Active Directory server.
This is开发者_开发问答 the filter I am using: (&(ObjectClass=user)(employeeID=*)(mail=*)) And I get back what I need. However, there are way too many results return and so I want to only get th
We\'re using LDAP to au开发者_运维百科thenticate users against a large Active Directory setup. We want to extract the list of all groups from Active Directory so that we can mirror them in a local dat
Here\'s the setup: I\'m using Django with MySQL for a web app. I want to add CouchDB for storing user data. I want to have CouchDB\'s API\'s exposed so that clients can connect directly to CouchDB (fo
These are the imports that I am using: import com.novell.ldap.*; import java.io.UnsupportedEncodingException;
We\'re using LDAP to authenticate users. The other side of the LDAP pipe is a very large Active Directory implementation. We\'re finding that the authentication query is taking too long (15 seconds an
What is the difference b/n memberOf attribute and groupMembership attribute when used in LDAP Authentication settings in Liferay?开发者_StackOverflow社区