Displaying 11 results from an estimated 11 matches for "with_mitkrb5".
2017 Feb 20
2
Offical RHEL AD DC on RHEL
...ago.edu/centos-vault/7.3.1611/
> yumdownloader --source samba
> # dnf download --source samba # Fedora
>
> # Install samba source
> rpm -ivh samba-4.*.src.rpm
>
> # Modify .spec file
> sed -i \
> -e 's/%define main_release .*/&.1/' \
> -e 's/%global with_mitkrb5 1/%global with_mitkrb5 0/' \
> -e 's/%global with_dc 0/%global with_dc 1/' \
> /home/lesca/rpmbuild/SPECS/samba.spec
>
> # samba 4.5.x (Fedora) do also this....
> sed -i \
> -e 's|^%.*libntvfs-samba4.so|# &\n%{_libdir}/samba/bind9/dlz_bind9_11.so\n%{_libdir...
2017 Feb 21
2
Offical RHEL AD DC on RHEL
...7.3
that wasn't an issue on 7.2.
In case it's useful, this is the extent of my changes to the spec file:
--- samba.spec 2017-01-17 11:21:48.000000000 -0600
+++ samba-dc.spec 2017-01-27 13:58:55.736213036 -0600
@@ -56,8 +56,8 @@
%global libwbc_alternatives_suffix -64
%endif
-%global with_mitkrb5 1
-%global with_dc 0
+%global with_mitkrb5 0
+%global with_dc 1
%if %{with testsuite}
# The testsuite only works with a full build right now.
@@ -78,9 +78,9 @@
Release: %{samba_release}
%if 0%{?rhel}
-Epoch: 0
+Epoch: 4
%else
-Epoch: 2
+Epoch:...
2016 Aug 27
0
Samba DC NT4 Style is Gone. When AD-DC will enable for default into Centos/RedHat Samba4 packages?
...Controller NT4 Style,
Samba 3 and 4 included.
Then is urgent to enable, into Samba 4 Centos package by default
support to AD-DC mode, or release another renamed packages with AD-DC
support enable.
For now, I must download the samba.src rpm, modify the spec file
> sed \
> -e 's/%global with_mitkrb5 1/%global with_mitkrb5 0/' \
> -e 's/%global with_dc 0/%global with_dc 1/' \
> ~/rpmbuild/SPECS/samba.spec
then rebuild the package after all update.
My question is:
There is some hope that in the short this flags are enable by default?
Many thanks for your reply
--
Dario Le...
2017 Feb 20
0
Offical RHEL AD DC on RHEL
...ource samba
> > # dnf download --source samba # Fedora
> >
> > # Install samba source
> > rpm -ivh samba-4.*.src.rpm
> >
> > # Modify .spec file
> > sed -i \
> > -e 's/%define main_release .*/&.1/' \
> > -e 's/%global with_mitkrb5 1/%global with_mitkrb5 0/' \
> > -e 's/%global with_dc 0/%global with_dc 1/' \
> > /home/lesca/rpmbuild/SPECS/samba.spec
> >
> > # samba 4.5.x (Fedora) do also this....
> > sed -i \
> > -e 's|^%.*libntvfs-samba4.so|# &\n%{_li...
2017 Feb 19
3
Offical RHEL AD DC on RHEL
On Sat, 2017-02-18 at 19:47 -0500, Nico Kadel-Garcia wrote:
> On Sat, Feb 18, 2017 at 12:58 PM, Andrew Bartlett via samba
> <samba at lists.samba.org> wrote:
> > On Sat, 2017-02-18 at 10:36 +0100, Dario Lesca via samba wrote:
> > >
> > > Centos [6,7]* however does not have into current samba 4.x
> > > version
> > > fully support to AD DC
2016 May 18
2
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...gt;> repository at:
>>
>> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>>
>>
> Not related to your Problem, but are you sure, that this repo really
> provide ad-dc - funktionality??
>
> From the spec-file:
> "%global with_mitkrb5 1"
> "%global with_dc 0"
>
> "%if ! %with_dc
> --without-ad-dc \"
>
>
>
> Markus
>
>
It looks like you are right, there is also these lines:
%exclude %{_mandir}/man8/samba-tool.8.*
%exclude %{_mandir}/man8/samba.8.*
It seems the manpage...
2017 Feb 21
0
Offical RHEL AD DC on RHEL
...case it's useful, this is the extent of my changes to the spec file:
>
> --- samba.spec 2017-01-17 11:21:48.000000000 -0600
> +++ samba-dc.spec 2017-01-27 13:58:55.736213036 -0600
> @@ -56,8 +56,8 @@
> %global libwbc_alternatives_suffix -64
> %endif
>
> -%global with_mitkrb5 1
> -%global with_dc 0
> +%global with_mitkrb5 0
> +%global with_dc 1
>
> %if %{with testsuite}
> # The testsuite only works with a full build right now.
> @@ -78,9 +78,9 @@
> Release: %{samba_release}
>
> %if 0%{?rhel}
> -Epoch: 0
> +Epoch:...
2016 May 18
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
We are using samba4 as an AD controller under OpenSuSE 13.2 using the
repository at:
http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
After an update to Version 4.4.2, we began getting error from our CAD
program (SolidWorks). This happens under both Windows 7 and Windows 10.
The messages in the Samba log file are:
[2016/05/17 10:49:02.822522, 2]
2016 May 19
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...gt; >> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUS
> >> E_13.2>
> > Not related to your Problem, but are you sure, that this repo really
> > provide ad-dc - funktionality??
> >
> > From the spec-file:
> > "%global with_mitkrb5 1"
> > "%global with_dc 0"
> >
> > "%if ! %with_dc
> >
> > --without-ad-dc \"
> >
> > Markus
>
> It looks like you are right, there is also these lines:
>
> %exclude %{_mandir}/man8/samba-tool.8.*
> %exclude...
2013 Mar 11
0
Updates to RHEL 6 compatible backport of Samba 4.0.3, with domain controller activated
...bldb, libtevent, etc. for RHEL 6.
* Restore SysV init scripts (Fedora rawhide relies exclusively on systemd.)
* Activate "with_dc" to compile with the domain controller.
* Include a stack of libraries for the "samba-dc-libs" toolsuite.
* Clean up the dependencies for with_dc and with_mitkrb5.
* Make clear that the "with_talloc", "with_tevent", etc. flags
actually mean "with_internal_talloc" rather than using the separately
system compiled talloc, tevent, etc. (RPM spec file syntax fis usually
based on autoconf syntax, mwaning where "--without-talloc&...
2016 May 18
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
...ontroller under OpenSuSE 13.2 using the
> repository at:
>
> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>
>
Not related to your Problem, but are you sure, that this repo really
provide ad-dc - funktionality??
>From the spec-file:
"%global with_mitkrb5 1"
"%global with_dc 0"
"%if ! %with_dc
--without-ad-dc \"
Markus
> After an update to Version 4.4.2, we began getting error from our CAD
> program (SolidWorks). This happens under both Windows 7 and Windows 10.
>
> The messages in the Samba log file are...