Did you find any way to get your exception?
Type: Posts; User: zbhiwandiwala; Keyword(s):
Did you find any way to get your exception?
Any ideas or possible solutions for this one?
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...
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...
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...
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...
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...
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,...
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...
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?
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....
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...
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...
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...
This will work if Kerberos fails.
What should be done if FireFox does not return at all?
Did you get a fix for your issue?
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...
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">
...
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...
For your ldap port use Global Catalog port.
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...
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...
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...
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...
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...