ldap
Store LDAP users and passwords in SQL
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.[详细]
2023-04-01 00:19 分类:问答How to read/write ldif file through a java program?
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.[详细]
2023-03-31 23:31 分类:问答ldap - find out details of a user
One of my clients wants to know why a user can not log in to the 开发者_运维知识库portal. The portal uses the client\'s LDAP.[详细]
2023-03-31 19:06 分类:问答How to differentiate new added objects and updated objects in DirSync search results (Active Directory)?
Both new added objects and updated objects are returned in DirSync search results, from Active Directory server.[详细]
2023-03-31 06:15 分类:问答LDAP Filter Question
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[详细]
2023-03-31 05:12 分类:问答Group import from Active Directory via LDAP
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[详细]
2023-03-31 02:38 分类:问答Django & CouchDB - Common authentication backend
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[详细]
2023-03-31 01:04 分类:问答LDAPException: Invalid Credentials (49) Invalid Credentials with grails
These are the imports that I am using: import com.novell.ldap.*; import java.io.UnsupportedEncodingException;[详细]
2023-03-30 23:33 分类:问答What is the best performing generic LDAP query for authenticating users in AD?
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[详细]
2023-03-30 21:28 分类:问答memberOf vs. groupMembership in LDAP (Liferay)
What is the difference b/n memberOf attribute and groupMembership attribute when used in LDAP Authentication settings in Liferay?开发者_StackOverflow社区[详细]
2023-03-30 21:16 分类:问答