Hi,
I'm trying to get MRBS configured with single signon. I'm using IIS7 on a
virtual 2008 server. On login I'm prompted for username/pw and I can log
in with school accounts. However when I book a room all bookings are
showing as being created by "DefaultAppPool". Also all users seem to have
admin rights and can delete/edit bookings. Any ideas what I'm missing in
my configuration?
Windows authentication has been enabled with NTLM set at the top of the
list. All other authentications are disabled. 'Connect As' is set
to 'application user'. My config file is as follows:
config.inc.php
$auth["session"] = "nt"; // How to get and keep the user ID.
$auth["type"] = "none"; // How to validate the user/password.
// The list of admins (can modify other peoples settings).
unset($auth["admin"]); // Include in config.inc.php
$auth["admin"][] = "192.168.3.113"; // localhost IP address
$auth["admin"][] = "administrator"; // A username from user list
Many thanks,