| Author |
Message |
Pascal
Guest
|
Posted:
Thu Nov 10, 2005 1:28 am Post subject:
CACLS and SID. |
|
|
Hi,
I have a problem when trying to use the following commande on a french
workstation:
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G Everyone:F
It doesn't work and I have the following error translated in french:
"No mapping between account names and security IDs was done."
I found that I could use
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G "Tout
le monde":F
But is there a way to specify directly a SID instead of having to find
out what is the langage of the installed Windows version? And if I want
to make it works with arabic and german?
Thanks,
Pascal |
|
| Back to top |
|
 |
Steven L Umbach
Guest
|
Posted:
Thu Nov 10, 2005 1:28 am Post subject:
Re: CACLS and SID. |
|
|
Try using a command line utility such as fileacl as shown in the link
low. --- Steve
http://www.gbordier.com/gbtools/fileacl.htm
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q243330 --- well
known security identifiers
"Pascal" <Pascal@notarealaddress.com> wrote in message
news:43724FE3.9040807@notarealaddress.com...
| Quote: | Hi,
I have a problem when trying to use the following commande on a french
workstation:
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G
Everyone:F
It doesn't work and I have the following error translated in french:
"No mapping between account names and security IDs was done."
I found that I could use
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G "Tout le
monde":F
But is there a way to specify directly a SID instead of having to find out
what is the langage of the installed Windows version? And if I want to
make it works with arabic and german?
Thanks,
Pascal |
|
|
| Back to top |
|
 |
Pascal
Guest
|
Posted:
Thu Nov 10, 2005 5:27 pm Post subject:
Re: CACLS and SID. |
|
|
Thanks,
it was exactly what I was looking for! :-)
Have a nice one,
Pascal
Steven L Umbach wrote:
| Quote: | Try using a command line utility such as fileacl as shown in the link
low. --- Steve
http://www.gbordier.com/gbtools/fileacl.htm
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q243330 --- well
known security identifiers
"Pascal" <Pascal@notarealaddress.com> wrote in message
news:43724FE3.9040807@notarealaddress.com...
Hi,
I have a problem when trying to use the following commande on a french
workstation:
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G
Everyone:F
It doesn't work and I have the following error translated in french:
"No mapping between account names and security IDs was done."
I found that I could use
cacls.exe "C:\Program Files\Intelerad Medical Systems" /T /E /G "Tout le
monde":F
But is there a way to specify directly a SID instead of having to find out
what is the langage of the installed Windows version? And if I want to
make it works with arabic and german?
Thanks,
Pascal
|
|
|
| Back to top |
|
 |
|
|
|
|