Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...This site is truly a marvel. Without a doubt the most comprehensive, friendly and just plain useful resource of its kind..."

Geography

Where in the world do Tek-Tips members come from?

using subinacl to grant permissions for a shared folder

jsturtz (Programmer)
24 May 12 14:22
hi,

from a previous thread i read it seems subinacl can be used to grant permissions.

net share Logs-OracleG=G:\newfolderz\Logs-Oracle /unlimited ** should make the shared folder

subinacl /subdirectories Logs-OracleG /grant=administrator@xxx.local=f ** to grant full permissions to an existing user.

the net share seems to work ok, but the subinacl command just says done:0 modified:0 failed:0 syntax errors:0, but nothing changes.

am i not getting the syntax right?

i have to add the user to the shared folder, but it is an existing domain user. i tried using 'everyone' as it is the default user, but no difference in behavior.

any pointers would be appreciated.

thanks

jim
Freestone (MIS)
24 May 12 17:52
I don't have subinacl loaded to test with, but I think you should be specifying a folder in the subinacl statement rather than a share name, e.g.

subinacl /subdirectories G:\newfolderz\Logs-Oracle /grant=administrator@xxx.local=f

It is also unclear to me whether or not your syntax for the username after the /grant= parameter is correct. Everything I've been reading indicate it should be in the form of /grant=[DomainName\]Username[=Access]

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close