Mailinglist Archive: yast-commit (195 mails)
| < Previous | Next > |
[yast-commit] r63583 - in /trunk/ldap-client: VERSION package/yast2-ldap-client.changes src/Ldap.ycp
- From: jsuchome@xxxxxxxxxxxxxxxxx
- Date: Thu, 17 Mar 2011 08:14:40 -0000
- Message-id: <20110317081441.07C06325B4@svn2.opensuse.org>
Author: jsuchome
Date: Thu Mar 17 09:14:40 2011
New Revision: 63583
URL: http://svn.opensuse.org/viewcvs/yast?rev=63583&view=rev
Log:
- if sssd is removed in GUI, remove also the pam module (bnc#680184)
- 2.21.1
Modified:
trunk/ldap-client/VERSION
trunk/ldap-client/package/yast2-ldap-client.changes
trunk/ldap-client/src/Ldap.ycp
Modified: trunk/ldap-client/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/VERSION?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/VERSION (original)
+++ trunk/ldap-client/VERSION Thu Mar 17 09:14:40 2011
@@ -1 +1 @@
-2.21.0
+2.21.1
Modified: trunk/ldap-client/package/yast2-ldap-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/package/yast2-ldap-client.changes?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/package/yast2-ldap-client.changes (original)
+++ trunk/ldap-client/package/yast2-ldap-client.changes Thu Mar 17 09:14:40 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Mar 17 09:12:33 CET 2011 - jsuchome@xxxxxxx
+
+- if sssd is removed in GUI, remove also the pam module (bnc#680184)
+- 2.21.1
+
+-------------------------------------------------------------------
Fri Mar 11 15:02:00 CET 2011 - jsuchome@xxxxxxx
- check if OES is there during autoinstallation (bnc#670288)
Modified: trunk/ldap-client/src/Ldap.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/src/Ldap.ycp?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/src/Ldap.ycp (original)
+++ trunk/ldap-client/src/Ldap.ycp Thu Mar 17 09:14:40 2011
@@ -2672,6 +2672,11 @@
{
Pam::Add ("ldap");
}
+ // sss was removed, using pam_ldap (bnc#680184)
+ if (Pam::Enabled ("sss"))
+ {
+ Pam::Remove ("sss");
+ }
// modify sources in /etc/nsswitch.conf
Nsswitch::WriteDb ("passwd", ["compat"]);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Mar 17 09:14:40 2011
New Revision: 63583
URL: http://svn.opensuse.org/viewcvs/yast?rev=63583&view=rev
Log:
- if sssd is removed in GUI, remove also the pam module (bnc#680184)
- 2.21.1
Modified:
trunk/ldap-client/VERSION
trunk/ldap-client/package/yast2-ldap-client.changes
trunk/ldap-client/src/Ldap.ycp
Modified: trunk/ldap-client/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/VERSION?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/VERSION (original)
+++ trunk/ldap-client/VERSION Thu Mar 17 09:14:40 2011
@@ -1 +1 @@
-2.21.0
+2.21.1
Modified: trunk/ldap-client/package/yast2-ldap-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/package/yast2-ldap-client.changes?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/package/yast2-ldap-client.changes (original)
+++ trunk/ldap-client/package/yast2-ldap-client.changes Thu Mar 17 09:14:40 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Mar 17 09:12:33 CET 2011 - jsuchome@xxxxxxx
+
+- if sssd is removed in GUI, remove also the pam module (bnc#680184)
+- 2.21.1
+
+-------------------------------------------------------------------
Fri Mar 11 15:02:00 CET 2011 - jsuchome@xxxxxxx
- check if OES is there during autoinstallation (bnc#670288)
Modified: trunk/ldap-client/src/Ldap.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/src/Ldap.ycp?rev=63583&r1=63582&r2=63583&view=diff
==============================================================================
--- trunk/ldap-client/src/Ldap.ycp (original)
+++ trunk/ldap-client/src/Ldap.ycp Thu Mar 17 09:14:40 2011
@@ -2672,6 +2672,11 @@
{
Pam::Add ("ldap");
}
+ // sss was removed, using pam_ldap (bnc#680184)
+ if (Pam::Enabled ("sss"))
+ {
+ Pam::Remove ("sss");
+ }
// modify sources in /etc/nsswitch.conf
Nsswitch::WriteDb ("passwd", ["compat"]);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |