[yast-commit] r67342 - in /branches/SuSE-Linux-12_1-Branch/kerberos-client: VERSION package/yast2-kerberos-client.changes src/Kerberos.ycp
Author: jsuchome Date: Thu Feb 2 09:27:34 2012 New Revision: 67342 URL: http://svn.opensuse.org/viewcvs/yast?rev=67342&view=rev Log: - change mode of sssd.conf file after writing (workaround for ini-agent bnc#743355) - 2.21.6 Modified: branches/SuSE-Linux-12_1-Branch/kerberos-client/VERSION branches/SuSE-Linux-12_1-Branch/kerberos-client/package/yast2-kerberos-client.changes branches/SuSE-Linux-12_1-Branch/kerberos-client/src/Kerberos.ycp Modified: branches/SuSE-Linux-12_1-Branch/kerberos-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-12_1-Branch/kerberos-client/VERSION?rev=67342&r1=67341&r2=67342&view=diff ============================================================================== --- branches/SuSE-Linux-12_1-Branch/kerberos-client/VERSION (original) +++ branches/SuSE-Linux-12_1-Branch/kerberos-client/VERSION Thu Feb 2 09:27:34 2012 @@ -1 +1 @@ -2.21.5 +2.21.6 Modified: branches/SuSE-Linux-12_1-Branch/kerberos-client/package/yast2-kerberos-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-12_1-Branch/kerberos-client/package/yast2-kerberos-client.changes?rev=67342&r1=67341&r2=67342&view=diff ============================================================================== --- branches/SuSE-Linux-12_1-Branch/kerberos-client/package/yast2-kerberos-client.changes (original) +++ branches/SuSE-Linux-12_1-Branch/kerberos-client/package/yast2-kerberos-client.changes Thu Feb 2 09:27:34 2012 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Feb 2 09:02:01 CET 2012 - jsuchome@suse.cz + +- change mode of sssd.conf file after writing (workaround for + ini-agent bnc#743355) +- 2.21.6 + +------------------------------------------------------------------- Wed Nov 16 15:44:20 CET 2011 - jsuchome@suse.cz - correctly handle sssd config with more LDAP servers (bnc#729174) Modified: branches/SuSE-Linux-12_1-Branch/kerberos-client/src/Kerberos.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-12_1-Branch/kerberos-client/src/Kerberos.ycp?rev=67342&r1=67341&r2=67342&view=diff ============================================================================== --- branches/SuSE-Linux-12_1-Branch/kerberos-client/src/Kerberos.ycp (original) +++ branches/SuSE-Linux-12_1-Branch/kerberos-client/src/Kerberos.ycp Thu Feb 2 09:27:34 2012 @@ -508,8 +508,13 @@ SCR::Write (add (domain, "krb5_kdcip"), krb5_kdcip); if (!SCR::Write(.etc.sssd_conf, nil)) { - y2error ("error writing ldap.conf file"); + y2error ("error writing sssd.conf file"); } + else + { + // workadound for ini-agent bug (bnc#743355) + SCR::Execute (.target.bash, "/bin/chmod 600 /etc/sssd/sssd.conf"); + } } else if (use_pam_krb) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn2.opensuse.org