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.

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger