Hi Bill,
Am Dienstag, 13. April 2021 schrieb William Morder via tde-users:
Whenever kerberos, heimdal or ldap pkgs get installed, I find that I can no longer change my password. I always get a error message:
"unable to change expired password: Authentication token manipulation error"
But when I try to remove these pkgs, pretty much all essential TDE packages get removed.
on my Devuan GNU+Linux beowulf system with TDE R14.0.10 (PSB) no kerberos and no heimdal is installed. For "ldap" I find these, installed by dependency:
$ aptitude search "?installed(ldap)" i A libaprutil1-ldap - Apache Portable Runtime Utility Library - LDAP Driver i A libldap-2.4-2 - OpenLDAP libraries i A libldap-common - OpenLDAP common files for libraries
What are the dependencies?
$ for package in libaprutil1-ldap libldap-2.4-2 libldap-common; do aptitude why "$package"; done i task-web-server Depends apache2 i A apache2 Depends apache2-bin (= 2.4.38-3+deb10u4) i A apache2-bin Depends libaprutil1-ldap i tdebase-tdeio-plugins-trinity Depends libldap-2.4-2 (>= 2.4.7) i tdebase-tdeio-plugins-trinity Depends libldap-2.4-2 (>= 2.4.7) i A libldap-2.4-2 Depends libldap-common
This means: libldap-2.4-2 is installed because tdebase-tdeio-plugins-trinity depends on it and it pulls also libldap-common.
I have never had any problems to change passwords.
HTH
Kind regards, Stefan