Hello community,

here is the log from the commit of package yast2-auth-server for 
openSUSE:Factory checked in at 2014-04-05 14:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes      
2014-03-21 12:14:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-server.new/yast2-auth-server.changes 
2014-04-05 14:42:41.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar 26 14:20:41 UTC 2014 - [email protected]
+
+- add missing SUSE attributes for user and group configuration
+- 3.1.7
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-server-3.1.6.tar.bz2

New:
----
  yast2-auth-server-3.1.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-auth-server.spec ++++++
--- /var/tmp/diff_new_pack.rxvl0O/_old  2014-04-05 14:42:41.000000000 +0200
+++ /var/tmp/diff_new_pack.rxvl0O/_new  2014-04-05 14:42:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-server
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-auth-server-3.1.6.tar.bz2 -> yast2-auth-server-3.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-3.1.6/package/yast2-auth-server.changes 
new/yast2-auth-server-3.1.7/package/yast2-auth-server.changes
--- old/yast2-auth-server-3.1.6/package/yast2-auth-server.changes       
2014-03-14 13:34:39.000000000 +0100
+++ new/yast2-auth-server-3.1.7/package/yast2-auth-server.changes       
2014-03-26 19:10:05.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Mar 26 14:20:41 UTC 2014 - [email protected]
+
+- add missing SUSE attributes for user and group configuration
+- 3.1.7
+
+-------------------------------------------------------------------
 Fri Mar 14 11:10:21 UTC 2014 - [email protected]
 
 - use same password for LDAP and Kerberos stash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-3.1.6/package/yast2-auth-server.spec 
new/yast2-auth-server-3.1.7/package/yast2-auth-server.spec
--- old/yast2-auth-server-3.1.6/package/yast2-auth-server.spec  2014-03-14 
13:34:39.000000000 +0100
+++ new/yast2-auth-server-3.1.7/package/yast2-auth-server.spec  2014-03-26 
19:10:05.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-server
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-3.1.6/src/modules/AuthServer.pm 
new/yast2-auth-server-3.1.7/src/modules/AuthServer.pm
--- old/yast2-auth-server-3.1.6/src/modules/AuthServer.pm       2014-03-14 
13:34:39.000000000 +0100
+++ new/yast2-auth-server-3.1.7/src/modules/AuthServer.pm       2014-03-26 
19:10:05.000000000 +0100
@@ -1247,6 +1247,16 @@
             {
                 push (@{$value->{'susePlugin'}}, 'UsersPluginKerberos');
             }
+            if ($key =~ /cn=userconfiguration/)
+            {
+                push (@{$value->{'suseDefaultBase'}}, "ou=people,$db");
+                push (@{$value->{'suseDefaultTemplate'}}, 
"cn=usertemplate,ou=ldapconfig,$db");
+            }
+            if ($key =~ /cn=groupconfiguration/)
+            {
+                push (@{$value->{'suseDefaultBase'}}, "ou=group,$db");
+                push (@{$value->{'suseDefaultTemplate'}}, 
"cn=grouptemplate,ou=ldapconfig,$db");
+            }
             if (! SCR->Write(".ldap.add", { dn => "$key,$db" } , $value)) {
                 $ldapERR = SCR->Read(".ldap.error");
                 y2error("Can not add $key entry.");

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to