Displaying 3 results from an estimated 3 matches for "make_dmapi".
2018 May 03
0
re: re: access domain via ldap failed
...log \
>
> --with-utmp \
>
> --with-winbind \
>
> --with-ads \
>
> --with-dnsupdate \
>
> --with-cluster-support \
>
> %if %{with_libarchive}
>
> --with-libarchive \
>
> %else
>
> --without-libarchive \
>
> %endif
>
> %if %{make_dmapi}
>
> --with-dmapi \
>
> %else
>
> --without-dmapi \
>
> %endif
>
> --with-shared-modules=%{shared_modules} \"
Which, in my opinion, could be just this:
CONF_OPTS="\
--with-cluster-support \
--with-shared-modules=%{shared_modules} \"
All the re...
2018 Apr 12
0
Fw:ldap access domain AD failed on 4.7.6 and 4.8.0
...quotas \
--with-syslog \
--with-utmp \
--with-winbind \
--with-ads \
--with-dnsupdate \
--with-cluster-support \
%if %{with_libarchive}
--with-libarchive \
%else
--without-libarchive \
%endif
%if %{make_dmapi}
--with-dmapi \
%else
--without-dmapi \
%endif
--with-shared-modules=%{shared_modules} \"
./configure $PATH_OPTS $BUILD_OPTS $CONF_OPTS
This is my smb.conf :
[global]
bind interfaces only = Yes
interfaces = 8.22.145.1...
2018 Apr 28
3
re: access domain via ldap failed
Er..Actrually I don't use any windows as DC. Windows computer just the domain member for me. I've seen a similar thread https://lists.samba.org/archive/samba/2017-July/209728.html. I want to build a domain only using samba in linux as the DC. It's a new domain and my first DC.
I'd like to believe it is not a samba problem. After all, it occurs in 4.7.x and 4.8.x, a such large