David Sam Butler | 3 Jul 2006 08:31
Picon

defining room and area admin

Hi All,
 
How do you asign users to be specific room or area admins.....?
 
thanks
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Diaz, Denis (CIP | 4 Jul 2006 19:17

ldap authentication

Hi,

 

I’m trying to configure booking for ldap authentication, but it doesn’t work… I made changes in conf file:

 

$ldap_host = "10.10.10.5:3268";

$ldap_base_dn = "dc=cip,dc=cgiarad,dc=org";

$ldap_user_attrib = "sAMAccountName";

 

I’m trying a validation to Active Directory, I’m attaching config.inc.php. I made this validation with other applications and there are working fine.

 

Thanks for your support.

 

Denis Díaz

Attachment (config.inc.php): application/octet-stream, 16 KiB
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
John Beranek | 5 Jul 2006 14:04
Picon
Favicon

Re: ldap authentication

Diaz, Denis (CIP) wrote:
> Hi,
> 
>  
> 
> I’m trying to configure booking for ldap authentication, but it doesn’t
> work… I made changes in conf file:
> 
>  
> 
> $ldap_host = "10.10.10.5:3268";

This needs to be:

$ldap_host = "10.10.10.5";
$ldap_port = 3268;

John.

--

-- 
John Beranek                         To generalise is to be an idiot.
http://redux.org.uk/                                 -- William Blake

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Jamie Reynolds | 5 Jul 2006 15:11
Picon
Favicon

Re: ldap authentication

A user has logged in but for some reason can't book??

I asked then to cut and paste the access denied message they were being
shown. They emailed me this

http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&day=6&
month=7&year=2006&hour=17&minute=00&duration=1&dur_units=hours&rooms%5B%5D=2
2&type=A&rep_type=0&rep_end_day=6&rep_end_month=7&rep_end_year=2006&rep_num_
weeks=&returl=http%3A%2F%2Fwww.depotx.co.uk%2Fmrbs%2Fedit_entry_handlerVan.p
hp%3Fname%3Dthecutups%26day%3D6%26month%3D7%26year%3D2006%26hour%3D17%26minu
te%3D00%26duration%3D1%26dur_units%3Dhours%26rooms%255B%255D%3D22%26type%3DA
%26rep_type%3D0%26rep_end_day%3D6%26rep_end_month%3D7%26rep_end_year%3D2006%
26rep_num_weeks%3D%26returl%3Dhttp%253A%252F%252Fwww.depotx.co.uk%252Fmrbs%2
52Fadmin.php%26room_id%3D22%26rep_id%3D0%26edit_type%3Dseries&room_id=22&rep
_id=0&edit_type=series
<http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&day=6
&month=7&year=2006&hour=17&minute=00&duration=1&dur_units=hours&rooms%5B%5D=
22&type=A&rep_type=0&rep_end_day=6&rep_end_month=7&rep_end_year=2006&rep_num
_weeks=&returl=http%3A%2F%2F>
<http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&amp;d
ay=6&amp;month=7&amp;year=2006&amp;hour=17&amp;minute=00&amp;duration=1&amp;
dur_units=hours&amp;rooms%5B%5D=22&amp;type=A&amp;rep_type=0&amp;rep_end_day
=6&amp;rep_end_month=7&amp;r>

Can anyone see anything wrong with this?

Interestingly, If I'm logged in as an administrator and click on this link
it makes the booking in the name of 'thecutups' which is who can log in but
can't book??

Help! :)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Cooper, Mike | 5 Jul 2006 15:14

Moving database and folders

I am getting ready to move my web server to a different server and don’t know if it is possible to move the mysql database and PHP files for MRBS or do I need to start over again.

This e-mail message has been scanned by MailMarshal from Marshal Software, an email content filter.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Tim Bates | 5 Jul 2006 15:29
Picon
Gravatar

Re: Moving database and folders

Best bet (though Im no expert) would probably be to use mysqldump to 
dump the required database into a text file, then re-import it on the 
new server.
That's my thoughts on it (and probably how I'd do it). Others may have 
other (better?) ideas.

Tim

Cooper, Mike wrote:

> I am getting ready to move my web server to a different server and 
> don’t know if it is possible to move the mysql database and PHP files 
> for MRBS or do I need to start over again.
>
> ------------------------------------------------------------------------
>
> This e-mail message has been scanned by *MailMarshal *from *Marshal 
> Software*, an email content filter.
>
> ------------------------------------------------------------------------
>
>------------------------------------------------------------------------
>
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>mrbs-general mailing list
>mrbs-general <at> lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/mrbs-general
>  
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Tim Scott | 5 Jul 2006 15:40
Picon

Re: Moving database and folders

no, no need.

Make sure that you have the same or a later version of php and mysql running on your new server.

copy your mrbs folder from the webserver area on your old server into your new server.

using the mysqldump command, dump the mrbs database.

copy the file to your new server.

On your new server, create the mrbs database then issue the command (from the unix prompt)

mysql -uyour_mysql_user_name -p mrbs < whatever_you_called_the_file

Regards

Tim

ps this is simplified and may need slight adjustment depending on your OS etc
_______________________________________________________________________
Tim Scott - tscott <at> as.edu.au 
Computing Teacher, The Armidale School, Armidale, 2350
AUSTRALIA    0427 277 702

On 05/07/2006, at 11:14 PM, Cooper, Mike wrote:

I am getting ready to move my web server to a different server and don’t know if it is possible to move the mysql database and PHP files for MRBS or do I need to start over again.

This e-mail message has been scanned by MailMarshal from Marshal Software, an email content filter.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
mrbs-general mailing list

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
Phil Greer | 5 Jul 2006 15:39
Picon
Favicon

Re: Moving database and folders


The mrbs dir is pretty portable. I move it from machine to machine all the time for testing/updgrades.  You simply need to change some variable like the dbserver (if you are not using localhost) and whatnot. For the database itself. I would recommend doing a mysqldump either via command line or with phpmyadmin and then importing the dumpfile on the new server. In general it is good to use mysqldump for db backups from time to time anyway (daily, weekly, monthly) depending on how much data you are willing to loose.

-Phil Greer



On Jul 5, 2006, at 9:14 AM, Cooper, Mike wrote:

I am getting ready to move my web server to a different server and don’t know if it is possible to move the mysql database and PHP files for MRBS or do I need to start over again.

This e-mail message has been scanned by MailMarshal from Marshal Software, an email content filter.


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
_______________________________________________
mrbs-general mailing list

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
mrbs-general mailing list
mrbs-general <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-general
MyRealBox | 6 Jul 2006 02:33
Picon

Intergrated accounting packages?

Hello mrbs-general list members,

     I have a requirement to intergrate/link a room booking system
     (such as MRBS) with an accounting package to provide a
     top-to-bottom room booking and charging system.

     Do any of the list members have such a system?

     Do you have any suggestions as to what may fulfil this
     requirement?

     Thanks...

--

-- 
Best regards,
 HenryH                          mailto:hhinoz <at> myrealbox.com

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jamie Reynolds | 6 Jul 2006 10:08
Picon
Favicon

A user has logged in but for some reason can't book??

A user has logged in but for some reason can't book??

I asked then to cut and paste the access denied message they were being
shown. They emailed me this

http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&day=6&
month=7&year=2006&hour=17&minute=00&duration=1&dur_units=hours&rooms%5B%5D=2
2&type=A&rep_type=0&rep_end_day=6&rep_end_month=7&rep_end_year=2006&rep_num_
weeks=&returl=http%3A%2F%2Fwww.depotx.co.uk%2Fmrbs%2Fedit_entry_handlerVan.p
hp%3Fname%3Dthecutups%26day%3D6%26month%3D7%26year%3D2006%26hour%3D17%26minu
te%3D00%26duration%3D1%26dur_units%3Dhours%26rooms%255B%255D%3D22%26type%3DA
%26rep_type%3D0%26rep_end_day%3D6%26rep_end_month%3D7%26rep_end_year%3D2006%
26rep_num_weeks%3D%26returl%3Dhttp%253A%252F%252Fwww.depotx.co.uk%252Fmrbs%2
52Fadmin.php%26room_id%3D22%26rep_id%3D0%26edit_type%3Dseries&room_id=22&rep
_id=0&edit_type=series
<http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&day=6
&month=7&year=2006&hour=17&minute=00&duration=1&dur_units=hours&rooms%5B%5D=
22&type=A&rep_type=0&rep_end_day=6&rep_end_month=7&rep_end_year=2006&rep_num
_weeks=&returl=http%3A%2F%2F>
<http://www.depotx.co.uk/mrbs/edit_entry_handlerVan.php?name=thecutups&amp;d
ay=6&amp;month=7&amp;year=2006&amp;hour=17&amp;minute=00&amp;duration=1&amp;
dur_units=hours&amp;rooms%5B%5D=22&amp;type=A&amp;rep_type=0&amp;rep_end_day
=6&amp;rep_end_month=7&amp;r>

Can anyone see anything wrong with this?

Interestingly, If I'm logged in as an administrator and click on this link
it makes the booking in the name of 'thecutups' which is who can log in but
can't book??

Help! :)

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane