[yast-commit] [ci_new_pac] JFYI yast2-auth-server -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-auth-server -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-auth-server/yast2-auth-server.changes 2014-03-14 16:21:40.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-auth-server/yast2-auth-server.changes 2014-03-26 19:15:26.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 26 14:20:41 UTC 2014 - ckornacker@suse.com + +- add missing SUSE attributes for user and group configuration +- 3.1.7 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-auth-server - yast2-mail - yast2-schema ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-auth-server (Old) and /mounts/work_src_done/SLE12/yast2-auth-server (BS:build ID:34916 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-auth-server", Maintainer is "yast-commit@opensuse.org" 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.KUONFV/_old 2014-03-27 14:11:39.000000000 +0100 +++ /var/tmp/diff_new_pack.KUONFV/_new 2014-03-27 14:11:39.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 ++++++ 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:25.000000000 +0100 +++ new/yast2-auth-server-3.1.7/package/yast2-auth-server.changes 2014-03-26 19:09:26.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Mar 26 14:20:41 UTC 2014 - ckornacker@suse.com + +- add missing SUSE attributes for user and group configuration +- 3.1.7 + +------------------------------------------------------------------- Fri Mar 14 11:10:21 UTC 2014 - ckornacker@suse.com - 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:25.000000000 +0100 +++ new/yast2-auth-server-3.1.7/package/yast2-auth-server.spec 2014-03-26 19:09:26.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:25.000000000 +0100 +++ new/yast2-auth-server-3.1.7/src/modules/AuthServer.pm 2014-03-26 19:09:26.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."); continue with "q"... Checked in at Thu Mar 27 14:11:54 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro