Displaying 20 results from an estimated 10000 matches similar to: "smbclient static build"
2023 Oct 17
1
smbclient static build
On Tue, 2023-10-17 at 13:08 +0200, banda bassotti via samba wrote:
> hello, has anyone managed to compile static smbclient? it's a
> question that
> is asked from time to time but there are never comprehensive answers:
> if yes
> how, no, too complex :)
>
> thnx a lot.
It may or may not be possible, but if it is then the command should be:
./configure
2019 Oct 29
4
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Hi, the problem seems to be related to this bug:
https://bugzilla.samba.org/show_bug.cgi?id=6750
I try therefore to set
machine password timeout = 0
Il giorno mar 29 ott 2019 alle ore 11:11 Rowland penny via samba <
samba at lists.samba.org> ha scritto:
> On 29/10/2019 10:04, banda bassotti wrote:
> > I had already done it:
> >
> > # samba-tool spn list
2019 Oct 29
2
export password
you are right, I was not exhaustive in my request, sorry: from samba 4.7.x
with ldap backend to samba 4.10.x with ldap backend, so I was wondering if
it was possible to do a ldbsearch from the old one and import a possible
ldif on the new one.
thnx.
Il giorno mar 29 ott 2019 alle ore 18:49 Emmanuel Florac <
eflorac at intellique.com> ha scritto:
> Le Tue, 29 Oct 2019 18:26:09 +0100
2019 Nov 05
5
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Ok, you did to much as far i can tell.
You want to see this: i'll show my output, then i is better to see what i mean.
this is where you start with.
klist -ke |sort ( default member )
---- --------------------------------------------------------------------------
3 host/HOSTNAME1 at REALM.DOMAIN.TLD (aes128-cts-hmac-sha1-96)
3 host/HOSTNAME1 at REALM.DOMAIN.TLD
2019 Sep 26
5
access to share with dns alias hostname
Hello, I'v to migrate one file server (old samba 3) to a new file samba 4,
I thought I could use the parameters netbios aliases = oldsamba but it
doesn't work, trying to access the share, with the old names, the
credentials popup appears and the log show:
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/oldsamba3 at lan.corp(kvno 107) in keytab
2019 Oct 29
2
export password
hello, I need to extract user passwords from a samba 4.7.x and import them
into new samba 4.10.x, any suggestions? thanks in advance.
2019 Nov 05
7
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Ok,
Your keytab looks ok now.
oldsamba.dom.corp is an alias for fs-a.oldsamba.dom.corp.
fs-a.dom.corp has address 10.0.0.2
i would have expected here.
oldsamba.dom.corp is an alias for fs-a.dom.corp.
fs-a.dom.corp has address 10.0.0.2
Or was that a typo? I assuming a typo..
About your setup from the script outpout.
Change this one.
/etc/hosts
10.0.0.2 fs-a.dom.corp fs-a oldsamba #
2019 May 01
1
missing _msdcs
Hi, I migrated windows 2008r2 on samba, everything or almost correctly
works except the dns. I realized that one entry is missing:
ldbsearch -H /var/lib/samba/private/sam.ldb -b
"DC=DomainDnsZones,DC=mydomain,DC=lan" | grep DC=_msdcs
samba-tool dns serverinfo 192.168.0.1 -UAdministrator at mydomain.lan
Password for [Administrator at mydomain.lan]:
ERROR(runtime): uncaught exception -
2020 Jun 10
1
kinit with SPN fail
The production will be updated as soon as possible, back to the kinit it
seems to me that we are going around the problem :) I will do tests, in the
next few days I will make up for it unless there are some hints.
thanks.
Il giorno mer 10 giu 2020 alle ore 20:46 Rowland penny via samba <
samba at lists.samba.org> ha scritto:
> On 10/06/2020 19:25, banda bassotti via samba wrote:
>
2020 Jun 10
2
kinit with SPN fail
Hello again, after obtaining the keytab file I tried to use kinit
keytab.file followed by the spn
$ samba-tool spn list z1
z1
User CN=z1,CN=Users,DC=home,DC=lan has the following servicePrincipalName:
zookeeper/ap42.home.lan
$ samba-tool domain exportkeytab z1.ktab --principal=z1
$ samba-tool domain exportkeytab z1.ktab
--principal=zookeeper/ap42.home.lan
$ kinit -V -k -t z1.ktab
2019 Nov 06
2
[OT] smbclient json output
hello, i'm off topic so I apologize in advance, I would just like to know
what is the correct place to do the "feature request": have smbclient
output in json format.
2020 Aug 20
2
Making a static build of smbclient
Hello, I'm having troubles with making a static build of smbclient. I've
searched the archives, and it seems like I'm getting close, but I'm not
quite there yet. I've tried:
./configure --nonshared-binary=smbclient
make bin/smbclient
But then when I run `ldd bin/smbclient`, I see a lot of linked libraries
still. And if I copy it to a fresh docker container (to try it in a
2019 Oct 16
4
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Hi Rowland, I refer again after a week, perhaps missing an important piece
to the big picture: the error message appears ONLY when you access the
share using the netbios alias:
[Global]
workgroup = WG1
realm = DOM.CORP
netbios name = fs-a
netbios aliases = oldsamba
security = ADS
if you access the \\fs-a\sharename is ok if you access
\\oldsamba\sharename the logs report the
2019 Oct 08
4
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
hello, today the following problem occurred:
[2019/10/08 09: 57: 23.568282, 1]
../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)
gss_accept_sec_context failed with [Miscellaneous failure (see text):
Failed to find cifs/fs-share at dom.corp (kvno 109) in keytab
MEMORY: cifs_srv_keytab (arcfour-hmac-md5)]
in my smb.conf I have the lines:
kerberos method = dedicated keytab
2019 Nov 15
3
Why is smbd looking for Kerberos principal cifs/host@DOMB when it is a member of DOMA?
Here's the keytab info:
ubuntu at kvm7246-vm022:~/samba$ sudo klist -ek /etc/krb5.keytab
Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
----
--------------------------------------------------------------------------
12 host/kvm7246-vm022.tc83.local at TC83.LOCAL (etype 1)
12 host/KVM7246-VM022 at TC83.LOCAL (etype 1)
12 host/kvm7246-vm022.tc83.local at TC83.LOCAL (etype 3)
12
2020 Nov 23
3
NT_STATUS_FS_DRIVER_REQUIRED
Hi, I have installed a new dc:
- debian buster
- samba 4.13.2 from apt.van-belle.nl
with the following configuration:
[global]
dns forwarder = 192.168.1.3
netbios name = MARTE
realm = DOM.LAN
server role = active directory domain controller
workgroup = DOM
interfaces = 192.168.1.2,127.0.0.1
bind interfaces only = Yes
log level = 4
max log size = 50000
guest account =
2019 Oct 29
3
New Debian/Ubuntu packages online. 4.9.15/4.10.10
Hai,
?
If updated the repo's for amd64/i386 .
?
Buster????samba 4.10.10
Stretch???samba 4.9.15 + 4.10.10
Bionic??? samba 4.9.15 + 4.10.10
?
No changes made by me.
?
Repo info : https://apt.van-belle.nl/
?
Have fun with these..
?
?
Greetz,
?
Louis
?
?
2020 Jun 10
2
kinit with SPN fail
Hi Rowland, yes I'm configuring apache kafka / zookeeper, I need Kerberos
authentication for the test environment and I don't have AD :)
I'v two environment, the first (production), samba 4.5.1 work as intended:
# samba-tool spn list z1
z1
User CN=z1,CN=Users,DC=pro,DC=lan has the following servicePrincipalName:
zookeeper/node1.pro.lan
# klist -k -e z1.ktab
Keytab name:
2019 Sep 26
2
access to share with dns alias hostname
No, cut&paste!
ucs# samba -V
Version 4.10.1-Univention
fs# samba -V
Version 4.10.8-Debian
Il giorno gio 26 set 2019 alle ore 16:26 Rowland penny <rpenny at samba.org>
ha scritto:
> On 26/09/2019 15:19, banda bassotti wrote:
> > Hi, below the required files:
> >
> > smb.conf of ucs master:
> >
> > [global]
> > logging = file
>
2019 Oct 09
2
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Rowland, it is not a problem of mount but of kerberso ticket:
[2019/10/08 10:58:09.626059, 1]
../../auth/gensec/spnego.c:1218(gensec_spnego_server_negTokenInit_step)
gensec_spnego_server_negTokenInit_step: gse_krb5: parsing NEG_TOKEN_INIT
content failed (next[(null)]): NT_STATUS_LOGON_FAILURE
[2019/10/08 10:58:09.634532, 1]
../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)