Jump to content

db260179

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation

5 Neutral

About db260179

Personal Information

  • Location
    Mulberry School For Girls
  • Homepage
    http://mulberry.towerhamlets.sch.uk
  1. looks good, but needs authentication enabled to be any use to me
  2. Let me introduce a product called SSL Explorer (http://3sp.com/showSslExplorerCommunity.do) You may of heard of SSLBridge, but this is so much more than that product. I have this installed on my Ubuntu 6.0.6.1 LAMP Server 64bit running on a HP proliant DL380G4 server.(with ubuntu-desktop enabled) 1. Goto http://sourceforge.net/project/showfiles.php?group_id=116065&package_id=125980 and download 'sslexplorer_linux_0_2_14_01.sh' (version numbers will change). You can save this file anywhere, i usually save it in the /home/*user* folder 2.Change the mode of the file executable - chmod 755 /home/*user*/sslexplorer_linux_0_2_14_01.sh 3. Execute the file as root or sudo - A gui environment must be running - gnome preferably. 4.Follow the instructions - keep the defaults, if you are going to use the AD setup then follow this flash demo for assistance - http://3sp.com/products/ssl-explorer/flash-demos/community/Installation_Wizard.htm and http://3sp.com/kb/idx/75/0/ 5.Once the setup is finished a file in the /etc/init.d/sslexplorer will be created - this is to start and stop the sslexplorer engine. Once you have followed the on screen instructions. Goto your server address - https://youserver.com - then log in. For more guidence follow the front page flash examples http://3sp.com/showSslExplorerCommunity.do Any problems give me a buzz
  3. Tried them all! Acronis 9.1 enterprise is the better of them all. We use a 500gb buffalo RAID 5 USB external drive for each server. Then a 2TB buffalo RAID 5 USB drive for Daily backups. Our strategy is - Daily changes incremental backup of the whole week on all servers, then Full backup (disk snapshot) on Saturday late night. All set to high compression - doesnt take too much time, and doesnt suck network bandwidth. With a full image from all servers saved to a portable 1TB usb drive for offsite backup. No tape drives involved as they are hopeless unreliable! P.S i did have a exabyte 10 tape autoloader - but took for ever to load the tape then find the data - in all it took 20 minutes just to restore a 10mb file. Wheres on a raid 5 backup drive it took 5 minutes. Hope this helps in your strategy?
  4. Do you have a link to his creation? I would like a look at it
  5. Some may or may not know this system. But this is a great Room booking system. Especially for schools. Most schools have microsoft Active directory systems. This software can be a right pain in the arse to get to work. Fortunately I have it working! Two config files are the main things to mess around with are 'config.inc.php' and 'auth_ldap.inc' snapshot of 'config.inc.php' ############################################### # Authentication settings - read AUTHENTICATION ############################################### $auth["session"] = "php"; # How to get and keep the user ID. One of # "http" "php" "cookie" "ip" "host" "nt" "omni" # "remote_user" $auth["type"] = "ldap"; # How to validate the user/password. One of "none" # "config" "db" "db_ext" "pop3" "imap" "ldap" "nis" # "nw" "ext". # Cookie path override. If this value is set it will be used by the # 'php' and 'cookie' session schemes to override the default behaviour # of automatically determining the cookie path to use $cookie_path_override = ''; # The list of administrators (can modify other peoples settings) $auth["admin"][] = "127.0.0.1"; # localhost IP address. Useful with IP sessions. $auth["admin"][] = "administrator"; $auth["admin"][] = "db"; <-----username from AD #$auth["admin"][] = "10.0.0.1"; #$auth["admin"][] = "10.0.0.2"; #$auth["admin"][] = "10.0.0.3"; # 'session_http' configuration settings $auth["realm"] = "mrbs"; # 'auth_ldap' configuration settings # Where is the LDAP server $ldap_host = "mulpdc.mulberry.local"; # If you have a non-standard LDAP port, you can define it here $ldap_port = 389; # If you want to use LDAP v3, change the following to true $ldap_v3 = true; # If you want to use TLS, change following to true $ldap_tls = false; # LDAP base distinguish name # See AUTHENTICATION for details of how check against multiple base dn's $ldap_base_dn = "ou=Admin,dc=mulberry,dc=local"; $ldap_base_dn = "ou=SubAdmin,dc=mulberry,dc=local"; $ldap_base_dn = "ou=Staff,ou=Users,ou=Mulberry,dc=mulberry,dc=local"; $account_suffix = "@mulberry.local"; # Attribute within the base dn that contains the username $ldap_user_attrib = "sAMAccountName"; # 'auth_ldap' extra configuration for ldap configuration of who can use # the system # If it's set, the $ldap_filter will be combined with the value of # $ldap_user_attrib like this: # (&($ldap_user_attrib=username)($ldap_filter)) # After binding to check the password, this check is used to see that # they are a valid user of mrbs. #$ldap_filter = "mrbsuser=y"; see attached files for more detailed analysis goto http://mrbs.sourceforge.net/docs.html for more info The auth_ldap.inc needs to be modified for AD usage (see attached file) Working on MRBS 1.2.5 If you need any help give me a buzz mrbs1.2.5exampleconfig.zip
×
×
  • Create New...