Fix conn->share_access which is reset between user switches.

resolves: #903806
This commit is contained in:
Andreas Schneider 2013-01-30 16:16:42 +01:00
parent 9723e2277f
commit 654cbb455b
2 changed files with 1360 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -76,6 +76,8 @@ Source6: samba.pamd
Source200: README.dc
Source201: README.downgrade
Patch0: samba-4.0.0-fix_conn_share_access_reset.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(pre): /usr/sbin/groupadd
@ -430,6 +432,8 @@ the local kerberos library to use the same KDC as samba and winbind use
%prep
%setup -q -n samba-%{version}%{pre_release}
%patch0 -p1 -b .conn_share_reset
%build
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
%global _tevent_lib ,tevent,pytevent
@ -1338,6 +1342,8 @@ rm -rf %{buildroot}
%changelog
* Wed Jan 30 2013 - Andreas Schneider <asn@redhat.com> - 2:4.0.1-2
- Fix conn->share_access which is reset between user switches.
- resolves: #903806
- Add missing example and make sure we don't introduce perl dependencies.
- resolves: #639470