[Fedora-directory-commits] dsgw/config list-Auth.html.in,1.4,1.5

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Dec 22 19:50:16 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/config
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16211/dsgw/config

Modified Files:
	list-Auth.html.in 
Log Message:
Resolves: bug 471681
Bug Description: DSGW authenticate multi-result hyperlinks broken
Reviewed by: nhosoi (Thanks!)
Fix Description: 1) The quoting was a bit off.  The DSGW code adds double quotes at the beginning and end of the javascript.  We have to use %22 to have DSGW emit double quotes in the right places where other double quotes are needed.
2) If you are attempting to auth as a real user, and you have password policy on such that the user must change the password after reset, and you are using a binddn instead of the default anon, the auth screen would not prompt you for your old password, because it thought you were already bound as the binddn.  The binddn is not a real user in this case, and so should not be considered when testing for "bound".
Platforms tested: RHEL5
Flag Day: no
Doc impact: no



Index: list-Auth.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/list-Auth.html.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- list-Auth.html.in	20 Mar 2008 02:18:40 -0000	1.4
+++ list-Auth.html.in	22 Dec 2008 19:50:14 -0000	1.5
@@ -89,7 +89,7 @@
 <!-- DS_ENTRYBEGIN -->
 <TR>
 <TD NOWRAP>
-<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "href=javascript:authSubmit('--value--'); onMouseOver=%22window.status='Click to authenticate'; return true;%22" -->
+<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "href=javascript:authSubmit('--value--');%22 onMouseOver=%22window.status='Click to authenticate'; return true;" -->
 <TD NOWRAP>
 <!-- DS_ATTRIBUTE "attr=title" -->
 




More information about the Fedora-directory-commits mailing list