* Standardized examples logger init method
* Fixing missing import
* Standardized examples init_ldap_session function #1
* Calling new shared function _ldap3_kerberos_login from example addcomputer
* Removed considering -debug in each example. Now it's handled in utils.
* Standardized EMPTY_LM_HASH in impacket.examples.utils
* Unify parse_identity function (phase 1)
* Standardized parse_identity
* Renamed "_ldap3_kerberos_login" to "ldap3_kerberos_login" (as it is called from outside)
* Standardize "logger" init in regsecrets.py
* Standardized LDAP login into a single function in utils.py:ldap_login
This example combines the different protocols that can change a user's
password in an AD environment.
- smbpasswd.py features from edef71f17b
Authors: @snovvcrash, @bransh, @Alef-Burzmali
- Kerberos authentication for smbpasswd.py from bbcd2d8f6b
Author: @p0dalirius (PR #1177)
- MS-RPC transport for SAMR (rpcpasswd.py) from a1d0cc99ff
Author: @Oddvarmoe (PR #1304)
- Kerberos Change and Set Password (kpasswd.py) from 9aea2003b1
Author: @Alef-Burzmali