Menu

#410 Created by to 'DefaultAppPool' instead of set to 'username'.

Future_Requests
open
None
1
2018-06-26
2018-06-25
Tom Li
No

For some strange reason, our MRBS 1.7 installation has defaulted to setting the repeat type on each new user booking created by to 'DefaultAppPool' instead of set to 'username'.
Have you come across this before?
Is there an entry I can put in the config file to set it back to each username?
Any help you can offer will be gratefully received.

1 Attachments

Discussion

  • Campbell Morrison

    What have you got $auth['type'] and $auth['session'] set to? After you login, what username appears in the top right hand corner?

     
    • Anonymous

      Anonymous - 2018-06-26

      Hi,
      Our config.inc.php settings below:
      $auth["session"]="nt";
      $auth["type"]="none";
      After when I login, no username appears in the top right hand corner. Thanks for your help.

      Cheers,
      Tom

       

      Last edit: Campbell Morrison 2018-06-26
  • Campbell Morrison

    Assuming you are using IIS, then I think what you need to do is

    1. Enable Windows Authentication in IIS:

    • Go to Control Panel
    • Click Programs >> Programs and Features
    • Select "Turn Windows Features on or off" from left side.
    • Expand Internet Information Services >> World Wide Web Services >> Security
    • Select Windows Authentication and click OK
    • Restart Windows.

    2. Go to IIS Manager -> Authentication:

    • Enable Windows Authentication
    • Disable Anonymous Authentication
    • Restart IIS
     
    • Anonymous

      Anonymous - 2018-06-26

      Hi Campbell,

      I will try your advice and Thanks very much for your help.
      Could you please have a look at our another settings for config.inc.php ok or not?
      The settings below:

      $auth["session"]="http";
      $auth["type"] = "ldap";
      $auth["user"]["master"] = "xxxxxxxx";
      $auth["admin"][]="master";
      $ldap_host = "172.17.213.3";
      $ldap_port = 389;
      $ldap_v3 = true;
      $ldap_tls = false;
      $ldap_base_dn = "ou=Woolcock Staff List,dc=woolcock,dc=local";
      $ldap_user_attrib = "uid";
      $ldap_dn_search_attrib = "sAMAccountName";
      $ldap_dn_search_dn = "cn=administrator,cn=Users,dc=domain,dc=local";
      $ldap_dn_search_password = "xxxxxxxx";
      

      Cheers,
      Tom Li

       

      Last edit: Campbell Morrison 2018-10-19