Package Release Info

yast2-adcommon-python-1.4-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

yast2-adcommon-python

Change Logs

* Tue May 12 2020 dmulder@suse.com
- Fix slow load of ADUC caused by chatty ldap traffic;
  (bsc#1170998);
- 1.4
* Tue Oct 15 2019 dmulder@suse.com
- The domain label should be a text field, for manually entering
  the domain name; (bsc#1154121);
- 1.3
* Tue Oct 15 2019 dmulder@suse.com
- samba-dsdb-modules and python3-ldap requirements are missing;
  (jsc#SLE-5527);
- 1.2
* Wed Sep 11 2019 dmulder@suse.com
- Reconnect the ldap session if it times out; (bsc#1150394);
- 1.1
* Thu Aug 22 2019 dmulder@suse.com
- AD modules should connect to an AD-DC via the SamDB interface,
  instead of python-ldap; (bsc#1146898);
- 1.0
* Tue Aug 13 2019 dmulder@suse.com
- Fix incorrectly placed domain in change domain dialog; (bsc#1145508);
- 0.8
* Mon Jun 17 2019 dmulder@suse.com
- Pass the domain name to the samba Credentials object; (bsc#1138487);
- YaST aduc/adsi/gpmc should not exit after entering empty password.
  Also, explicitly state that an Active Directory administrator should
  sign in; (bsc#1132565);
- 0.7
* Thu Jun 13 2019 dmulder@suse.com
- Move schema parsing code from adsi to the common code; (bsc#1138203);
- 0.6
* Wed May 15 2019 dmulder@suse.com
- "TypeError: Expected a string or unicode object" during auth;
  (bsc#1135224);
- 0.5
* Tue May 14 2019 dmulder@suse.com
- Authentication fails with "Failed to initialize ldap connection";
  (bsc#1135130);
- 0.4
* Fri Apr 26 2019 dmulder@suse.com
- yast2-adcommon-python ldap doesn't correctly parse ldap urls for
  ldap.initialize(); (bsc#1133568);
- 0.3
* Wed Mar 13 2019 dmulder@suse.com
- Update to 1.0:
  + Enable CI testing
  + Allow saving of username and password in keyring, except in qt
    where the keyring module deadlocks dbus.
  + Choose domain at login
  + Extract the domain so smb auth does not fail
  + Allow switching domains
* Mon Dec 17 2018 dmulder@suse.com
- initial version