Spring Projects Issues
Spring Projects Issues
[Mike Wiesner](https://jira.spring.io/secure/ViewProfile.jspa?name=mikewiesner) said: This is definitely something we wanted to include, but we need some more time to have a solution which works in all of the commonly used IBM...
[Grant Cermak](https://jira.spring.io/secure/ViewProfile.jspa?name=grantcermak) said: Here's the github repository for these changes: git://github.com/grantcermak/Spring-Security-Kerberos-with-ActiveDirectory.git
[Grant Cermak](https://jira.spring.io/secure/ViewProfile.jspa?name=grantcermak) said: And here is the http link: https://github.com/grantcermak/Spring-Security-Kerberos-with-ActiveDirectory
[Rene Charbonneau](https://jira.spring.io/secure/ViewProfile.jspa?name=hlpinform) said: Is this version (http://repo.springsource.org/snapshot/org/springframework/security/kerberos/spring-security-kerberos-core/1.0.0.CI-SNAPSHOT/) the same as krb-1.1.0.M1? Because I could not find version 1.1.0.M1 at this http://repo.springsource.org/snapshot/org/springframework/security/extensions/ or this http://repo.springsource.org/milestone/org/springframework/security/extensions/ location. I need to know that...
[Borut Hadžialić](https://jira.spring.io/secure/ViewProfile.jspa?name=borut) said: Hello, I am implementing kerberized HttpInvoker communication for my current assignment. So far I have a simple and crude implementation that works in simple tests (eg. few...
[Borut Hadžialić](https://jira.spring.io/secure/ViewProfile.jspa?name=borut) said: Sorry for unformatted code - i though { code:java } macros worked here. Also the code is a bit messy (for example there should be no method...
[Borut Hadžialić](https://jira.spring.io/secure/ViewProfile.jspa?name=borut) said: I made an article with code examples that builds on http://blog.springsource.com/2009/09/28/spring-security-kerberos/ and deals with: - Spnego Kerberos with Spring Security - Kerberized HttpInvoker - Kerberized Oracle per-user...
[André Schäfer](https://jira.spring.io/secure/ViewProfile.jspa?name=aschaefer) said: I implemented a modification of the SpnegoEntryPoint to forward to a login form for example: https://github.com/spring-projects/spring-security-kerberos/pull/4
[Pavel Horal](https://jira.spring.io/secure/ViewProfile.jspa?name=pavel.horal) said: Official release would be nice because that means the artifact will make it to Maven's central repository. Now we need to make our own release and deploy...
["Jasper Blues":https://jira.spring.io/secure/ViewProfile.jspa?name=jasper.blues] said: OpenDS is another fairly robust and feature complete directory server. I've made some investigations and progress and running it as an embedded server. These include: - Getting...