Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. ok, that's correct, that's like the one I'm using Server=cri-svr-002;Database=hap;User Id=hap;Password=x Which page do you get this error on?
  2. Thanks. Yep, you need a link in the group for it to work properly
  3. Are you using standard forms authentication or Windows authentication inside HAP? What's the connection string you are now using?
  4. v10 is scheduled for the end of Half Term, so end of the Month
  5. Errrrr, don't know on that one, don't think so but I'll try and look into it for a future release
  6. Try moving the English group above the Me tab group, see what happens, apart from that I know there's a few fixes in v10 that fix some things with adding homepage links
  7. You can send documents to google docs/skydrive from the right click menu. But it can't come back the other way
  8. Hi Matt, currently the hashtag is for referencing another ticket. At this moment, tagging on tickets isn't something I'm thinking of. Also, forgot to add this one to the list of stuff done Pick up Computer name from DNS if PC is internal (same stuff as for kerberos) - Done - 7/2/14
  9. See: Home Access Plus+ - Documentation
  10. uptime needs to use a computer name not an ip, you may need other bits in the link. Create the link from the GUI and then change the type
  11. Got some bad news for you guys, I'm not going to be able to do everything I wanted for the v10 release, hopefully some of these items will make it into the v10.x release. I'm hoping to get HAP+ working correctly on Windows Server 2012 R2 as I'm moving my HAP+ install onto that. I'll make a new help video on what to install.
  12. Sorry, I can't quite figure out why it's not showing the homepage, it's a baffling error if the other pages are working
  13. Click on the more information link at the bottom it should give you instructions to fix it
  14. Don't comment out that line, that line is needed for HAP+ to run in any way shape or form. (modules runAllManaged.....)
  15. Machine Key: Yep The other won't be out until v10, so hold off on that for a mo
  16. You could of course use just alphanumeric
  17. Right, the plan is you will need a key and a salt, as well as doing the asp.net machine key stuff. The plan is, by default these will not be visible or shown or have any value, at which point HAP+ auto generates them based on the machine name, but you can override HAP+. Suggestion is go to Random String Generator | Strong Password Generator The Salt will be one of the Alphanumeric + special character strings The Key will be all of the Alphanumeric + special character strings on the page So at the time of writing a test Salt would be: dfcjtyxYA!l#3um1 and the Key would be: eGGb49-nZ+JFo.?2emQEHifDKlG@oiEDZ7O@fBc1oWFNTzO?VrypKN@g!w6iPKVARwq=!C=jly=1!H!Q_s2F3%W.n*g,y,zbuZ5po.IJvBJq5D31=5F__o=ic0hL8QWC
  18. End of the month, hopefully
  19. It's going to be in v10, it's not there yet
  20. nickbro

    iCacls

    This is the one I've used @echo off REM Create list of folders dir /a:d /b "c:\Home Directories" >C:\users.txt REM Read each line from just created text file... for /f "tokens=*" %%G in (C:\users.txt) do ( takeown /f "c:\Home Directories\%%G" /r /d y icacls "c:\Home Directories\%%G" /setowner "domain\%%G" /T /C /Q icacls "c:\Home Directories\%%G" /T /C /Q /RESET echo. ) Takeown takes ownership then you set the owner and reset the permissions
  21. I know how to fix it, it just wont be fixed until the v10 release. You will also need to set a machine key in the web.config file so ASP.net can share session keys. ASP.NET Machine Key Generator - developer Fusion ASP.net version 2 should do the trick. But that's just asp.net, HAP+ is another story and it'll be something like
  22. HAP+ uses some machine specific info for some of the encryption stuff. I'll add the option to allow it to use a preset key that you can make.
  23. Some new pics: http://t.co/e3U1QIPJa6, http://t.co/uHMsvQvWAN, http://t.co/BFL7o1WqhF
  24. Logs are stored in the Application Event Log on the server hosting hap.
  25. Hmm, ok, that error is to be expected, it throwing you straight to unauthorized.aspx isn't. Can you tell me the full URL that was accessed when you got unauthorized?
×
×
  • Create New...