-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider= value, this patch adds the special-casing in case the domain was called LOCAL.
Fixes: RHBZ #530949
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/26/2009 07:58 AM, Jakub Hrozek wrote:
Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider= value, this patch adds the special-casing in case the domain was called LOCAL.
Fixes: RHBZ #530949
Nack.
The approach looks sound, but I think you want to check that old_domsec == 'domains/LOCAL' rather than checking the new_domsec == 'domain/LOCAL'. I'm aware that they should both work, but old_domsec seems more correct.
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel
- -- Stephen Gallagher RHCE 804006346421761
Looking to carve out IT costs? www.redhat.com/carveoutcosts/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/26/2009 01:10 PM, Stephen Gallagher wrote:
On 10/26/2009 07:58 AM, Jakub Hrozek wrote:
Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider= value, this patch adds the special-casing in case the domain was called LOCAL.
Fixes: RHBZ #530949
Nack.
The approach looks sound, but I think you want to check that old_domsec == 'domains/LOCAL' rather than checking the new_domsec == 'domain/LOCAL'. I'm aware that they should both work, but old_domsec seems more correct.
OK, new patch attached.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/26/2009 08:16 AM, Jakub Hrozek wrote:
On 10/26/2009 01:10 PM, Stephen Gallagher wrote:
On 10/26/2009 07:58 AM, Jakub Hrozek wrote:
Configuration files before 0.5.0 did not enforce provider= in local domains it did special-case by domain name (LOCAL). Our script was relying on provider= value, this patch adds the special-casing in case the domain was called LOCAL.
Fixes: RHBZ #530949
Nack.
The approach looks sound, but I think you want to check that old_domsec == 'domains/LOCAL' rather than checking the new_domsec == 'domain/LOCAL'. I'm aware that they should both work, but old_domsec seems more correct.
OK, new patch attached.
Ack and pushed to master.
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel
- -- Stephen Gallagher RHCE 804006346421761
Looking to carve out IT costs? www.redhat.com/carveoutcosts/
sssd-devel@lists.fedorahosted.org