Re: [python-win32] Converting objectSid attribute value to a PySID

2006-01-16 Thread Suzuki Alex
Thanks Roger, This works well. I was a bit confused since I only looked at the win32security.SID documentation, and there the constructor does not have any documented parameters. However, my real problem is not solved. It involves the creation of folders and assigning appropriate permissions for

[python-win32] Converting objectSid attribute value to a PySID

2006-01-10 Thread Suzuki Alex
Hi everyone, I'm working with users in Active Directory, and I would like to use their SID for subsequent file system operations (i.e. assigning permissions to folders). I would like to use the SID saved in the objectSid attribute, but I do not know how to convert it to a win32security.PySID objec