ldap
How to add and delete user to OpenDS using Java?
I want to add and delete users from an OpenDS server, can someone please provide some sample code?I could not find开发者_运维技巧 it anywhere, including the OpenDS wiki.The ldapmodify command has the[详细]
2023-03-28 23:00 分类:问答Apache Shiro/Active Directory integration to support SSO in a grails web application
I am working on a grails web application which uses Apache Shiro for authentication purpose. Now I have been asked to implement SSO and Active directory integration to this application. Since I am new[详细]
2023-03-28 12:26 分类:问答How to save the LDAP SSL Certificate from OpenSSL
I wanted the SSL Certificate of my LDAP Server which is Novell eDirectory. I have used openssl to connect to ldap to view the certificate.[详细]
2023-03-28 07:54 分类:问答java: ldap NamingException
I try to use LDAP authentication. public boolean login(String username, String password){ AndFilter filter = new AndFilter();[详细]
2023-03-28 03:29 分类:问答Check multiple organizational units (ou) with django_auth_ldap
Our ldap is set up so that we have multiple different organizational units (ou). I currently have a django project using django_auth_ldap to connect to our ldap server so people can login with their l[详细]
2023-03-27 23:17 分类:问答How do ldap search for email address in contacts' 2nd/3rd alternate email addresses?
I have an LDAP server with my email contacts so that I can lookup contacts by name/email, etc. However, it only seems to search and find the first email address for any contact.[详细]
2023-03-27 11:16 分类:问答How to use both database and LDAP authentication in Spring security?
We have a Sprin开发者_C百科g MVC application. We now have to integrate spring security in it. The authentication can be done using either database or using LDAP.[详细]
2023-03-27 04:51 分类:问答Why do my LDAP calls occasionally fail with these messages?
I am developing an intranet ASP.NET web application that\'s configured to use Integrated Windows Authentication. My web app needs to check user entitlements using LDAP to get user memberships, etc.[详细]
2023-03-27 01:23 分类:问答Windows Authentication in .NET application on domain
I\'m looking to create a fairly straight forward application that runs on every machine in a domain, when the user logs into the machine with their user/password it automatically logs them in over cli[详细]
2023-03-26 12:41 分类:问答LDAP validation using certificates
I\'ve read about this topic in mailing list but I didn\'t found the solution. I want validate LDAP users against Apache using the 开发者_开发知识库certificates than the user store in LDAP.[详细]
2023-03-26 06:56 分类:问答