Skip to content

Releases: jcarswell/pyad

v0.6.2

04 Jul 13:11
Compare
Choose a tag to compare

AD object creation functions clean themselves up when an error is encounter during creation.
ADUser create should only set the "PASSWD_NOTREQD" flag if the password is set during creation.
ADObjects now support dict like access to attributes

v0.6.1

18 Jun 20:18
Compare
Choose a tag to compare

Bug fixes in ADQuery where seek did not function correctly
ADQuery now operates more like a dictionary or list object with seek, tell iter and next methods
Updated Documentation and more of it

We gone Black, all coding is now formatted using Black code formatter with it's defaults.

Version 0.6

21 Mar 00:13
Compare
Choose a tag to compare

First release using a new versioning number to differentiate from upstream code base