ldap
CVS certificate authentication
I have Ubuntu CVS server running and the users access the repositories from Eclipse with LDAP credentials. I\'m asked to do a certificate kind of login to CVS from eclipse along with ldap credentials.[详细]
2023-04-10 21:51 分类:问答How to find whether ldap server is up and running?
I have currently installed OID (Oracle Internet Directory) and created some roles and users in them. I intend to access them using LDAP commands.[详细]
2023-04-10 17:03 分类:问答java program unable to authenticate against ldap
I have written a small program to authenticate againstldap. import javax.naming.*; import javax.naming.directory.*;[详细]
2023-04-10 13:31 分类:问答Apache, SSL Client certificate, LDAP authorizations
I posted this question on serverfault.com, but I had no answer, so I\'m trying here... Is it possible to mix mod_ssl and 开发者_如何学编程mod_auth_ldap so that the authentication is done with the clie[详细]
2023-04-10 12:24 分类:问答LDAP Export: Need to change DN on export
I\'m trying to export the DN from Active Directory, but rather than have the CN equal to the displayName, need it to be the SAMAccountName.Can anyone help with this?I\'ve tried adfind with the -replac[详细]
2023-04-10 09:30 分类:问答Search LDAP and create CSV File
I have written the following program which connects to two LDAP stores, compares the attributes and based on the outcome, creates a new csv file. I have run into a problem though.[详细]
2023-04-10 05:22 分类:问答Check credentials against an LDAP server
Assume an application that can be configured to use an LDAP server - be it ActiveDirectory, or OpenLDAP etc. - for authenticating its users and retrieving some additional information about them for au[详细]
2023-04-10 02:48 分类:问答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[详细]
2023-04-09 23:29 分类:问答Limiting the attributes returned in an LDAP query
How do I limit the attributes that are returned in an LDAP query through System.DirectoryServices? I have been using a DirectorySearcher and adding the properties that I want to DirectorySearcher.Pr[详细]
2023-04-09 20:05 分类:问答LDAP : Check if a user is member of a group
I found several sample on Stackoverflow and over the web but any work. I\'d like to check is a user is member of a specific group (or subgroup). When I try with a username who not exist in the Active[详细]
2023-04-09 19:13 分类:问答