Create security descriptor from SID?

How can I create a security descriptor in Kernel mode, If I only have a
SID?

Thanks

Greg

See the articles we published about this in The NT Insider:

http://www.osronline.com/article.cfm?id=56
http://www.osronline.com/article.cfm?id=50
http://www.osronline.com/article.cfm?id=23

They demonstrate building SDs up “from scratch” using the Rtl routines.

Regards,

Tony

Tony Mason
Consulting Partner
OSR Open Systems Resources, Inc.
http://www.osr.com

-----Original Message-----
From: Greg Pearce [mailto:xxxxx@filetek.com]
Sent: Friday, June 06, 2003 12:59 PM
To: File Systems Developers
Subject: [ntfsd] Create security descriptor from SID?

How can I create a security descriptor in Kernel mode, If I only have a
SID?

Thanks

Greg


You are currently subscribed to ntfsd as: xxxxx@osr.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Tony,

Excellent Articles! That’s exactly what I was looking for.

Thanks!

Greg

I tried to use RtlCreateSecurityDescriptorRelative, and I get an
unresolved external at link. Has anyone run into this problem before?

Thanks - Greg