[Xerte] Re: Additional account?
Ron Mitchell
ronm at mitchellmedia.co.uk
Fri Sep 27 14:50:02 BST 2013
Try the attached - hope it gets through. Rename both with .php rather than
.txt
Here's the principle.
create a new very basic php page which the static login people should go to
e.g. static.php
this would be unique to your install and therefore not broken by upgrades
set a session variable in there e.g. set static to true and then redirect to
index.php
edit auth_config.php and check for that session and switch to static
authentication if that session is set
So the only page you would have to protect from upgrades is auth_config.php
which to be honest if you're upgrading regularly you need to do anyway
HTH
Ron
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: 26 September 2013 09:46
To: Xerte discussion list
Subject: [Xerte] Re: Additional account?
Yes, you can. I forget the exact details.
Normal users continue to login through the normal page.
'special' users should log in at yourtoolkits/static.php
And you configure their username / password in static.php
I think that's it. I can't remember if I need to change something to handle
the 'try ldap if fail try static' logic. Give it a whirl.
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Sheppard, Nick
Sent: 26 September 2013 09:35
To: xerte at lists.nottingham.ac.uk
Subject: [Xerte] Additional account?
Hello
Is there any way to set up an additional non-LDAP account in xot? I have a
dev install that is only synced with staff LDAP - there's no way they'll
implement for students at this stage but I've an enthusiastic academic with
an enthusiastic final year student who would like to use it.
Thanks
Nick
To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it. Please do not
use, copy or disclose the information contained in this message or in any
attachment. Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.
This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system,
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20130927/2061b65d/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: static.txt
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20130927/2061b65d/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: auth_config.txt
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20130927/2061b65d/attachment-0003.txt>
More information about the Xerte
mailing list