Autheneticated Users: Special Permission

  • Thread starter Man-wai Chang ToDie
  • Start date
M

Man-wai Chang ToDie

I removed Authenticated Users from a data drive's security setting. Now
I want to add it back. But I could not tick the "Special Permission" box.

How could I restore AU and its permissions?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.24
^ ^ 14:27:01 up 12 days 20:01 1 user load average: 1.58 1.92 1.96
ºî ´© (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
 
J

Jesper

You can't. You can't roll back permissions once you have destroyed them
because there is no way to evaluate what would have happened to objects
underneath the container had these permissions been in effect when you
created that object.

The best you can do is set some kind of sane permission and hope for the
best. You can't set "special permission" because that indicates a
non-standard combination of flags. To return the root of the drive to the
default permissions, run these two commands from an elevated command prompt:
icacls <drive> /grant AuthenticatedUsers:(OI)(CI)(IO)(M)
icacls <drive> /grant AuthenticatedUsers:(AD)

Make sure you replace <drive> with the name of your drive, and make sure you
specify it with a slash, as in "d:\"

BTW, I'm glad your Linux box has been up for 12 days, but that means you are
probably missing at least four critical security patches that you ought to go
apply.
 
M

Man-wai Chang ToDie

icacls said:
icacls <drive> /grant AuthenticatedUsers:(AD)
thanks

BTW, I'm glad your Linux box has been up for 12 days, but that means you are
probably missing at least four critical security patches that you ought to go
apply.

I don't run "apt-get upgrade" automatically. Thanks for the reminder.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.24
^ ^ 14:02:01 up 13 days 19:36 2 users load average: 2.27 2.13 1.71
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
 
M

Man-wai Chang ToDie

icacls said:
icacls <drive> /grant AuthenticatedUsers:(AD)

Got a problem:

F:\>icacls F:\ /grant AuthenticatedUsers:(OI)(CI)(IO)(M)
AuthenticatedUsers: No mapping between account names and security IDs
was done.
Successfully processed 0 files; Failed processing 1 files

F:\>icacls F:\ /grant AuthenticatedUsers:(AD)
AuthenticatedUsers: No mapping between account names and security IDs
was done.
Successfully processed 0 files; Failed processing 1 files

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 7.04) Linux 2.6.24
^ ^ 14:08:01 up 13 days 19:42 2 users load average: 2.95 2.44 1.98
? ? (CSSA):
http://www.swd.gov.hk/tc/index/site_pubsvc/page_socsecu/sub_addressesa/
 
P

Paul Adare

F:\>icacls F:\ /grant AuthenticatedUsers:(OI)(CI)(IO)(M)
AuthenticatedUsers: No mapping between account names and security IDs
was done.
Successfully processed 0 files; Failed processing 1 files

F:\>icacls F:\ /grant AuthenticatedUsers:(AD)
AuthenticatedUsers: No mapping between account names and security IDs
was done.
Successfully processed 0 files; Failed processing 1 files

"Authenticated Users"

--
Paul Adare
MVP - Virtual Machines
http://www.identit.ca
Command: Statement presented by a human and accepted by a computer in such
a manner as to make the human feel as if he is in control.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top