Displaying 20 results from an estimated 21 matches for "name_status_find".
2024 Jan 25
1
Samba acting as a domain member + netbios
On Thu, 25 Jan 2024 16:28:57 +0000
Vincent DROUIN <vdrouin at chapsvision.com> wrote:
> Thanks for the advice about the security line, I won't use domain
> type anymore then.
>
> I know name_status_find is using NetBios, what I don't know is why
> this function is called when using 'security = ads', and as a result
> of the fail my domain is added to the failed connection cache.
Whilst name_status_find is meant for netbios, if you look at the code,
there is this near the top of...
2024 Jan 25
1
Samba acting as a domain member + netbios
Thanks for the advice about the security line, I won't use domain type anymore then.
I know name_status_find is using NetBios, what I don't know is why this function is called when using 'security = ads', and as a result of the fail my domain is added to the failed connection cache.
Then, every action that needs to have a look into the cache results in failing, and wbinfo -P returns "WBC...
2008 Sep 30
1
Could not join the domain - Samba and Openldap
...to the way
it was since the BDC did not run to a functional state anyway.
Here is a snippet of the debug when I run "net rpc testjoin -d 10" on PDC.
[2008/09/30 00:43:29, 5] libsmb/namecache.c:namecache_fetch(214)
name Domain Name#1B found.
[2008/09/30 00:43:29, 10] libsmb/namequery.c:name_status_find(303)
name_status_find: looking up Domain Name#1b at 192.168.1.3
[2008/09/30 00:43:29, 10] lib/gencache.c:gencache_get(212)
Cache entry with key = NBT/Domain Name#1B.20.192.168.1.3 couldn't be found
[2008/09/30 00:43:29, 5] libsmb/namecache.c:namecache_status_fetch(346)
namecache_status_fe...
2004 Oct 20
0
Home drives not being mounted. Samba 3.0.7 vs W2k TS
...ist(1389)
get_dc_list: returning 1 ip addresses in an ordered list
[2004/10/14 09:28:21, 4] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/libsmb/namequery.c:get_dc_list(1390)
get_dc_list: 192.168.2.253:0
[2004/10/14 09:28:21, 10] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/libsmb/namequery.c:name_status_find(188)
name_status_find: looking up DOMAINNAME#1c at 192.168.2.253
[2004/10/14 09:28:21, 10] /usr/pkgsrc/net/samba/work/samba-3.0.7/source/lib/gencache.c:gencache_get(286)
Cache entry with key = NBT/DOMAINNAME#1C.20.192.168.2.253 couldn't be found
[2004/10/14 09:28:21, 5] /usr/pkgsrc/net/samb...
2005 Jan 23
1
Winbind without netbios
...add_trusted_domain: FACTIS is an NT4 domain
Added domain FACTIS S-0-0
Using cleartext machine password
get_sorted_dc_list: attempting lookup using [lmhosts wins host bcast]
name facdc01.factis.com#20 found.
get_dc_list: returning 1 ip addresses in an ordered list
get_dc_list: 192.168.1.1:0
name_status_find(FACTIS#1c): netbios is disabled
set_dc_type_and_flags: Could not open a connection to FACTIS for
PIPE_LSARPC (NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND)
get_cache: Setting MS-RPC methods for domain FACTIS
scanning trusted domain list
rpc: trusted_domains
Using cleartext machine password
get_sorte...
2020 Jul 13
0
Problem with network browsing
...nc=No auth=Yes
> header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0
> answers: nmb_name=__MSBROWSE__<01> rr_type=32 rr_class=1 ttl=259200
> answers 0 char ...... hex 80000A000002
> Got a positive name query response from 10.0.0.2 ( )
> validator failed
> name_status_find: looking up *#00 at 10.0.0.2
> Opening cache file at /var/lock/samba/gencache.tdb
> gencache_set_data_blob: Adding cache entry with key=[NBT/*#00.1D.10.0.0.2]
> and timeout=[Wed Dec 31 06:00:00 PM 1969 CST] (-1594610080 seconds in the
> past)
> namecache_status_fetch: no entry for NB...
2024 Jan 25
1
Samba acting as a domain member + netbios
...ng either "security = domain" or
> "security = ads".
You really should only use 'security = ads', 'domain' is meant for the
legacy NT4-style domains.
> Nevertheless, if I use "disable netbios" option,
> winbindd immediately fails to use "name_status_find",
It would, it requires netbios. If you turn the logging up to 5, you
will get a log message telling you this.
> the domain is
> then added to the negative connection cache and the whole thing stops
> working.
What stops working ? The entire domain, or whatever you are trying to...
2005 Mar 08
2
Trying to get ADS authentication working.
...IN_CONTROLLER_NOT_FOUND (0xc0000233)
Could not check secret
I have set the winbind to debug level 10 and when starting winbind I get
this in the logs:
[2005/03/08 12:13:33, 5] libsmb/namecache.c:namecache_fetch(201)
name hqdc01.hq.navis.net#20 found.
[2005/03/08 12:13:33, 10] libsmb/namequery.c:name_status_find(188)
name_status_find: looking up HQ#1c at 192.168.192.60
[2005/03/08 12:13:33, 10] lib/gencache.c:gencache_get(285)
Cache entry with key = NBT/HQ#1C.20.192.168.192.60 couldn't be found
[2005/03/08 12:13:33, 5] libsmb/namecache.c:namecache_status_fetch(308)
namecache_status_fetch: no entr...
2024 Jan 26
1
Samba acting as a domain member + netbios
...samba.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
On Thu, 25 Jan 2024 16:28:57 +0000
Vincent DROUIN <vdrouin at chapsvision.com> wrote:
> Thanks for the advice about the security line, I won't use domain type
> anymore then.
>
> I know name_status_find is using NetBios, what I don't know is why
> this function is called when using 'security = ads', and as a result
> of the fail my domain is added to the failed connection cache.
Whilst name_status_find is meant for netbios, if you look at the code, there is this near the top of...
2024 Jan 25
1
Samba acting as a domain member + netbios
...indows Active Directory Server.
I manage to join successfully to the AD using net ads join command, with or without Kerberos, using either "security = domain" or "security = ads".
Nevertheless, if I use "disable netbios" option, winbindd immediately fails to use "name_status_find", the domain is then added to the negative connection cache and the whole thing stops working.
The winbind ping is also failing if netbios is disabled.
Am I missing some configuration parameter that would prevent such a behavior?
NetBios is an unsecure deprecated protocol : why is it mandato...
2006 Nov 24
0
samba-3.0.23d server doesn't join in domain
...:26, 10] lib/gencache.c:gencache_get(304)
Returning valid cache entry: key = NBT/UNAV-PDC-01#1B, value =
159.237.12.140:0, timeout = Fri Nov 24 12:33:17 2006
[2006/11/24 12:28:26, 5] libsmb/namecache.c:namecache_fetch(201)
name UNAV-PDC-01#1B found.
[2006/11/24 12:28:26, 10] libsmb/namequery.c:name_status_find(276)
name_status_find: looking up UNAV-PDC-01#1b at 159.237.12.140
[2006/11/24 12:28:26, 10] lib/gencache.c:gencache_get(329)
Cache entry with key = NBT/UNAV-PDC-01#1B.20.159.237.12.140 couldn't
be found
[2006/11/24 12:28:26, 5] libsmb/namecache.c:namecache_status_fetch(308)
namecache_st...
2008 Oct 23
1
Join AD: no logon server
...looking for duplicate address/port pairs
[2008/10/22 16:51:35, 4] libsmb/namequery.c:get_dc_list(1605)
get_dc_list: returning 1 ip addresses in an ordered list
[2008/10/22 16:51:35, 4] libsmb/namequery.c:get_dc_list(1606)
get_dc_list: 10.191.2.29:389
[2008/10/22 16:51:35, 10] libsmb/namequery.c:name_status_find(303)
name_status_find: looking up NSUK#1c at 10.191.2.29
[2008/10/22 16:51:35, 10] lib/gencache.c:gencache_get(212)
Cache entry with key = NBT/NSUK#1C.20.10.191.2.29 couldn't be found
[2008/10/22 16:51:35, 5] libsmb/namecache.c:namecache_status_fetch(346)
namecache_status_fetch: no entry...
2004 Mar 10
0
Followup to previous request
...lue =
10.0.0.3:0,171.64.235.13:0, timeout = Wed Mar 10 13:55:52 2004
[2004/03/10 13:49:25, 5] libsmb/namecache.c:namecache_fetch(201)
name FAC#1B found.
[2004/03/10 13:49:25, 6] libsmb/namequery.c:get_pdc_ip(1221)
get_pdc_ip: PDC has 2 IP addresses!
[2004/03/10 13:49:25, 10] libsmb/namequery.c:name_status_find(180)
name_status_find: looking up FAC#1b at 10.0.0.3
[2004/03/10 13:49:25, 10] lib/gencache.c:gencache_get(264)
Returning valid cache entry: key = NBT/FAC#1B.20.10.0.0.3, value =
BONHOPE, timeout = Wed Mar 10 13:55:52 2004
[2004/03/10 13:49:25, 5] libsmb/namecache.c:namecache_status_fetch(314)...
2020 Jul 13
10
Problem with network browsing
...name: looking up NETWORK-1#1d (sitename (null))
Opening cache file at /var/lock/samba/gencache.tdb
name NETWORK-1#1D found.
remove_duplicate_addrs2: looking for duplicate address/port pairs
Enter NETWORK-1\jonesmz's password:
Connecting to 10.0.0.2 at port 445
Connecting to 10.0.0.2 at port 139
name_status_find: looking up *#00 at 10.0.0.2
namecache_status_fetch: key NBT/*#00.00.10.0.0.2 -> MIMIR
Connecting to 10.0.0.2 at port 445
Connecting to 10.0.0.2 at port 139
###############################################
Log from running the "smbtree" command, with the broadcast flag
##############...
2005 Mar 01
0
Windows 2003 Active Directory - Cannot authenticate
...Returning valid cache entry: key =
NBT/CIRCLE.OFFICE.GROOVYTRAIN.COM#20, value = xxx.xxx.xxx.195:0, timeout =
Mon Feb 28 13:31:18 2005
[2005/02/28 13:24:27, 5] libsmb/namecache.c:namecache_fetch(201)
name circle.office.groovytrain.com#20 found.
[2005/02/28 13:24:27, 10] libsmb/namequery.c:name_status_find(188)
name_status_find: looking up OFFICE#1c at xxx.xxx.xxx.195
[2005/02/28 13:24:27, 10] lib/gencache.c:gencache_get(285)
Cache entry with key = NBT/OFFICE#1C.20.xxx.xxx.xxx.195 couldn't
be found
[2005/02/28 13:24:27, 5]
libsmb/namecache.c:namecache_status_fetch(308)
namecache_status...
2007 Apr 10
4
SMB Signature verification failed when establish trust with win2003 domain
.../04/04 17:00:13, 10] lib/gencache.c:gencache_get(304)
Returning valid cache entry: key = NBT/XANQANET1#1B, value =
172.18.0.3:0, timeout = Wed Apr 4 17:05:50 2007
[2007/04/04 17:00:13, 5] libsmb/namecache.c:namecache_fetch(216)
name XANQANET1#1B found.
[2007/04/04 17:00:13, 10] libsmb/namequery.c:name_status_find(276)
name_status_find: looking up XANQANET1#1b at 172.18.0.3
[2007/04/04 17:00:13, 10] lib/gencache.c:gencache_get(304)
Returning valid cache entry: key = NBT/XANQANET1#1B.20.172.18.0.3, value
= MASTER1, timeout = Wed Apr 4 17:05:50 2007
[2007/04/04 17:00:13, 5] libsmb/namecache.c:namecache_statu...
2020 Jul 13
0
Problem with network browsing
...name (null))
> Opening cache file at /var/lock/samba/gencache.tdb
> name NETWORK-1#1D found.
> remove_duplicate_addrs2: looking for duplicate address/port pairs
> Enter NETWORK-1\jonesmz's password:
> Connecting to 10.0.0.2 at port 445
> Connecting to 10.0.0.2 at port 139
> name_status_find: looking up *#00 at 10.0.0.2
> namecache_status_fetch: key NBT/*#00.00.10.0.0.2 -> MIMIR
> Connecting to 10.0.0.2 at port 445
> Connecting to 10.0.0.2 at port 139
>
>
>
> ###############################################
> Log from running the "smbtree" command...
2020 Jul 13
0
Problem with network browsing
...name (null))
> Opening cache file at /var/lock/samba/gencache.tdb
> name NETWORK-1#1D found.
> remove_duplicate_addrs2: looking for duplicate address/port pairs
> Enter NETWORK-1\jonesmz's password:
> Connecting to 10.0.0.2 at port 445
> Connecting to 10.0.0.2 at port 139
> name_status_find: looking up *#00 at 10.0.0.2
> namecache_status_fetch: key NBT/*#00.00.10.0.0.2 -> MIMIR
> Connecting to 10.0.0.2 at port 445
> Connecting to 10.0.0.2 at port 139
>
>
>
> ###############################################
> Log from running the "smbtree" command...
2020 Jul 13
1
Problem with network browsing
...e file at /var/lock/samba/gencache.tdb name NETWORK-1#1D
> > found.
> > remove_duplicate_addrs2: looking for duplicate address/port pairs
> > Enter NETWORK-1\jonesmz's password:
> > Connecting to 10.0.0.2 at port 445
> > Connecting to 10.0.0.2 at port 139
> > name_status_find: looking up *#00 at 10.0.0.2
> > namecache_status_fetch: key NBT/*#00.00.10.0.0.2 -> MIMIR Connecting
> > to 10.0.0.2 at port 445 Connecting to 10.0.0.2 at port 139
> >
> >
> >
> > ###############################################
> > Log from running the...
2003 May 22
0
net rpc samdump and vampire
...= NBT/LSJ.STJOSEPH#1B; value = 172.19.100.252 and timeout = Thu May 22 12:19:49 2003
(10 seconds ahead)
[2003/05/22 12:19:39, 10] libsmb/namequery.c:internal_resolve_name(926)
internal_resolve_name: returning 1 addresses: 172.19.100.252
[2003/05/22 12:19:39, 10] libsmb/namequery.c:name_status_find(179)
name_status_find: looking up LSJ.STJOSEPH#1c at 172.19.100.252
[2003/05/22 12:19:39, 10] lib/util_sock.c:open_socket_in(644)
bind succeeded on port 0
[2003/05/22 12:19:39, 5] libsmb/nmblib.c:send_udp(741)
Sending a packet of len 50 to (172.19.100.252) on port 137
[2003/05/22 12:19:39, 10...