Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Doh, forgot that the help desk API doesn't exist in the core package anymore, will need to tell HAP+ not to generate that tile unless the helpdesk is installed as well.
  2. Looks like the install is missing the the hap.web.configuration dll or the most up to date version. Check you have the latest version from codeplex
  3. The error message is telling you where to look, line 94 of the web.config file seems to be wrong, if you can post that line, or better yet the section it's in we can help
  4. I believe we removed this requirement in v10.2
  5. See http://www.edugeek.net/forums/home-access-plus/107138-unhandled-security-exception-v8-7-iis-7-5-a.html#post917758
  6. It should work, it may be that HAP+ isn't processing the groups correctly, can you go to https://%hap.domain%/hap/api/ad/roles/%username%, and see what it lists as the roles available, and if they match. Copy and paste the role name into the hapConfig.xml file, just incase there is a difference
  7. NickB => nickbro
  8. Did you try the version above? It should create a log file with any error messages
  9. No Hyper-V doesn't need System Centre It's Easier, you install the Hyper-V role in Windows Server Hyper-V is free with Windows, Windows Server comes with 1 free Virtual Server License Hyper-V is just a case of installing Windows Server on the base server, either standard or hyper-v version. On the standard you just then install the hyper-v hypervisor: Hyper-V - Wikipedia, the free encyclopedia
  10. Can't quite figure out why it can't pull the AD data out, that's most odd
  11. HAP+ doesn't work well with multiple domains, that may be the issue here, you may need to setup a HAP+ for each child domain.
  12. Looks all ok to me, odd. Can you confirm your UPN is the FQDN of your domain, e.g. my domain is crick, but it's UPN is crick.internal. Don't use a server specific FQDN
  13. Hmm, ok, something with your AD setup isn't working as it should. Can you copy your AD config section from the hapConfig.xml file? Minus the username/password/key bits
  14. hmm, looks like the system isn't able to parse your AD infrastructure properly, did you change username to your username? e.g. /HAP/api/ad/roles/nick
  15. The notifier is by design, it will prompt them if their username logs on else where I've attached a version of the tracker which seems to work correctly HAP Logon Tracker Installer.zip
  16. You need to use HTTPS for the whole connection, you cannot use HTTPS offloading
  17. try putting the /silent before the url? or /silent, I can't remember how I set that one
  18. Reset their roaming profile on the server. If that fails, also check their username doesn't exist in the profile list in the registry
  19. If you restart IIS/recycle the app pool it shouldn't save the settings, unless you've clicked save. If you have clicked save edit the hapConfig.xml file directly. There are some bugs in the setup page
  20. Update to 10.5, which removes some the DirectEdit features which were causing this.
  21. If you're just getting authenticated users when going to that API call HAP+ isn't able to get any membership information for that user.
  22. set the my files icon in the homepage to be visible to external addresses only
  23. This code on the login page works $('input[type=text],input[type=password]').keyup(function (e) { if (e.keyCode == 13) { $("#<%=username.ClientID%>").val($.trim($("#<%=username.ClientID%>").val())); location.href = $("#<%=login.ClientID %>").attr("href"); } else if (e.keyCode == 220 || e.keyCode == 222) { alert("Please enter just your username"); $(this).val($(this).val().substr(0, $(this).val().length - 1)); } }); I just tested it, as soon as I typed \ or @ I get the warning and it removes the @ or \ sign
  24. Meraki System Manager is still free, it's the enterprise version that is paid for https://meraki.cisco.com/form/systems-manager-signup
  25. See Hyper-V - Wikipedia, the free encyclopedia, Hyper-V Server 2012 R2 has the same capabilities as the standard Hyper-V role in Windows server 2012 R2 and supports 1024 active VMs
×
×
  • Create New...