URL: https://github.com/freeipa/freeipa/pull/6056 Author: flo-renaud Title: #6056: ipa-client-samba uninstall: remove tdb files Action: opened
PR body: """ ipa-client-samba uninstaller must remove samba *.tdb files in /var/lib/samba. The current code calls rm on the relative path filename instead of building an absolute path filename, resulting in failure to remove the tdb files.
Fixes: https://pagure.io/freeipa/issue/8687 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6056/head:pr6056 git checkout pr6056
URL: https://github.com/freeipa/freeipa/pull/6056 Author: flo-renaud Title: #6056: ipa-client-samba uninstall: remove tdb files Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6056/head:pr6056 git checkout pr6056
freeipa-devel@lists.fedorahosted.org