IronPython and Active Directory
Two new recipes have been posted to the IronPython Cookbook. They are both about interacting with Active Directory from IronPython.
The first article shows how to use 'System.DirectoryServices' and 'RefreshCache' to load attributes not exposed by ADSI. The second is a helper object that turns 'DirectoryService' objects into Python dictionaries, which are easier to work with.
The first article shows how to use 'System.DirectoryServices' and 'RefreshCache' to load attributes not exposed by ADSI. The second is a helper object that turns 'DirectoryService' objects into Python dictionaries, which are easier to work with.
Comments
Post a Comment