Displaying 20 results from an estimated 10000 matches similar to: "smbclient question regarding anonymous logins"
2004 Feb 11
0
Samba 3.0.1 windows browsing
Hi again all.
I still haven't resolved this issue of browsing the LAN. Here are a few
details:
* The windows stations can see each other when the Samba server is
off-line
* The windows station can't see each or anything else on the
network when Samba is brought on-line
* Wins support is enabled
* each windows station has proper Wins entries with Wins enabled
* the server and stations
2011 Jan 18
1
LDAP & PDC: Can join domain, but cannot login afterwards.
Hi,
I am setting up a PDC with LDAP, but having no luck with it. Basically, the
Win XP computer successfully joins the domain, but after restarting when I
try to login it says "The system cannot log you on now because the domain
THEBITGURU.LAN is not available." I am running a Ubuntu 10.10 server with
Samba 3.5.4 and OpenLDAP 2.4.3 (slapd).
I have compressed all of the samba logs
2005 Aug 26
3
smbclient & NT_STATUS_LOGON_FAILURE
I'm running smbclient 3.0.14a-Debian. I'm trying to view shares on a
Windows server on a Active Directory domain:
$ smbclient //fileserver/
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
I'm pretty sure the username and password is correct since it works
when I use a Windows client to connect to the fileserver. What does
the NT_STATUS_LOGON_FAILURE mean in this
2007 Jul 30
3
Tar with smbclient
Just created a new backup server using CentOS 5.0. I am using a auth file
to access windows shares for backups. When connecting like this
smbclient //server/share -A=/auth/file
it works.
When I try to tar with smbclient like this
smbclinet //server/share -A=/auth/file -Tc /backup/tarfile.tar
I get the following message.....
session_setup_failed : NT_STATUS_LOGON_FAILURE
Am I doing something
2003 Mar 14
1
cannot get a list of Win2000/NT shares using SMBCLIENT -L with anonymous login
Hi folks,
From my RedHat Linux box Im using
smbclient L
to obtain the list of
shares on a particular computer in the network. I use
guest
as user
name or just omit the user name.
I can get the list of shares on every single Linux or Win9X machines in
the network but I cannot obtain the list of shares on Win2000 and Win NT
machines.
Here is what I tried:
[user1@linuxbox user1]$ smbclient
2012 Sep 24
2
smbclient username not working
I joined a samba 3.5.10 server to a samba4 active directory domain. Windows
clients can't browse the root of the servers shares (\\192.168.10.10 ) but
they can access the shares if I manually mount them.
The following command works on the server that samba 3.5 is running on.
smbclient -U administrator -L 127.0.0.1
The following command gives a NT_STATUS_LOGON_FAILURE on a client
2024 Dec 31
2
ef205f6b52e "s3:gse: get an explicit ccache_name" breaks kerberos auth in smbclient
FWIW, samba 4.20 broke kerberos auth in smbclient. Namely, this commit:
commit ef205f6b52ea1fec13e647e15e4f3edf536fd93e
Author: Stefan Metzmacher <metze at samba.org>
Date: Thu Apr 14 15:23:13 2022 +0200
s3:gse: get an explicit ccache_name from creds and kinit if required
This means we may call kinit multiple times for now,
but we'll remove the kinit from the callers
2007 Nov 07
1
weird smbclient authentication problem NT_STATUS_LOGON_FAILURE
I've installed samba 3.0.25c and did a net ads join successfully to
Windows 2003 PDC.
wbinfo -u list all users in windows domain correctly.
I've disabled winbind enum user/groups because wbinfo -u would time
out due to large number of users/groups.
when I execute smbclient -L localhost -U testuser on the local samba
server I get NT_STATUS_LOGON_FAILURE
I am absolutely sure that the
2011 Dec 13
1
linux smbclient NT_STATUS_LOGON_FAILURE, mount.cifs works
From linux, I can mount.cifs, but smbclient fails:
Searching through the archives, I found: "IIRC you should use mount.cifs
instead of smbclient on an ADS"
But for my application, it would be *really nice* to be able to use
smbclient, but if I have to, I can setup an
intermediate server that can run mount.cifs (the main application server
is locked into an old kernel version
that
2013 May 29
1
smbclient fails only for the domain Administrator
4.0.6 with 3.6.12 file server
Hi
Ordinary users can connect fine:
smbclient //oliva/users -Usteve2
Enter steve2's password:
Domain=[HH3] OS=[Unix] Server=[Samba 3.6.9]
smb: \>
log:
schannel_fetch_session_key_tdb: restored schannel info key
SECRETS/SCHANNEL/OLIVA
schannel_store_session_key_tdb: stored schannel info with key
SECRETS/SCHANNEL/OLIVA
auth_check_password_send: Checking
2004 Feb 24
2
2 questions about Samba
Hi.
I had seen a posting from another user with the same issue.
Here's question 1:
For some reason when the guest account = guest, browsing is not
possible. When set to guest = root, no problem. I'm not sure what this
guy did to fix it but I'd love find out...
Here's question 2:
Unfortunately, I am using XP for work on a laptop. The 'top belongs in
the company's
2003 Aug 25
2
Data calls through *
I have a Pitney Bowes (USPS Postage) machine that connects
via a USB modem to fill it.
It connects but soon disconnects. It works fine through a standard
analog phone line not connected to asterisk. I also
have the 'd' option on the Dial command.
exten => _1NXXNXXXXXX,1,Dial,Zap/47/BYEXTENSION||d
Any ideas?
John
2018 Dec 19
2
smbclient v3 against samba server v4
hi all
i'm trying to use smbclient v3 with a samba server v4 configured as ad
with anonymous login it works; but it doesn't using a user
i get NT_STATUS_LOGON_FAILURE
the pc isn't in the domain; but i tried from a non domain pc with
smbclient v4 and it works
i tried some commands
smbclient -L <ip> -U <user> -W <domain>
smbclient -L <ip> -U
2015 Feb 24
2
ADS Domain Member Workgroup vs Realm
I'm working to setup Samba as a domain member to a Windows Server active
directory, and I keep hitting road blocks. There's some real terminology
hurdles in the wiki.
In a nutshell, my problem is this: I setup a Windows 2012 Essentials ADS
domain and I ended up with zartman.local for my "domain" in Windows. So,
I've got a dns zone in windows server that is domain.local
2020 Feb 26
2
NT_STATUS_ACCESS_DENIED when issuing smbclient -k
Hi Rowland,
I tried to set that option but still same result.
I recreated the setup in old debian wheezy 7.11 and it's working.
set the log level = 10
'abcd' is the user account
then i noticed this in /var/log/samba/log.10.0.2.15 = the ip of the samba server, i am issuing the smbclient in the samba server itself.
Unix User found. Rid marked as special and sid (S-1-22-1-12658) saved
1999 Aug 03
5
New user
Hello team!
My relative newbie status to linux is preceded only by my Samba newbie
status. To make a long story short.......The powers to be at work decided
it was time to purchase a genuine server, they had enough peer-to-peer
networking, and money was a concern and the budget was low. So I opted for
a Dell Poweredge 2300 with RH Linux 6.0 pre-installed since I had already
been using linux at
2002 Dec 05
1
smbclient -L <nameofserver>
Hi everyone
I have set up Samba and am running through diagnosis testing and when I enter the above command on my Linux box it automatically asks me for a password.
If I <return> ie null password session setup fails
If I enter 'the password that I am logged on as' i get setup session not started NT_STATUS_LOGON_FAILURE
relevant lines in my smb.conf which i think may be affecting
2007 Apr 18
1
smbclient tar function : no password asked ?
Hello,
We're using samba 3.0.24 on a Linux box, to access and
backup some XP boxes. smbclient access is okay, but
there is something quite weird with the tar
subfunction
-----
$ smbclient //xpbox/Documents -U someuser -d 2 -Tc
/tmp/tarfile .
added interface ip=192.168.1.xxx bcast=192.168.1.255
nmask=255.255.255.0
session setup failed: NT_STATUS_LOGON_FAILURE
-----
Smbclient does NOT ask us
2011 Feb 16
1
issues with smbclient 3.0.x against 3.4.x server
Hello,
I'm upgrading my samba installation from 3.0.34 (FreeBSD 6.4)
to 3.4.x (CentOS 5.5) from SerNet.
I have LDAP based samba domain (PDC and BDC) and a homes/Profiles
member server.
I first upgraded my DCs to 3.4.9 with no problem.
I have recently installed a new file server (samba 3.4.11 on CentOS
5.5).
I have issues connecting to this server with old versions of smbclient
which
2003 Feb 08
1
2.2.8pre1 smbclient log in problem
Hi all samba coders. Glad to see that you work to improve samba.
Here is a problem I would be very greatful if you could solve.
Certain international characters does not work as usernames when trying to log
in to an NT4 file server. My problem is that in Swedish versions of NT the
"Administrator" username is translated and reads "Administrat?r". It seams
that the