ldap
Difference between mod_auth_ldap and mod_authnz_ldap
We use LDAP for Subversion access using Apache httpd. We originally had all of our Subversion repositories accessible by all users using the following:[详细]
2023-03-30 07:56 分类:问答Add atribute to a existing user in LDAP with JAVA
i\'m trying to modify a existing user and add a attribute to him. I\'m using the following code: Attributes attrs1 = new BasicAttributes(true);[详细]
2023-03-30 06:10 分类:问答exception calling CertFreeCertificateContext during callback using PInvoke to access ldap functionality
I am getting access violation exceptions when running the code below when the CertFreeCertificateContext method is invoked.[详细]
2023-03-29 23:38 分类:问答Spring Security LDAP Bind Authenticator Verifies Only First 8 Characters of a Password
My web application uses Spring Security for authentication and authorisation. The authentication is pre-authenticated via a corporate SSO. However, as a fallback, the application uses a form based log[详细]
2023-03-29 21:47 分类:问答How to enable user via LDAP in AD?
In my program (jldap-based) I trying to enable user in AD by setting userAccountControl value to 512.[详细]
2023-03-29 20:13 分类:问答How to query LDAP for email addresses of posixGroup members?
I am running an OpenLDAP server with groups of type posixGroup and users of type inetOrgPerson. I need to extract the email address attribute for the users in a specified group.[详细]
2023-03-29 17:57 分类:问答How can I test LDAP connection using JNDI
I get an exception javax.naming.NameNotFountException: [LDAP: error co开发者_StackOverflow社区de 32 - No Such Object]; remaining name = \'DC=my-company, DC=group\'[详细]
2023-03-29 12:18 分类:问答IIS basic authentication and Active directory
I am trying to figure out how to set the default domain in IIS when choosing basic authentication. I have an LDAP string but I\'m quite clueless as to how to extract the inform开发者_JS百科ation I nee[详细]
2023-03-29 03:19 分类:问答login on site without password and user name use user form active directory domain
I have a question. I have a site on apache2.2. I need provide th开发者_运维技巧is feature for client.[详细]
2023-03-29 02:11 分类:问答How to populate LDAP authorities from Active Directory LDAP using Spring security?
We are using spring security to authenticate users from LDAP in our application. The authentication part is working properly but the authorization part is not working.[详细]
2023-03-29 01:48 分类:问答