Search:

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

Search: Search took 0.02 seconds.

  1. Wow, thanks for the reply. I would try your...

    Wow, thanks for the reply. I would try your suggestion except I left the position on 15 August. It was an awful place to work and I'm much happier not being there but I did have to leave behind a few...
  2. I can show you what I did, hopefully that will be...

    I can show you what I did, hopefully that will be of some help. Let me know if you need more info. First I have an interface:


    public interface IPasswordUtil {

    boolean Change( String...
  3. JMS DefaultMessageListenerContainer recovery fails

    Hi

    I am using Sun's Open Message Queue and if I restart the broker my client fails to reconnect. Any assistance with this would be greatly appreciated :confused::


    INFO | jvm 1 |...
  4. That worked perfectly, thanks Luke. I guess one...

    That worked perfectly, thanks Luke. I guess one of the issues I'm finding is that while the javadocs are pretty good, they don't really provide idiomatic usage of the classes/methods and there...
  5. Thanks for the response Luke.

    Thanks for the response Luke.
  6. How to programmatically re-authenticate LDAP user

    Hello again, I'm writing a method to allow a user to change their own password in an OpenLDAP repository. In order to allow the user to change the password I want to first re-authenticate the user in...
  7. Replies
    2
    Views
    1,474

    Thanks for the reply Luke, I will admit to being...

    Thanks for the reply Luke, I will admit to being a little confused about how that was supposed to work.
  8. Replies
    2
    Views
    1,474

    LDAP and isAccountNonExpired()

    Hi

    I'm trying to figure out what if any support there is for the LdapUserDetailsImpl methods isAccountNonExpired(), isAccountNonLocked() etc. I can't find anywhere a reference to which ldap...
  9. Replies
    1
    Views
    775

    FWIW, the problem was that I hadn't provided...

    FWIW, the problem was that I hadn't provided credentials for an acegisecurity identity in my applicationContext.xml so it was trying to use anonymous access to search for user roles.



    <bean...
  10. Replies
    4
    Views
    1,088

    FWIW, the problem was that I hadn't provided...

    FWIW, the problem was that I hadn't provided credentials for an acegisecurity identity in my applicationContext.xml so it was trying to use anonymous access to search for user roles.



    <bean...
  11. Replies
    4
    Views
    1,088

    Yep, I've already tried that forum and received...

    Yep, I've already tried that forum and received no response and thought I would try a little cross pollination. At this stage I guess I'm just stuck with allowing more anonymous access than I really...
  12. Replies
    4
    Views
    1,088

    Anonymous bind required for roles

    Kia ora

    I am using openldap to store user information for logging into a web app with acegisecurity providing authentication. I'm trying to secure my openldap repository and discovered that in...
  13. Replies
    1
    Views
    775

    Anonymous bind required for roles

    Kia ora

    I am using openldap to store user information for logging into a web app with acegisecurity providing authentication. I'm trying to secure my openldap repository and discovered that in...
  14. Replies
    2
    Views
    1,168

    Frankly I don't buy that, the information is...

    Frankly I don't buy that, the information is read-only and associated with the user and attaching it as attributes at login provides a convenient location for accessing the information during the...
  15. Replies
    2
    Views
    1,168

    Help to access LDAP attributes in JSP

    Kia ora

    I have a cold so I apologise if I'm not entirely coherent.

    I am using ldap for authentication in a struts/spring/acegisecurity application. There are a bunch of ldap attributes I want...
  16. Replies
    1
    Views
    2,820

    Sorted

    OK, as usual after posting I figured out what I was doing incorrectly - my directory service was using a distinguished name beginning with "cn" instead of "uid". So while it couldn't match using a...
  17. Replies
    1
    Views
    2,820

    Using BindAuthenticator userDnPatterns

    Hello

    I've been trying to get ldap authentication to work using the BindAuthenticator. I have finally succeeded by using the FilterBasedLdapUserSearch bean. My question is why hasn't it...
Results 1 to 17 of 17