• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Reading Files + Directories + Novell

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hiya,
I have produced some JSP which can recurse through directories and show users files etc (bit like Windows Explorer). Problem is, at present any user can see any file / directory. We run a Novell Network so i want to get the users rights then access the directories from there so that they can only see what they're allowed. Problem is, im very very stuck. Has anyone any experience of doing this? Im using a standard list() function at the moment. Will I have to get the user to authenticate first and then it will happen automatically???
If anyone knows any forums where they may be able to help that'd be great.
Thanks in advance,
Mike
 
reply
    Bookmark Topic Watch Topic
  • New Topic