Re: Creating Active Directory Objects

2007-11-08 Thread Joe Little
(repost from another address_ Here's something that may be useful in this conversation about AD Objects. I wrote with some reference help a script to pack a SID as I was creating the necessary objects to create AD accounts from python using python-ldap: """ packsid """ import base64,struct

Re: Creating Active Directory Objects

2007-11-10 Thread Joe Little
Here's something that may be useful in this conversation about AD Objects. I wrote with some reference help a script to pack a SID as I was creating the necessary objects to create AD accounts from python using python-ldap: """ packsid """ import base64,struct def packsid(textsid): if