Hello community, here is the log from the commit of package freeradius-server for openSUSE:Factory checked in at 2015-08-10 09:16:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freeradius-server (Old) and /work/SRC/openSUSE:Factory/.freeradius-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freeradius-server" Changes: -------- --- /work/SRC/openSUSE:Factory/freeradius-server/freeradius-server.changes 2015-07-16 17:15:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.freeradius-server.new/freeradius-server.changes 2015-08-10 09:16:04.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Aug 7 10:56:29 UTC 2015 - [email protected] + +- Fix boo#912714: freeradius can't use ntlm_auth + * Create winbind group + * Add radiusd to winbind group + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freeradius-server.spec ++++++ --- /var/tmp/diff_new_pack.mRfy8a/_old 2015-08-10 09:16:05.000000000 +0200 +++ /var/tmp/diff_new_pack.mRfy8a/_new 2015-08-10 09:16:05.000000000 +0200 @@ -284,6 +284,14 @@ %{_sbindir}/groupadd -r radiusd 2> /dev/null || : %{_sbindir}/useradd -r -g radiusd -s /bin/false -c "Radius daemon" -d \ %{_localstatedir}/lib/radiusd radiusd 2> /dev/null || : + +# boo#912714: add radiusd to winbind group for ntlm_auth +# add winbind group and fail silently if it already exists +%{_bindir}/getent group winbind \ + || %{_sbindir}/groupadd -r winbind +# add radiusd to winbind group +%{_bindir}/gpasswd -a radiusd winbind + %if 0%{?suse_version} > 1140 %service_add_pre %{unitname}.service %endif
