Active Directory « Java EE « Spring Q&A





1. Use PasswordComparisonAuthenticator with Active Directory    forum.springsource.org

Hello Guys, I'm a newbee to Spring, could anyone tell me if he/she had success with using PasswordComparisonAuthenticator with MS-AD with simple configuration ? I kept getting org.springframework.ldap.NoSuchAttributeException (LDAP Error 16). ...

2. Active Directory cert changed. Now factory errors out.    forum.springsource.org

Active Directory cert changed. Now factory errors out. A predecessor developed a Java class that reads/write from/to Active Directory via Spring 2.5's ldap.pool.factory.PoolingContextSource and ldap.core.support.LdapContextSource Thing were running fine for years, ...

3. Multiples Inner OU in Active Directory    forum.springsource.org

Multiples Inner OU in Active Directory Hi, Active directory Server has a tree domain and several organization units (ou): Tree: -mydomain -ou1 -ou2 -ou21 -ou22 -ou3 I can login user into ...

4. SP SEC 3.1.0RC3 and the new active directory provider    forum.springsource.org

SP SEC 3.1.0RC3 and the new active directory provider After trying to get the LDAPprovider to work with a MS AD 2008 server and getting thoroughly frustrated, I thought I would ...

5. Active Directory Authentcation failing with BadCredentialsException    forum.springsource.org

Code: package uk.co.formfill.dfweb.security; import java.io.IOException; import javax.naming.NamingEnumeration; import javax.naming.NamingException; import javax.naming.directory.Attribute; import javax.naming.directory.Attributes; import org.acegisecurity.ldap.DefaultInitialDirContextFactory; import org.acegisecurity.ldap.search.FilterBasedLdapUserSearch; import org.acegisecurity.providers.ldap.authenticator.BindAuthenticator; import org.acegisecurity.userdetails.ldap.LdapUserDetails; import org.springframework.context.support.AbstractXmlApplicationContext; import org.springframework.context.support.FileSystemXmlApplicationContext; import uk.co.formfill.dfcommon.util.DfCommonBaseDaoTestCase; public class BareBonesActiveDirectoryLdapSpringIntegrationTest extends ...

6. Problems binding against Active Directory    forum.springsource.org

Problems binding against Active Directory Hello everyone, first of all I'd like to apologize if this issue has been already solved in this forum, but I've been a while looking here ...

7. Non-english Active Directory - group search fails    forum.springsource.org

It looks like the entries are different in the two systems - i.e. they have different names. ONe has a comma in the actual name and one doesn't. Are they supposed ...

8. Integrating Jasperserver with Active Directory    forum.springsource.org

Hi, I am trying to configure Jasperserver with active directory. modified the applicationContext-security.xml file as specified. However I get following error. 12:17:36,373 WARN LoggerListener,http-8090-Processor18:55 - Authentication event AuthenticationFailureBadCredentialsEvent: madhavig; details: org.acegisecurity.ui.WebAuthenticationDetails@7798 ...

9. Blocked, locked or expired accounts in Active Directory    forum.springsource.org

2009-10-01 16:56:39,670 DEBUG [org.springframework.context.support.ClassPathXmlAp plicationContext] --





10. Active Directory problem    forum.springsource.org

Active Directory problem Hi all, I receive the following exception when connecting to an AD: Code:

11. Active Directory Character Encoding Problem    forum.springsource.org

Code: 00000000 30 73 02 01 01 60 6e 02 01 03 04 55 63 6e 3d 64 0s...`n. ...Ucn=d 00000010 62 6b 75 6e 64 65 6e 2c 6f 75 ...

12. Active Directory Configuration problems    forum.springsource.org

Active Directory Configuration problems We have 2 separate individuals attempting to configure acegi with ads. With the following configuration we are getting a BadCredentialsException. The authentication portion of our configuration is ...

13. Active Directory - Auto Login    forum.springsource.org

Active Directory - Auto Login Hi I'm developing a swing application and I'm looking for some ideas how to implement an auto login feature using spring security. The use case I ...

14. Integrating SSO with Active Directory using dynamic controller discovery    forum.springsource.org

Hi there, Is there a way to integrate application security to get SSO functionality with authentication/authorization done via Active Directory, but with controller address being dynamically discovered using DNS-based methods? As ...

15. Authorities at multiple locations in an active directory    forum.springsource.org

Authorities at multiple locations in an active directory As it stands, we have groups (authorities) located in two (or more) locations in our AD. ...

16. Active Directory and anonymous searches    forum.springsource.org

Active Directory and anonymous searches Hello - I've searched and searched these forums and the web for an answer to my issue and haven't found a solution that has worked for ...