Displaying 20 results from an estimated 1000 matches similar to: "Re: Samba wins help (nsswitch)"
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 Dec 01
0
No subject
share in the samba box, from the PDC server itself. The log.winbindd and
log.nmbd are empty.
[2001/08/08 13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(865)
Domain=[EERDBR001] NativeOS=[Windows NT 1381] NativeLanMan=[] [2001/08/08
13:11:28, 3] smbd/reply.c:reply_sesssetup_and_X(876)
sesssetupX:name=[administrator]
[2001/08/08 13:11:28, 3] libsmb/namequery.c:resolve_lmhosts(733)
2016 Apr 04
0
samba 4.4rcx WINS nsswitch module
On Thu, 2016-03-24 at 10:13 +0000, Rowland penny wrote:
> On 23/03/16 13:05, Rowland penny wrote:
> > On 23/03/16 12:53, barış tombul wrote:
> > > 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
>
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 Apr 04
0
samba 4.4rcx WINS nsswitch module
On 04/04/16 14:53, L.P.H. van Belle wrote:
> Rowland,
>
> Can you try again but first upgrade libnss to libnss 3.23at least.
>
>
> Greetz,
>
> Louis
>
>
>
>
>
>> -----Oorspronkelijk bericht-----
>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rowland penny
>> Verzonden: maandag 4 april 2016 15:31
>> Aan: Andrew Bartlett;
2016 Mar 24
3
samba 4.4rcx WINS nsswitch module
On 23/03/16 13:05, Rowland penny wrote:
> On 23/03/16 12:53, barış tombul wrote:
>> 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
2016 Apr 04
2
samba 4.4rcx WINS nsswitch module
Rowland,
Can you try again but first upgrade libnss to libnss 3.23at least.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rowland penny
> Verzonden: maandag 4 april 2016 15:31
> Aan: Andrew Bartlett; samba at lists.samba.org
> Onderwerp: Re: [Samba] samba 4.4rcx WINS nsswitch module
>
> On 04/04/16
2003 Dec 01
0
No subject
if((group_c = *lp_force_group(snum))) {
BOOL is_guest = False;
some lines deleted
token = create_nt_token(uid, gid, current_user.ngroups,current_user.groups, is_guest);
must_free_token = True;
}
set_sec_ctx(uid, gid, current_user.ngroups, current_user.groups,token);
/*
* Free the new token (as set_sec_ctx
2016 Mar 23
0
samba 4.4rcx WINS nsswitch module
On 22/03/16 12:17, barış tombul wrote:
> 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
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]
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
->
2015 Jun 22
0
nsswitch/libnss_winbind.so.2
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
> ; hosts allow = 127. 192.168.12. 192.168.13.
>
> ; max protocol = SMB2
>
> #
2015 Jun 22
0
nsswitch/libnss_winbind.so.2
On 22/06/15 13:19, Marc Rechte wrote:
>
>
> 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
2011 Feb 16
5
[Bug 34348] New: (regression/bisected) (2.6.37 nouveau/KMS) internal laptop display remains blank
https://bugs.freedesktop.org/show_bug.cgi?id=34348
Summary: (regression/bisected) (2.6.37 nouveau/KMS) internal
laptop display remains blank
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2003 Dec 01
0
No subject
network. I did read somewhere on the web (several years ago) of a guy
who managed to boot windows from the net.
With the start of Win 98/ME/ etc.etc it's not posible anymore.
I currently use PXE to install machine from the net using bpbatch that
works great only bpbatch is not really under developnt and the script
language is a bit buggy.
I see only one option to boot windows from the net and
2020 Nov 17
0
can't delete recursive DNS entry
Interesting...........
I tried the same; with the same result: my domain looks ( according
samba-tools) like a copy from my domain in my domain, but the RSAT DNS
tool (win 7 version) is showing "intern" and there are no items to show.
The Active directory Explorer from Sysinternals shows it as
"DC=briesebaer.intern;DC...." but no dnsProperty or dnsRecord...........
It is
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
2020 Nov 17
2
can't delete recursive DNS entry
Dear Mani The subdomain was created using the DNS RSAT Tool. Focus was on briesebaer.intern and with a right cllick I choose to create a domain. There I gave the new domain the name briesebaer.intern. After this it was as described before. This are the results of the DNS Lookups you requested. root at DRAGO:~# samba-tool dns query drago briesebaer.intern intern ALL -U administrator Password for
2003 Dec 01
0
No subject
... (port 138, setting options)...
[2001/07/10 20:11:23, 3] nmbd/nmbd.c:(541)
open_sockets: Broadcast sockets opened.
[2001/07/10 20:11:23, 2] lib/interface.c:(85)
added interface ip=141.43.132.161 bcast=141.43.132.191 nmask=255.255.255.192
[2001/07/10 20:11:23, 3] lib/util_sock.c:(832)
bind succeeded on port 137
... (port 138, setting options)...
[2001/07/10 20:11:23, 2]
2020 Nov 17
0
can't delete recursive DNS entry
Dear Michael
How have you created the subdomain?
to look it up you have to exchange the @ with the name you want to see
samba-tool dns query drago briesebaer.intern intern ALL
and further down than:
samba-tool dns query drago briesebaer.intern briesebaer.intern ALL
Mani
On 17.11.2020 07:36, Michael Thiemann via samba wrote:
> Due to a mistake I created a subdomain with the name of the