Search:

Type: Posts; User: codepuppet; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    922

    Nevermind... Struts2 error.

    Nevermind... Struts2 error.
  2. Replies
    1
    Views
    922

    ProxyFactory target not autowired

    Not sure if AOP, Security, or general Spring group is best for this question... so here it goes.

    I am using Struts2, Spring 3.0.5 and Spring Security 3.0.5.

    When using Security annotations on a...
  3. Try putting the keytab file in the classpath...

    Try putting the keytab file in the classpath where there are no spaces in the path. There are some issues with finding the file if it is located inside a jar or on a path that contains spaces.
  4. I am fighting with this now. What type of jar...

    I am fighting with this now.

    What type of jar would cause this to happen? Older versions of Spring?
    I have 3.0.RC1 jars along with the Spring security 3.0 jars and I get these non-whitespace...
  5. Replies
    13
    Views
    9,790

    Not sure what to do now. I also had this...

    Not sure what to do now.

    I also had this problem and it came down to two things. First, the key in the keytab file, but it looks like you have verified this. Second, my file was not able to...
  6. Replies
    13
    Views
    9,790

    My first thought is that the entry:...

    My first thought is that the entry: HTTP/uname.company.com@COMPANY.COM is not in the keytab file.

    Another possibility is that the server name 'uname.company.com' is not what the kerberos server...
  7. Replies
    13
    Views
    9,790

    I'm not sure exactly the what/why but if you put...

    I'm not sure exactly the what/why but if you put your keytab file in another part of the classpath... for example in the domain directory, the security code will find the file.

    You will see in the...
  8. Replies
    13
    Views
    9,790

    Just like the original poster... I have been...

    Just like the original poster... I have been successful at getting the extension to work under Glassfish 3, but deploying the app on Weblogic 10.3 fails with the stack trace identical to the one...
  9. Kerberos extension authentication with failover to DAO auth

    I am using the yet-to-be-released kerberos extension; which works great so far BTW. My app has two types of users... internal and external. Internal users will be SSO'd via kerberos since they are...
Results 1 to 9 of 9