2 |
%define name smeserver-adv-samba |
%define name smeserver-adv-samba |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.1.0 |
%define version 0.1.0 |
5 |
%define release 1 |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
|
Patch1: smeserver-adv-samba-0.1.0-2.patch |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
14 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
%changelog |
%changelog |
22 |
* Fri Apr 11 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0 |
* Tue Sep 30 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-2 |
23 |
|
- Add template fragments to etc/pam.d/login to look for winbindd auth is |
24 |
|
winbindd is running [SME: 4196]. |
25 |
|
- Add a template fragment to ibays to set the samba 'force group' |
26 |
|
parameter to the current ibay group or the group shared when SME is |
27 |
|
configured as a Domain Member of Active Directory Member. The is required |
28 |
|
so that domain members can have write access to domain member shares. At |
29 |
|
some point, we may decide to fully support domain groups transparently |
30 |
|
at the domain member or active directory member server [SME: 4196]. |
31 |
|
|
32 |
|
* Fri Apr 11 2008 Greg J. Zartman <greg@leiinc.com> 0.1.0-1 |
33 |
- Roll initial package. |
- Roll initial package. |
34 |
- Provide configuration parameters to deploy Samba winbindd deamon. |
- Provide configuration parameters to deploy Samba winbindd deamon. |
35 |
- Add template to nsswitch.conf to configure nss to include winbindd auth. |
- Add template to nsswitch.conf to configure nss to include winbindd auth. |
36 |
The configuration parameters included in this fragment really belong |
The configuration parameters included in this fragment really belong |
37 |
in e-smith-base, but we are including it in this package until it it |
in e-smith-base, but we are including it in this package until it is |
38 |
deemed appropriate to move it to e-smith-base. |
deemed appropriate to move it to e-smith-base. |
39 |
|
|
40 |
%description |
%description |
52 |
|
|
53 |
%prep |
%prep |
54 |
%setup |
%setup |
55 |
|
%patch1 -p1 |
56 |
|
|
57 |
%build |
%build |
58 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |