On 06/17/2014 02:15 PM, Tomas Babej wrote:
On 06/17/2014 12:03 PM, Timo Aaltonen wrote:
On 17.06.2014 11:16, Martin Kosek wrote:
Attached is a new version of patch 226, and a new patch 228, which moves
the paths from installers to the paths module.
In patch 226, there's another "certificated" typo in
remove_ca_cert_from_systemwide_ca_store
I greped the repository, and I do not see many paths lurking around any
more, there are only some in the error messages (as these can't be
reliably replaced automatically, and will need some manual love).
If you see any forgotten paths, which should be added to the module, let
me know.
I see another duplicate:
SSS_KRB5_INCLUDE_D = "/var/lib/sss/pubconf/krb5.include.d"
SSSD_PUBCONF_KRB5_INCLUDE_D_DIR =
"/var/lib/sss/pubconf/krb5.include.d/"
Rather than using e.g.
filename = paths.VAR_KERBEROS_KRB5KDC_DIR + file
It would be cleaner to use
filename = os.path.join(paths.VAR_KERBEROS_KRB5KDC_DIR, file)
--
Petr³
_______________________________________________
Freeipa-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/freeipa-devel