Ms-active-directory

Latest version: v1.14.1

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.14.1

1.14.0

Contains fixes for various issues, as well as relaxing certain requirements for object creation, including:
- https://github.com/zorn96/ms_active_directory/pull/74
- https://github.com/zorn96/ms_active_directory/pull/75
- https://github.com/zorn96/ms_active_directory/pull/78
- https://github.com/zorn96/ms_active_directory/pull/80

special thanks to rlees85 for reminding me that I never actually made this release

1.13.0

The primary components of this release are:

1. Support for moving users, computers, groups, and generic objects from one DN to another
2. Support for renaming groups and objects
3. Support for setting null values for attributes when overwriting them if desired
4. Support for deleting user and group objects (thanks mrgum )
5. Support for creating DENY ACEs for security descriptors

Additionally, the following issues have been fixed:
1. Fixed an issue where machines with no ipv6 support would fail to discover domain resources due to failures to check reachability of kerberos servers
2. Fixed an issue when parsing results for groups with no users (thanks Pinkbyte )


What's Changed
* Fix check for non-empty list and add mail attribute by TrinityDevelopers in https://github.com/zorn96/ms_active_directory/pull/40
* Added ability to add DENY ACEs. by zorn96 in https://github.com/zorn96/ms_active_directory/pull/41
* Added handling for unavailability of ip types by zorn96 in https://github.com/zorn96/ms_active_directory/pull/64
* implement delete for users and groups by mrgum in https://github.com/zorn96/ms_active_directory/pull/54
* Added functionality for moving and renaming AD objects. by zorn96 in https://github.com/zorn96/ms_active_directory/pull/66
* Prevent exception while parsing group with no users by Pinkbyte in https://github.com/zorn96/ms_active_directory/pull/65
* Allow null values to be specified if validation is skipped. by zorn96 in https://github.com/zorn96/ms_active_directory/pull/67
* Dev to main in preparation for release by zorn96 in https://github.com/zorn96/ms_active_directory/pull/68
* Make release 1.13.0 by zorn96 in https://github.com/zorn96/ms_active_directory/pull/69

New Contributors
* mrgum made their first contribution in https://github.com/zorn96/ms_active_directory/pull/54
* Pinkbyte made their first contribution in https://github.com/zorn96/ms_active_directory/pull/65

**Full Changelog**: https://github.com/zorn96/ms_active_directory/compare/v1.12.1...v1.13.0

1.12.1

Fixed a regression in finding primary groups.

1.12.0

The primary component of this release is user principal name functionality. New features include:

1. Finding the user principal name suffixes for a domain, which can be helpful for searching or determining how to logon in cases where only a short username is known
2. Finding users and computers by principal name
3. Support for using user and computer principals in other functions, like group membership lookups, account disable/enable, password changes, etc.

Other small enhancements include:

1. Functionality to lookup the SID for a domain
2. Checking if a session is anonymous
3. ADObject now returns None for attributes that are not present in the response
4. The permissions a session needs to find primary group memberships has decreased, and the bandwidth used has also decreased, as the domain SID is now used in such lookups rather than querying the objectSID for all users every time.

1.11.2

Added the following functionality:

Getting the primary group for users
Options to speed up user/group/computer creation when location has been pre-validated

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.