Hello community,
here is the log from the commit of package yast2-samba-client for
openSUSE:Factory checked in at 2013-10-25 13:03:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-samba-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-samba-client"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes
2013-10-19 11:21:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-samba-client.new/yast2-samba-client.changes
2013-10-25 13:03:33.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct 23 08:15:18 CEST 2013 - [email protected]
+
+- CLI; read AD settings, so the write command does not fallback
+ to non-AD defaults (bnc#845878)
+- 3.1.1
+
+-------------------------------------------------------------------
Old:
----
yast2-samba-client-3.1.0.tar.bz2
New:
----
yast2-samba-client-3.1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-samba-client.spec ++++++
--- /var/tmp/diff_new_pack.cgUPi7/_old 2013-10-25 13:03:34.000000000 +0200
+++ /var/tmp/diff_new_pack.cgUPi7/_new 2013-10-25 13:03:34.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-samba-client
-Version: 3.1.0
+Version: 3.1.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-samba-client-3.1.0.tar.bz2 -> yast2-samba-client-3.1.1.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-samba-client-3.1.0/VERSION
new/yast2-samba-client-3.1.1/VERSION
--- old/yast2-samba-client-3.1.0/VERSION 2013-10-16 09:38:52.000000000
+0200
+++ new/yast2-samba-client-3.1.1/VERSION 2013-10-23 08:33:30.000000000
+0200
@@ -1 +1 @@
-3.1.0
+3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-samba-client-3.1.0/package/yast2-samba-client.changes
new/yast2-samba-client-3.1.1/package/yast2-samba-client.changes
--- old/yast2-samba-client-3.1.0/package/yast2-samba-client.changes
2013-10-16 09:38:52.000000000 +0200
+++ new/yast2-samba-client-3.1.1/package/yast2-samba-client.changes
2013-10-23 08:33:30.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Oct 23 08:15:18 CEST 2013 - [email protected]
+
+- CLI; read AD settings, so the write command does not fallback
+ to non-AD defaults (bnc#845878)
+- 3.1.1
+
+-------------------------------------------------------------------
Thu Sep 19 15:44:00 UTC 2013 - [email protected]
- do not use *.spec.in template, use *.spec file with RPM macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-samba-client-3.1.0/src/clients/samba-client.rb
new/yast2-samba-client-3.1.1/src/clients/samba-client.rb
--- old/yast2-samba-client-3.1.0/src/clients/samba-client.rb 2013-10-16
09:38:52.000000000 +0200
+++ new/yast2-samba-client-3.1.1/src/clients/samba-client.rb 2013-10-23
08:33:30.000000000 +0200
@@ -186,6 +186,13 @@
command = CommandLine.UniqueOption(options, ["enable", "disable"])
return false if command == nil
+ # read AD settings, so the write command does not fallback to non-AD
default
+ #(bnc#845878)
+ domain = Samba.GetWorkgroupOrRealm
+ SambaAD.ReadADS(domain)
+ Samba.SetWorkgroup(domain)
+ SambaAD.ReadRealm
+
Samba.SetWinbind(command == "enable")
end
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]