Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Did you find any way to get your exception?

    Did you find any way to get your exception?
  2. Replies
    1
    Views
    186

    Any ideas or possible solutions for this one?

    Any ideas or possible solutions for this one?
  3. Replies
    1
    Views
    186

    Kerberos Login for Mobile Users

    When users access our web application via regular workstations on a network kerberos authentication is triggered.

    Now when they acces the web application via mobile and tablets they are presented...
  4. We are facing the exact same issue on upgrade to...

    We are facing the exact same issue on upgrade to spring security 3.1.1 and upgrading the spego the latest extension. We are also using JDK 7.0.

    Is this a known issue? Were you able to ever get it...
  5. Here is a link to a post from October 26 2012 on...

    Here is a link to a post from October 26 2012 on stackoverflow.

    http://stackoverflow.com/questions/13087731/spring-security-kerberos-spnego-extension-error-access-is-denied

    Clearly this is...
  6. JDK 7.0 and Spnego Extension don't work!

    We have upgraded our JDk to 7.0, spring security to 3.1.1 and upgraded kerberos extensions to 1.0.0.M2.

    We first had to patch M2 extensions for the Base64 encoder.

    Now after tons of debugging...
  7. Spring Security Kerberos extensions fails when we use encryption type AES128

    Kerberos in Spring App does not seem to work with any other encryption type besides default (RC4-HMAC-NT) for the ktpass command. Disregarding DES encryption because it is easy to break, I tried to...
  8. Synchronization and Transaction Issue

    We have a service layer which brings in documents into the system, which are then added to a batch. Below is skeletal of the two methods.

    @Transactional(propagation = Propagation.REQUIRED,...
  9. Kerberos Failing with full domain name

    As per Mike's blog , we must specify the fully qualified domain name when accessing out application.

    IN our case we do have the KDC_NAME=TSTVMWIN2K8R2.MARVEL.LOCAL and the REALM=MARVEL.LOCAL set...
  10. Replies
    1
    Views
    874

    Once a user calls a destroy on a...

    Once a user calls a destroy on a SinlgeDirContextSource, if a subsequent request came to the ldap template to perform an operation, will a new connection be accquired?
  11. Replies
    1
    Views
    874

    Paging 40,000 users

    We are trying to page 40,000 users and we get a OperationNotSupportedException.

    How should we get paging to work in 1.3?

    I tried using the SingleContextSource, that doesn't work at all for me....
  12. Application server specific bean creation for security,how to leverage @Configuration

    So a little back ground, we have incorporated Spring Kerberos security into our application.

    It works great in sun java. To make it work for WEbsphere, which uses IBM jre we use the containers...
  13. Can you post your entire web.xml file. I am...

    Can you post your entire web.xml file.

    I am trying something similar, but spring security is overriding my container authentication.

    I want to use websphere just for authentication SSO and...
  14. Replies
    0
    Views
    740

    Kerberos and Webshpere

    I would like to use Kerberos when my app is deployed on Webshpere.

    We have managed to make it work in JBoss how do we get it to work in the same way in Websphere?

    We followed Mike's Blog to...
  15. Replies
    3
    Views
    1,192

    This will work if Kerberos fails. What should...

    This will work if Kerberos fails.

    What should be done if FireFox does not return at all?
  16. Did you get a fix for your issue?

    Did you get a fix for your issue?
  17. Replies
    3
    Views
    1,192

    Kerberos and FireFox

    We have Kerberos working greate from IE.

    To make it work in firefox I set the value of my web app URL in this property network.negotiate-auth.trusted-uris.

    While this works, ideally with...
  18. I am trying to get this to work , by referring to...

    I am trying to get this to work , by referring to Mike's Blog.

    In his blog he uses the following tag in the spring-security.xml file.


    <sec:http entry-point-ref="spnegoEntryPoint">
    ...
  19. SpringSecurityFilterChain and Kerberos

    We are using SpringSecurityFilterChain as we have a number of custom filters.

    We would like to upgrad to spring security 3.0.5,and use kerberos.

    How do I specify the SpnegoEntryPoint when I use...
  20. Replies
    7
    Views
    4,475

    Solution

    For your ldap port use Global Catalog port.
  21. Replies
    7
    Views
    4,475

    Global Catalog

    Trying querying the global catalog in AD.

    Look at java sun forums in jndi.

    Referral exceptions are apparently not generated.

    I think the port is 3869 for Global Catalogs everything else...
  22. Referrals and PageResultsRequestControl in Active Directory

    We are trying to integrate with an Active Directory server and pull in users from the ldap server into our database.


    What I would like to ideally do is, use the PageResultsRequestControl object...
  23. Replies
    7
    Views
    4,475

    I supplied the JNDI/Ldap property for referral as...

    I supplied the JNDI/Ldap property for referral as follow.

    For a customer we still get PartialResult Exceptions.

    I need help in the following regard

    1. Is there any documentation on how the...
  24. Replies
    7
    Views
    4,475

    Referrals and Active Directory

    Is there any way in which referrals can be handled in Active Directory using spring ldap.

    If I set referrals to ignore, will it ignore referrals in search results and continue to the next element...
  25. Connecting to different ldap servers

    We have a customer requirement, where the customer has different ldap servers for different departments.

    They would like a user to be authenticated against different ldap, based on which server...
Results 1 to 25 of 58
Page 1 of 3 1 2 3