Enforce logon passwords from the Jazz IDE
Does anyone experienced any problem after enforce logon passwords from the Jazz IDE. Jazz server leverage on LDAP authentication and after the change made on web.xml:
change from the following:
<web-resource-collection> <web-resource-name>secure</web-resource-name>
<url-pattern>/secure/*</url-pattern> </web-resource-collection>
.
.
.
To this:
<web-resource-collection> <web-resource-name>secure</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
few users experienced some authentication problem.
Thanks
change from the following:
<web-resource-collection> <web-resource-name>secure</web-resource-name>
<url-pattern>/secure/*</url-pattern> </web-resource-collection>
.
.
.
To this:
<web-resource-collection> <web-resource-name>secure</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
few users experienced some authentication problem.
Thanks
One answer
antonio_sanso@ie.ibm-dot-com.no-spam.invalid (asanso) wrote in news:fgnile
$csn$1@localhost.localdomain:
Which problem ? :) They are not challenged ? Their uid/password is not
recognized ? They have error accessing resources ?
--
Christophe Elek
Serviceability Architect
IBM Software Group - Rational
$csn$1@localhost.localdomain:
few users experienced some authentication problem.
Which problem ? :) They are not challenged ? Their uid/password is not
recognized ? They have error accessing resources ?
--
Christophe Elek
Serviceability Architect
IBM Software Group - Rational