Skip to content
Snippets Groups Projects
Commit f2589547 authored by Martin Haase's avatar Martin Haase
Browse files

cumulative minor mods

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@11983 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 5815902e
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ else if (isset ($_REQUEST["Sid"]) && strlen($_REQUEST["Sid"]) > 0 ) { ...@@ -101,7 +101,7 @@ else if (isset ($_REQUEST["Sid"]) && strlen($_REQUEST["Sid"]) > 0 ) {
if (strlen ($missing) > 0) { if (strlen ($missing) > 0) {
$util->printAuthFailure("Failure authenticating at TextGrid Community Account Server", $util->printAuthFailure("Failure authenticating at TextGrid Community Account Server",
"Could not authenticate, no $missing provided. In case you forgot your password, please use the button below.", "Could not authenticate, no $missing provided. In case you forgot your password, please use the button below.",
$_REQUEST["loginname"], isset ($_REQUEST["loginname"]) ? $_REQUEST["loginname"] : "(null)",
null ); null );
} else { } else {
$util->printAuthFailure("Failure authenticating at TextGrid Community Account Server", $util->printAuthFailure("Failure authenticating at TextGrid Community Account Server",
......
...@@ -23,7 +23,7 @@ if ($authZinstance == null) { ...@@ -23,7 +23,7 @@ if ($authZinstance == null) {
</head> </head>
<body> <body>
<h2>TextGridLab Login</h2> <h2>TextGridLab Login <div style="color:red;">Wrong endpoint, basic Authentication possible yet!</div></h2>
<table border="1" rules="cols" cellpadding="4"> <table border="1" rules="cols" cellpadding="4">
<tr> <tr>
<td align="center" valign="top"> <td align="center" valign="top">
......
...@@ -72,7 +72,7 @@ function MachLeer () { ...@@ -72,7 +72,7 @@ function MachLeer () {
<td>If your school is not listed among the organizations on the <td>If your school is not listed among the organizations on the
DFN-AAI page, or if you encounter problems during log-in, you are DFN-AAI page, or if you encounter problems during log-in, you are
welcome to <b>request a textgrid.de account</b> using the form welcome to <b>request a textgrid.de account</b> using the form
on <a href="http://www.textgrid.de/beta/installation.html">http://www.textgrid.de/beta/installation.html</a>. on <a href="http://www.textgrid.de/1-0/registrierung.html">http://www.textgrid.de/beta/installation.html</a>.
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<key name="filter">(uid=${login})</key> <key name="filter">(uid=${login})</key>
<key name="IDattribute">eduPersonPrincipalName</key> <key name="IDattribute">eduPersonPrincipalName</key>
<key name="name">TextGrid Community Authentication Server</key> <key name="name">TextGrid Community Authentication Server</key>
</authn> <key name="setAttributesDN">cn=Manager,dc=textgrid,dc=de</key> <key name="setAttributesPW">***secret</key> </authn>
<authz instance="rbac1"> <authz instance="rbac1">
<rbacbase>http://www.example.org/rbac1/</rbacbase> <rbacbase>http://www.example.org/rbac1/</rbacbase>
<sessioncreator> <sessioncreator>
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
<setnamessecret>secret1</setnamessecret> <setnamessecret>secret1</setnamessecret>
</authz> </authz>
<authz instance="rbac2"> <authz instance="rbac2">
<termsOfUse>
<version>1.0b</version>
<text>/var/Nutzungsordnung_en_200611.txt.html</text>
</termsOfUse>
<rbacbase>http://www.example.org/rbac2/</rbacbase> <rbacbase>http://www.example.org/rbac2/</rbacbase>
<sessioncreator> <sessioncreator>
<user>user2</user> <user>user2</user>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment