URL: https://github.com/freeipa/freeipa/pull/1497 Author: mrizwan93 Title: #1497: test to check if ipa-backup doesn't fails silently Action: opened
PR body: """ Before the fix, when ipa-backup was called for the first time, the LDAP database exported to /var/lib/dirsrv/slapd-<instance>/ldif/<instance>-userRoot.ldif. db2ldif is called for this and it runs under root, hence files were owned by root.
When ipa-backup called the next time, the db2ldif fails, because the tool does not have permissions to write to the ldif file which was owned by root (instead of dirsrv)
This test check if files are owned by dirsrv and db2ldif doesn't fails
related ticket: https://pagure.io/freeipa/issue/7010
Signed-off-by: Mohammad Rizwan Yusuf myusuf@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1497/head:pr1497 git checkout pr1497
URL: https://github.com/freeipa/freeipa/pull/1497 Author: mrizwan93 Title: #1497: Test to check if userroot.ldif have proper ownership Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1497/head:pr1497 git checkout pr1497
freeipa-devel@lists.fedorahosted.org