Re: crash in LsarLookupSids - symptoms: file permission problems

Luke Kenneth Casson Leighton (lkcl@regent.push.net)
Sun, 19 Apr 1998 22:44:19 +0000 (GMT)

Date:	Sun, 19 Apr 1998 22:44:19 +0000 (GMT)
From:	Luke Kenneth Casson Leighton <lkcl@regent.push.net>
To:	Multiple recipients of list <samba-ntdom@samba.anu.edu.au>, Samba Technical List <samba-technical@samba.anu.edu.au>
Subject: Re: crash in LsarLookupSids - symptoms: file permission problems
In-Reply-To: <Pine.LNX.3.96.980419190811.15023G-100000@regent.push.net>

On Mon, 20 Apr 1998, Luke Kenneth Casson Leighton wrote:

> the creation of the names in LsarLookupSids is causing a core dump: i am
> investigating.
>
> the symptoms are that you cannot view permissions on a file; also if you
> log in a user several times, you first get the profile copied to
> %systemroot%\profiles\user then user.000 then user.001 etc etc, because
> LsarLookupSids is part of the process of resolving file permissions...

ok, there has been some confusion between LsarLookupRIDs and
LsarLookupSIDs. i will look at separating these two properly tomorrow,
and hopefully coax an LsarLookupRIDs call out of NT :-).

to get a LsarLookupSIDs call (and a core dump :-) you do File | Properties
| Security | Permissions and the dialog there initiates a lookup of the
SID to a name to display.

luke