Displaying 20 results from an estimated 10000 matches similar to: "Domain users not resolving..."
2016 Mar 23
2
samba 4.4rcx WINS nsswitch module
cd samba-4.4.0
./configure --prefix=/usr/local/samba --fatal-errors --enable-gnutls
--enable-debug --enable-selftest
make
make install
ln -v -fs /usr/local/samba/lib/security/pam_winbind.so
/lib64/security/pam_winbind.so
ln -v -fs /usr/local/samba/lib/security/pam_smbpass.so
/lib64/security/pam_smbpass.so
ln -v -fs /usr/local/samba/lib/libnss_winbind.so.2 /lib64/
ln -v -fs
2016 Dec 08
4
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 13:03:49 -0500
lingpanda101 via samba <samba at lists.samba.org> wrote:
> On 12/8/2016 12:52 PM, Rowland Penny via samba wrote:
> > On Thu, 8 Dec 2016 12:27:20 -0500
> > lingpanda101 via samba <samba at lists.samba.org> wrote:
> >
> >> I think I have a issue with ldconfig not finding winbind. I create
> >> the sym links and
2015 Jun 22
3
nsswitch/libnss_winbind.so.2
Hello,
Trying to set up an AD member server, I am stuck on nsswitch not working.
wbinfo -u returns the list of domain users, but getent passwd <some
user> always fails (exit 2)
/etc/nsswitch.conf
passwd: files winbind
shadow: files winbind
group: files winbind
$ ls -l /usr/lib64/libnss_w*
lrwxrwxrwx 1 root root 19 23 f?vr. 14:39 /usr/lib64/libnss_winbind.so
->
2009 Jan 08
2
Compiling Samba 3.2.7 fails on RHEL 4
My apologies if I sent this email to Seeger directly in error.
Any clues to the problem I posted below?
Thanks!
Marc
-----Original Message-----
From: Taylor, Marc
Sent: Tuesday, January 06, 2009 14:06
To: 'Karolin Seeger'
Subject: RE: [Samba] compiling 3.2.6 fails on fedora 10 i386
Karolin,
I just downloaded Samba-3.2.7 and ran into the same problem that Adam
ran into (I am using
2013 Aug 28
1
Samba4 Member Server not working
Hi,
I have one Samba4 server running as Active Directory Domain Controller.
It's working like a charm.
So I needed to add another server to be a Member Server (File Server).
The server is running samba-4.0.9.
Configured and compiled ok:
./configure --prefix=/usr/local/samba --sysconfdir=/etc
--localstatedir=/var --mandir=/usr/man --bindir=/usr/bin
--sbindir=/usr/sbin --libdir=/lib
2015 Jun 22
1
nsswitch/libnss_winbind.so.2
OK, issuing this command:
$ getent passwd tunix
Produces in /var/log/log.wb-STUDELEC-SA:
2015/06/22 12:32:37.473115, 4]
../source3/winbindd/winbindd_dual.c:1346(child_handler)
Finished processing child request 20
[2015/06/22 12:32:37.473241, 4]
../source3/winbindd/winbindd_dual.c:1338(child_handler)
child daemon request 20
[2015/06/22 12:32:37.473278, 3]
2016 Dec 08
2
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 13:54:17 -0500
lingpanda101 via samba <samba at lists.samba.org> wrote:
> On 12/8/2016 1:14 PM, Rowland Penny via samba wrote:
> > On Thu, 8 Dec 2016 13:03:49 -0500
> > lingpanda101 via samba <samba at lists.samba.org> wrote:
> >
> >> On 12/8/2016 12:52 PM, Rowland Penny via samba wrote:
> >>> On Thu, 8 Dec 2016 12:27:20
2016 Dec 13
2
How to join join Ubuntu desktop to AD
On Tue, 13 Dec 2016 14:57:59 -0500
lingpanda101 via samba <samba at lists.samba.org> wrote:
> On 12/12/2016 3:27 PM, lingpanda101 wrote:
> > On 12/11/2016 8:59 AM, Brian Candler via samba wrote:
> >> On 10/12/2016 16:25, Brian Candler wrote:
> >>> I think there's plenty of emphasis now, but I think there is a
> >>> part which is misleading:
>
2016 Mar 23
2
samba 4.4rcx WINS nsswitch module
cd /usr/lib64/security
rm pam_smbpass.so
rm pam_winbind.so
rm /lib64/libnss_wins.so*
ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so.2
ln -s /usr/local/samba/lib/libnss_wins.so.2 /lib64/libnss_wins.so
reboot
# ping google.com
Segmentation fault
2016-03-23 13:39 GMT+02:00 Rowland penny <rpenny at samba.org>:
> On 23/03/16 10:12, barış tombul wrote:
>
>> cd
2003 Sep 04
2
build samba rpm for redhat 9
Hello group,
I have downloaded the source file of samba 3:
samba-3.0.0rc2-1.src.rpm.And build it for redhat 9.0,I
didn't see any redhat package of samba 3 for redhat
9.0.
when i install the source,and built redhat package
using the following command: rpmbuild -ba samba3.spec.
It seem OK,but at last,it report the error:
Can everybody help me and show me how to fix the
error.
Thanks a lot.
2015 Jun 22
2
nsswitch/libnss_winbind.so.2
Sorry I forgot the /etc/samba/smb.conf:
[global]
workgroup = STUDELEC-SA
server string = Samba Server Version %v
; netbios name = MYSERVER
; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24
; hosts allow = 127. 192.168.12. 192.168.13.
; max protocol = SMB2
# log files split per-machine:
log file = /var/log/samba/smb.log
# maximum size of 50KB per log file, then rotate:
max log size
2015 Jun 22
2
nsswitch/libnss_winbind.so.2
Le 22/06/2015 13:23, Rowland Penny a ?crit :
> On 22/06/15 11:59, Marc Recht? wrote:
>> Sorry I forgot the /etc/samba/smb.conf:
>>
>> [global]
>>
>> workgroup = STUDELEC-SA
>> server string = Samba Server Version %v
>>
>> ; netbios name = MYSERVER
>>
>> ; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24
>> ;
2016 Apr 20
2
Backspace key does not work in a ssh chroot jail
I setup a ssh chroot jail following this[1] guide. It works for my user to login, use ls and use scp which is all I really want. I do have a problem I cannot solve: when connected and navigating the filesystem, the backspace key actually moves the cursor forward and does not delete what I type.
I may have found a hint from some googling that readline will read in /etc/inputrc on login but if
2007 Feb 08
5
FreeBSD and Winbind
I'm hoping this is an easy question, but the way my day has gone I
seriously doubt it is going to be.
Today, I installed Samba 3.0.24 with winbind support on my FreeBSD 6.2
server. I am able to join my domain and get information concerning groups
and passwords from the domain controller (Windows 2003) without any
problem.
Where I have run into a problem is using getent to get a copy of the
2010 Mar 30
3
help installing samba 3.0.37 on solairs 9 server
I am getting these errors running:
sh makepkg.sh
can anyone help?
===============================================
root# sh makepkg.sh
Distribution base: /var/tmp/samba-3.0.37
Temp install dir: /tmp/samba-3.0.37-build
Install directory: /opt/samba
mkdir: Failed to make directory "/tmp/samba-3.0.37-build"; File exists
make: Fatal error: Don't know how to make target
2002 Nov 27
4
libnss on solaris
hi,
i am trying to make solaris resolve windows names via nsswitch.conf
using broadcasts and/or wins server.
i have compiled samba and nsswitch/libnss_wins.so.
i added wins to hosts section in nsswitch.conf and
copied libnss_wins.so as /lib/nss_wins.so.1
and it does not work. am i missing something?
please help,
terry
2005 Aug 14
5
RPM SPEC rebuild errors
Hello All,
I have been trying all afternoon to rebuild the Samba RPM for my Fedora
3 with the MySQL passdb support and from what I can see it only needs
the inclusion of "--with-expsam=mysql" in the SPEC file in addition to
the regular ones.
The problem is that no matter what version of Samba I try to rebuild, it
always gice an error at the same place:
2005 Apr 03
4
Smbd 3.0.13 dies when smb.conf has winbind separator = \
I am trying to get windind to work so my domain users can touch shares
on this Linux box without being prompted for credentials. I put these
in nsswitch.conf:
passwd: files winbind
group: files winbind
Then I did this:
cp /usr/src/samba-3.0.13/source/nsswitch/libnss_winbind.so /lib
ln --symbolic /lib/libnss_windbind.so /lib/libnss_winbind.so.2
Make libnss_windbind
2016 Mar 22
3
samba 4.4rcx WINS nsswitch module
I would appreciate it if you can change the host value in the
/etc/nsswitch.conf file from *hosts:* to *files wins dns * and try
again by restarting the server, since the error occurs whenever I restart
the server.
However, If I change the host value which is *hosts: * in the
/etc/nsswitch.conf file to *files dns wins *and restart the server
everything runs perfectly, when the alignment of
2016 Dec 08
2
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 12:27:20 -0500
lingpanda101 via samba <samba at lists.samba.org> wrote:
>
> I think I have a issue with ldconfig not finding winbind. I create
> the sym links and verified they exist. What am I missing? Thanks.
>
> ldconfig -v | grep "libnss_"
> /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
>