Displaying 20 results from an estimated 100000 matches similar to: "Samba4 + Winbind"
2017 Jan 04
0
Samba4 + Winbind
Your smb.conf is for a Domain Controller. Winbind is meant to run on member servers.
You are setting up a domain controller or you are joining this samba to an existing domain?
Em 04/01/2017 10:25, Lukz Ferris via samba escreveu:
> Rowland,
>
>
> I looked at Samba wiki, but it doesn't helped me as I wanted, maybe I'm doing something wrong.
>
>
> This is what I tried
2017 Jan 04
3
Samba4 + Winbind
Rowland,
I looked at Samba wiki, but it doesn't helped me as I wanted, maybe I'm doing something wrong.
This is what I tried to do:
yum install pam*
./configure.developer --with-pam
make && make install
ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib64/libnss_winbind.so
ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2
modified my nsswitch.conf
passwd:
2017 Jan 05
1
Samba4 + Winbind
Hello Marc,
Thanks for your documentation.
Well I followed what you wrote, perhaps my wbinfo command fails when I try to test the connectivity.
# wbinfo --ping-dc
checking the NETLOGON dc connection failed
failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not ping our DC
My smb.conf is now this:
# Global parameters
[global]
netbios name = DEVLUCAS1
realm =
2017 Feb 03
1
LDAP problem
Hello Vinicius,
I did it and this was the answer:
ldapsearch -H "ldaps://devsamba.lucas.ufes.br:636" -w '*********' -D "cn=administrator,cn=users,dc=lucas,dc=ufes,dc=br" -x -b "dc=lucas,dc=ufes,dc=br" -d1
ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636)
ldap_create
ldap_url_parse_ext(ldaps://devsamba.lucas.ufes.br:636/??base)
ldap_sasl_bind
2017 Feb 03
2
LDAP problem
Hello everyone,
I'm using Samba4 in my CentOS server, and it was just fine. I could always use ldap commands like 'ldapsearch' and 'ldapadd' and I had no problem.
But one day, I don't know why, I couldn't use more ldapsearch or ldapadd. They return this:
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
I'm using the same command as always, like:
2016 Nov 01
2
New attributes in Samba AD
Hello James,
About the warning, I only accept it and try to create a new attribute/class. However, when I put all the parameters (name, OID, syntax...), the system accuses that the server is unable to proceed. Do you know if Samba's schema is closed, that cannot be modified?
Lucas
On 11/1/2016 11:18 AM, Lukz Ferris via samba wrote:
> Hello everyone,
>
>
> I'm trying to
2017 Feb 13
1
LDAP problem
Hello Brian,
Sorry to my late answer, I did what you suggest previously
This error suggests a problem with your certificate. If it used to work
previously, then check it hasn't expired.
openssl s_client -connect devsamba.lucas.ufes.br:636
copy-paste the certificate into a pem file, including begin/end lines
openssl x509 -in mycert.pem -noout -enddate
And check your root CA
2017 Feb 13
1
LDAP problem
Hello Rowland,
You shouldn't use 'ldaps' and ':636', in fact you shouldn't use ':636'
at all.
OK, mini-howto coming up ;-)
The DC is dc1.samdom.example.com
The AD domain DN is dc=samdom,dc=example,dc=com
There is this line in the DC smb.conf: tls certfile = tls/cert.pem
The reverse dns zone has been created and operational
The client is
2017 Jan 10
1
Winbind PAM RHEL
jep thats also configured.
OLIVER WERNER
System-Administrator
> Am 10.01.2017 um 13:41 schrieb Vinicius Bones Silva via samba <samba at lists.samba.org>:
>
> check your /etc/nsswitch.conf and confirm that passwd and group lines have the winbind keyword
>
> passwd: files winbind
> group: files winbind
>
>
>
> Em 10/01/2017 10:29, Oliver Werner via samba
2017 Jan 10
0
Winbind PAM RHEL
check your /etc/nsswitch.conf and confirm that passwd and group lines have the winbind keyword
passwd: files winbind
group: files winbind
Em 10/01/2017 10:29, Oliver Werner via samba escreveu:
> HI,
>
> on debian i use pam winbind by adding
>
> the file /usr/share/pam-configs/winbind and enable this.
>
> Is there another way on RHEL? i have configure RHEL that wbinfo -u
2016 Nov 01
1
New attributes in Samba AD
Hello everyone,
I'm trying to create new attributes/classes in Samba AD using Windows RSAT tools, perhaps it always accuses that the server is unable to proceed. Now I even think if it is possible to create new attributes/classes in Samba.
Someone can help me?
Thanks,
Lucas
2016 Oct 18
0
It is possible to use Samba4 for a LDAP server authentication?
Hi Lucas,
Am 17.10.2016 um 17:19 schrieb Lucas Ferrari Correa via samba:
> So what i need to know is, even with the difference between the LDAP
> server and Samba4 structure, it is possible to use Samba4 for an
> external LDAP server authentication and other LDAP purposes?
Sure you can authenticate to Samba AD using the LDAP(S) protocol.
Additionally, it enables you to authenticate
2013 Apr 25
1
Samba4: W2k clients cannot set / sync time with samba4 AD DC
As a follow-up to this thread
(https://lists.samba.org/archive/samba/2013-April/172892.html) I have
created an extra topic, because this is related only to NTP/time sync.
I have done some more tests on this topic, as this really hurts and I
wouldn't be able to migrate to samba4 in productional environment. We
are still using lots of W2k clients which cannot be replaced or
upgraded. Well,
2014 Jul 16
1
Must Samba4 AD be provisionned with rfc2307 to use winbind ?
I have been reading through an old thread and to be honest confused.com
root at zent1:~# samba-tool domain level show
params.c:pm_process() - Processing configuration file "/etc/samba/shares.conf"
ldb_wrap open of secrets.ldb
Domain and forest function level for domain 'DC=office,DC=zentyal,DC=lan'
Forest function level: (Windows) 2003
Domain function level: (Windows) 2003
2013 Aug 11
6
samba4 + winbind did not work
hello,
I have install samba4 on debian whezzy 64-bit All is working OK, but now I
try to add qoutas to users and this tutorial did not working
https://wiki.samba.org/index.php/Samba4/Winbind
when i write getent passwd i did't see users from AD so e.g.
# id Administrator
id Administrator: There is no such user
Pozdrowienia
------------------------------------------
dafr32
dafr32 at
2014 Jan 31
1
Samba4 as Backup DC, DNS problems
Hi Everybody,
I have a samba4 instance running on CentOS 6.4 using the git source tree.
Everything seems to be okay on it except a couple of little things:
1.) The Windows DNS Manager snap-in can connect to the Samba DC but it can't view the records, see attached image:
2.) I have delegations under my main zone that aren't being handled by the Samba DC.
I have tested
2014 Jul 28
1
Samba4 DC winbind or sssd
I have a samba4 Domain Controller, there are no other samba4 domain member
servers in the network, there is one other samba 3 member server in the
network.
I've setup the DC with:
idmap_ldb:use rfc2307 = yes
On the samba4, do we use the idmap attributes?
# idmap config * : backend = tdb
# idmap config * : range = 70001-999999
# idmap config IAPP : backend = ad
#
2012 Dec 03
5
winbind - samba4
Hi,
I am using centos 6.3 and did the migration from samba3 to Samba4. More the
"getent passwd" does not return users.
I made the link:
ln-s /usr/local/samba/lib/libnss_winbind.so.2 / lib/libnss_winbind.so
ln-s /lib/libnss_winbind.so /lib/libnss_winbind.so.2
And change in /etc/nsswitch:
passwd: files winbind
shadow: files
group: files winbind
When I run the command:
2008 Oct 21
1
samba4 on ubuntu intrepid, winbind success only in single process model
A brief rundown of my experiences with Samba4
<http://wiki.samba.org/index.php/Samba4> on Ubuntu Intrepid:
http://ropeonfire.blogspot.com/2008/10/samba4-on-ubuntu-intrepid.html
One note in particular that might be helpful to developers: I could join
a linux machine running winbind 2:3.2.3-1ubuntu3 to the domain only when
running in single process mode.
I'm still holding out hope
2014 Jun 29
1
samba4 winbind desperation
Hi everyone, and especially the on-list plain English rfc2307 winbind
advisers.
In an effort to save the aforementioned a lot of time, energy and
frustration, we have put together a check-list to which we can refer
candidates on those rare occasions when they are having problems with
winbind.
We hope you like them and that they will serve us all to a greater or
lesser degree.