Open GoogleCodeExporter opened 9 years ago
See my comment to XSLTForms mailing list:
http://sourceforge.net/mailarchive/message.php?msg_id=28499171
We should just need to connect the HTTP server which serves the XForm to the
same LDAP as Fedora, and require authenticated user access to the XForm.
Original comment by Conal.Tuohy
on 6 Dec 2011 at 12:52
Tested on andsdb-dc19-dev with Safari 5 for Windows.
Edited /etc/httpd/conf.d/xforms.conf to add LDAP and htpasswd file-based Basic
HTTP authentication. User accounts will be checked against LDAP first and then
the /etc/httpd/.htpasswd file, to which I have added a fedoraAdmin user with
the same password as specified in Fedora's file at
/home/fedora-user/fedora/server/config/fedora-users.xml
Logging in as fedoraAdmin will load the form from Apache httpd, and the browser
will then pass those credentials on automatically to Fedora when loading and
saving.
Original comment by Conal.Tuohy
on 6 Dec 2011 at 3:56
Original comment by Conal.Tuohy
on 6 Dec 2011 at 4:08
Original issue reported on code.google.com by
Conal.Tuohy
on 6 Dec 2011 at 12:50