Hi,

The verification of permissions can be done by right clicking the file
and checking the properties. Under the security tab, you should have
ASPNET user with read permissions. If not,  you should add the user
here.

The error you see generally occurs if no matching security roles were
found in your domain.
To run the xcalcs command, you should replace  'MYCOMPUTERNAME\ASPNET'
with the fully qualified ASPNET user in your system: For e.g
"C:\Program Files\Support Tools\xcacls.exe" mycert.pfx /e /g TESTPC
\ASPNET:R
where TESTPC is your hostname.

User name can be verified from Control Panel -> User Account before
you run the command and running 'hostname' in command prompt will
display your hostname.

-Anirudh



On Oct 13, 12:40 pm, noni <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>        Guys can you clarrify this instruction in the readme file in
> the SSO sample application:
>
> 2. Verify, and grant if necessary, read permission to the ASP.NET user
> to read the mycert.pfx file.  One way to do this is through the file
> properties Security tab.  If you have the xcacls utility installed,
>
>     "C:\Program Files\Support Tools\xcacls.exe" mycert.pfx /e /g
> MYCOMPUTERNAME\ASPNET:R
>
> I've already created the certificates and uploaded it on my Google
> Control panel, but the my problem here is i don't know how to verify,
> grant and read permission to the ASP.NET.. I'm really getting lost
> here..
>
> In addition to that I also try to use the xcacls utility but there's a
> problem when i run the given command:
>
> "C:\Program Files\Support Tools\xcacls.exe" mycert.pfx /e /g
> MYCOMPUTERNAME\ASPNET:R
>
> this is the error: ERROR: No mapping between account names and
> security IDs was done.
>
> im using the .net SSO sample
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to