danselvey Posted January 30, 2013 Posted January 30, 2013 Hi, I'm having an issue with the booking system, when I logon as a Domain Admin i am able to get into the booking system. When a staff member logs in there is no link for the booking system and if i type the URL I get "Error: Unauthorised access". I have added the correct groups to "BookingSystem/Web.config" and the OUs are added and AD info checked in the setup. On another note, if i follow the instructions of denying anyone but domain admins to the setup.aspx in the Web.config it prevents me from having access, even though i am in the Domain Admins group. Any suggestions appreciated. Thanks, Dan
nickbro Posted January 30, 2013 Posted January 30, 2013 Check that each resource in the booking system is set to showto="All", leaving it blank will redirect users to the unauthorised page because they have no booking resources to use
danselvey Posted January 31, 2013 Author Posted January 31, 2013 Hi, Thanks for the reply, however it did not help. The link isn't showing on a staff members screen and still getting unauthorised, i am also periodically getting "The (&(objectCategory=user)(objectClass=user)(|(userPrincipalName=)(distinguishedName=)(name=))) search filter is invalid." Error when i link to /bookingsystem/ directly and the user has to sign in first. Have i missed a step somewhere? Thanks
nickbro Posted January 31, 2013 Posted January 31, 2013 Hmm, it looks like you've removed the web.config file from the booking system directory that stops non-logged in users. Can you post your bookingsystems config of the hapConfig.xml file
danselvey Posted January 31, 2013 Author Posted January 31, 2013 Hi, i managed to sort it, it was the showto option on the individual rooms and equipment i had not set. Also i has some screwy permissions on the files, which i sorted. Thanks for the help & the software.
danselvey Posted January 31, 2013 Author Posted January 31, 2013 However on another issue, i'm getting "method not allowed" when trying to delete bookings, also when i make a new booking, i need to refresh the page to see it. Thanks
nickbro Posted January 31, 2013 Posted January 31, 2013 Do you have WEBDAV installed on the same server? You will need to override the local configuration in IIS Manager to disabled the webdav handler/module
danselvey Posted February 1, 2013 Author Posted February 1, 2013 Ah, that worked, WebDav was installed on the site but disabled. I removed the module from the site and it resolved the issue. Thanks Again
Manny21555 Posted October 21, 2014 Posted October 21, 2014 Hi Guys, We are experiencing the same issue at our school. I've added a couple of pictures here To show you our setup. Could you help?
nickbro Posted October 21, 2014 Posted October 21, 2014 Check WEBDAV, if it's enabled disable it and try again Check ~/bookingsystem/web.config
Manny21555 Posted October 22, 2014 Posted October 22, 2014 Hi Nick, WEBDAV is not installed at all. Here is exact copy of our Web config: --- Could you help me with this Cheers, Nath
nickbro Posted October 22, 2014 Posted October 22, 2014 You need to change the authorization rules in that file, they reference my school
Manny21555 Posted October 22, 2014 Posted October 22, 2014 Hi Nick, I've sent you a private message Cheers, Many
Manny21555 Posted October 24, 2014 Posted October 24, 2014 Hi All, This now the problem we have. We need to change the "Years". Could you point me in the right direction ? Picture is attached.
nickbro Posted October 24, 2014 Posted October 24, 2014 ~/app_data/hapConfig.xml On each resource, look for Years="inherit", replace inherit with a comma separated list of years you want 1
Manny21555 Posted October 24, 2014 Posted October 24, 2014 Hi Nick, Thanks for that worked 100%! Cheers, Manny
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now