Re: Newbie security programming questions
From: OShah (shexec32_at_aol.com)
Date: 03/07/05
- Next message: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Previous message: lelteto: "Re: Raw RSA operations with CryptDecrypt"
- In reply to: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Next in thread: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Reply: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Reply: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 07 Mar 2005 10:52:59 -0800
<snip>
"=?Utf-8?B?U3VkaGFrYXIgR292aW5kYXZhamhhbGE=?="
<sudhakarg79_re_move_me@hotmail.com> wrote in
news:42C7CE98-94DC-4180-8155-C8FEDB27E2B2@microsoft.com:
>> WhatIsAclInheritance
>>
http://pluralsight.com/wiki/default.aspx/Keith.GuideBook/WhatIsACLInheri
>> tance.html
>
>
>
> I am trying to get to the GUI described in this page to change the ACL
> lists. Unfortunately, I do not find any security related information
> after right clicking on the directory name. Am I missing something? I
> am WinXp SP1. Why am I not able to see the security permissions of
> folders in the GUI?
>
> Is GUI ACL viewer not available with all versions of Windows?
>
>
> winver says XP version 5.1
> build 2600.xpclnt_qfe.021108-2107
This is a <strikeout>very common bug</strikeout> feature of Windows XP. If
you are on XP Pro, you can get the ACL Editor by turning off simple file
and folder sharing (AKA ForceGuest):
How to disable simplified sharing and set permissions on a shared folder
in Windows XP Professional
http://support.microsoft.com/?id=307874
This only works in XP Pro. For Windows XP Home, you'll have to boot in
safe mode (or get a third party utility).
>> >
>> > I had some problems in getting SDDL to work. I had to add
>> >
>> > #define _WIN32_WINNT 0x0500 // Lets make SDDL happy.
>> > #include <Sddl.h>
>> > #include <sddl.h>
>> > #undef _WIN32_WINNT
>>
>> Well, I know why you had to define _WIN32_WINNT 0x500, because SDDL
>> is not available on Windows NT 4.
>>
>> I'm a little surprised that you had to include sddl.h twice. Are
>> you compiling on an OS that has case sensitive filenames?
>
>
> OK. it is not needed twice. I partly did that for no reason. The
> thing is I am doing this in a windows host running on top of Linux
> using VMWare and hence was just being "careful". But I do not need it.
>
>
> regards,
> Sudhakar
>
-- ------------------------------------------------------------------------ oshah [shexec32] Control Panel -> System -> Advanced -> Error Reporting -> Choose Programs -> Do not report errors for these programs: Acrobat.exe waol.exe ------------------------------------------------------------------------
- Next message: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Previous message: lelteto: "Re: Raw RSA operations with CryptDecrypt"
- In reply to: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Next in thread: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Reply: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Reply: Sudhakar Govindavajhala: "Re: Newbie security programming questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|