+ Post New Thread
Page 32 of 52 FirstFirst ... 2228293031323334353642 ... LastLast
Results 466 to 480 of 779
Home Access Plus+ Thread, Home Access Plus+ in Projects:; Originally Posted by linkazoid I'm finally feeling like this can be rolled out to staff, but I want to add ...
  1. #466

    Join Date
    Dec 2009
    Posts
    564
    Thank Post
    8
    Thanked 36 Times in 34 Posts
    Rep Power
    13
    Quote Originally Posted by linkazoid View Post
    I'm finally feeling like this can be rolled out to staff, but I want to add some drives that can only be seen by us.

    Do I just need to add our Group ICTTechSupport to <ouobjects> in the web.config and/or somewhere else.

    Can I then do this? As currently its not working.
    Code:
    <add drive="N" name="NAS" unc="\\nas03\tech_support" enablereadto="ICTTechSupport, Domain Admins" enablewriteto="ICTTechSupport, Domain Admins" enablemove="True" />
    Thanks,

    Michael
    is the NAS binded to AD , and the correct security groups been put in place ?

    that could be your issue .

    or maybe its because you have a _ in the foldername

  2. IDG Tech News
  3. #467
    nickbro's Avatar
    Join Date
    Jul 2010
    Location
    Gilwern, Wales
    Posts
    2,685
    Thank Post
    29
    Thanked 391 Times in 329 Posts
    Rep Power
    90
    Is icttechsupport an ad group or an ou? Hap only sees ad groups not ous

  4. #468
    linkazoid's Avatar
    Join Date
    May 2007
    Location
    London
    Posts
    598
    Thank Post
    97
    Thanked 84 Times in 68 Posts
    Rep Power
    75
    icttechsupport is an AD group. Does it it need to be specified in the top section of the web.config file?

    Michael

  5. #469
    sister_annex's Avatar
    Join Date
    Jan 2009
    Location
    Wolverhampton
    Posts
    547
    Thank Post
    79
    Thanked 120 Times in 105 Posts
    Rep Power
    44
    How about you pop up your web.config file (obviously remove your passwords) and we can take a look see if there is anything we can spot?

    Mark

  6. #470

    Join Date
    Jul 2008
    Location
    Dubai
    Posts
    18
    Thank Post
    24
    Thanked 2 Times in 2 Posts
    Rep Power
    11
    Does hardocoding the adminstrator password and username in the config file create a security concern? What users are people using in the strings
    <adsettings adusername= ..... adpassword=......>

    Also, what is the studentgroupname?

    Thanks,

    patman

  7. #471

    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    3,275
    Thank Post
    606
    Thanked 1,047 Times in 651 Posts
    Rep Power
    360
    Quote Originally Posted by Patman View Post
    Does hardocoding the adminstrator password and username in the config file create a security concern? What users are people using in the strings
    <adsettings adusername= ..... adpassword=......>
    I touched on this in an earlier comment in the thread. If the server became compromised (which you have to accept as a possibility when you are publishing externally) then potentially a malicious user could gain your domain admin credentials. I used a standard user account and it worked fine for me, but I'm only really using the file access part at the moment, so I have not tested the other functionality.

  8. Thanks to AngryTechnician from:

    Patman (16th February 2011)

  9. #472
    sister_annex's Avatar
    Join Date
    Jan 2009
    Location
    Wolverhampton
    Posts
    547
    Thank Post
    79
    Thanked 120 Times in 105 Posts
    Rep Power
    44
    Quote Originally Posted by AngryTechnician View Post
    I touched on this in an earlier comment in the thread. If the server became compromised (which you have to accept as a possibility when you are publishing externally) then potentially a malicious user could gain your domain admin credentials. I used a standard user account and it worked fine for me, but I'm only really using the file access part at the moment, so I have not tested the other functionality.
    You could always set up a standard user and delegate the permissions you wish that account to have thus not opening up your Domain Admin account details, of course this will limit what users can do but like AngryTechnician, we only use it for the file access as we have no need for the other parts.

  10. Thanks to sister_annex from:

    Patman (16th February 2011)

  11. #473

    Join Date
    May 2008
    Posts
    206
    Thank Post
    2
    Thanked 27 Times in 27 Posts
    Rep Power
    11
    SOLVED - Left for information

    Great program but i've come across a 'bug', does anyone else use this to 'Hand in' work from students? What I've got is a folder on our shared drive called 'hand in' with the following privs for the students:
    - 'This folder' has List/Read privs for students
    - 'Subfolders' has List/Read/Create/Write
    - 'Subfolders and Files has Create/Write/Write Attr/Write Ex Attr/Read Permissions

    The last privs is me clutching at straws somewhat because the following occurs:

    I'm testing when a teacher creates a folder for a specific task/class underneath the 'hand in' parent folder for the pupils to place their work. The privs seem to work as intended, pupils can add a file to the folder but they cannot view any of the files. When done via HAP the upload is successful but the (silverlight) UI doesn't indicate this instead you are left with 'Uploading...' (even though the file has been 100% sent) - the HTML uploader seems to work fine.

    Should the silverlight UI show 'upload complete' or similar? Does it require any different privs to the HTML uploader?

    Thanks,

    Nick

    PS Just tried as an 'admin' user and the same thing occurs so I'm thinking this is perhaps an OSX issue - i've tried with Safari/Chrome; trying good old IE (on windows) now...

    Yep sorry its silverlight on OSX being naughty .. i'll leave this info here incase anyone else needs it.
    Last edited by nicklec; 17th February 2011 at 08:34 AM.

  12. #474
    dezt's Avatar
    Join Date
    Dec 2005
    Location
    Lancs
    Posts
    964
    Thank Post
    145
    Thanked 45 Times in 35 Posts
    Rep Power
    24
    I'm getting an error when I try and delete a file, does anyone else get this or has anyone seen this before. I have attached the error which occurs in both IE and Firefox.
    Attached Thumbnails Attached Thumbnails Home Access Plus+-error.jpg  

  13. #475
    sister_annex's Avatar
    Join Date
    Jan 2009
    Location
    Wolverhampton
    Posts
    547
    Thank Post
    79
    Thanked 120 Times in 105 Posts
    Rep Power
    44
    hmmm,

    Does the directory exist?

    Can the logged in person delete it if they access it through a normal explorer window??

    May be worth checking the perms of the item in question just in case...

  14. Thanks to sister_annex from:

    dezt (17th February 2011)

  15. #476
    dezt's Avatar
    Join Date
    Dec 2005
    Location
    Lancs
    Posts
    964
    Thank Post
    145
    Thanked 45 Times in 35 Posts
    Rep Power
    24
    Ah, i'm having a stupid moment. It's my account and my home area i'm trying to delete a file from. My area is on a NAS box which i'm testing out before I move our staff across, I just found out I hadn't given myself permissions to acess the share correctly. It all works now.

  16. #477
    sister_annex's Avatar
    Join Date
    Jan 2009
    Location
    Wolverhampton
    Posts
    547
    Thank Post
    79
    Thanked 120 Times in 105 Posts
    Rep Power
    44


    lol

  17. #478
    dezt's Avatar
    Join Date
    Dec 2005
    Location
    Lancs
    Posts
    964
    Thank Post
    145
    Thanked 45 Times in 35 Posts
    Rep Power
    24
    OK, ive got this working quite well at the moment, but i just can't figure out how to create the file for the booking system upload from sims so it can auto populate the timetable. Can someone please help?

  18. #479
    nickbro's Avatar
    Join Date
    Jul 2010
    Location
    Gilwern, Wales
    Posts
    2,685
    Thank Post
    29
    Thanked 391 Times in 329 Posts
    Rep Power
    90
    It isn't very well implemented at this time. When we get our timetable in SIMS i'll be able to write a better importer, with a sample report to run. Our Assistant Head is dragging her feet with it, it's been pushed back 3 times now (2 years). She still does it by hand, but never imports it into SIMS. August, hopefully!

  19. #480
    dezt's Avatar
    Join Date
    Dec 2005
    Location
    Lancs
    Posts
    964
    Thank Post
    145
    Thanked 45 Times in 35 Posts
    Rep Power
    24
    Ok, cheers nick. If I put the current timetabled lessons into the booking system as static bookings will they be on the booking system as unavailable periods for booking the room?

SHARE:
+ Post New Thread

Similar Threads

  1. Home Access
    By nickbro in forum Internet Related/Filtering/Firewall
    Replies: 0
    Last Post: 7th July 2010, 10:48 PM
  2. o2 Home Access
    By russdev in forum General Chat
    Replies: 5
    Last Post: 21st November 2009, 09:08 PM
  3. Access from home
    By button_ripple in forum How do you do....it?
    Replies: 30
    Last Post: 15th October 2008, 07:35 PM
  4. Home Access
    By FragglePete in forum How do you do....it?
    Replies: 14
    Last Post: 15th October 2008, 03:18 PM
  5. Access from home???
    By Outpost in forum Wireless Networks
    Replies: 3
    Last Post: 11th February 2006, 12:01 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •