similar to: "NT_STATUS_LOGON_FAILURE"

Displaying 20 results from an estimated 4000 matches similar to: ""NT_STATUS_LOGON_FAILURE""

2005 Dec 13
5
Worked examples?
I've been experimenting with Samba a bit. I won't claim to know a whole lot about it, because I don't, and I'm even somewhat of a newbie when it comes to Linux/UNIX. But I've been working with the worked examples that the HOW TO docs describe on the website, configuring my smb.conf file as is stated. I'm running Samba 3.0.14a-2 on Fedora Core 4, and I'm running into a
2004 Jul 15
1
roaming and local profiles on same domain
I have samba 3 configured and running fine as a PDC with LDAP as the back end user database. I have most users using roaming profiles but there are a few I would like to be able to only have local profiles. Is it possible to configure samba to use both types of profile rather than one or the other. I have the profile path set on each user account in LDAP as the field
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
2005 Oct 17
1
failed session setup with NT_STATUS_LOGON_FAILURE
Greetings, Do you guys know what normally causes this? - Google has a lot of instances of the issue but no resolutions. I'm running FBSD 5.4 with the latest samba. Here's the command and the associated error: insomniac# cupsaddsmb -U root -a -v Password for root required to access 10.0.0.1 via SAMBA: Running command: rpcclient 10.0.0.1 -N -U'root%password' -c 'setdriver
2005 Jan 06
1
session setup failed: NT_STATUS_LOGON_FAILURE
Hi, I'm having trouble joining a Samba 2.2.7a server running on RH9 into a domain that is being served by a Windows 2003 server running AD in mixed mode. The server successfully joins the domain when using smbpasswd, however, when running smbclient -L localhost I get the following error: session setup failed: NT_STATUS_LOGON_FAILURE Also when attempting to access shares from windows
2012 Sep 06
2
NT_STATUS_LOGON_FAILURE configuring samba with ads and no winbind
I cant figure this out.... reached to the end of internet. i want to configure samba to work with ADS but no winbind. I am able to do kinit and then net ads join. But every time I try to access the share i get prompted for uid and passwd and then authentication failure. when i look at the logs, server is able to find password server but cant find my ID in AD which exists... I always end up with
2020 Apr 15
3
Samba Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE SessSetup = -13
Hallo, perhaps someone hat a hint vor me. My centos 7 samba Server ist working fine using Win10 Clienst with Domaine-Integration. Shares are browseable and access is possible with a sepearte login. My problem: I want to mount this shares from a centos7 client. This fails with the following mesages. I tried several variations in my fstab found in the internet. Can anyone give me a hint to to
2019 Oct 22
2
NT_STATUS_LOGON_FAILURE
Like so many others, I'm having NT_STATUS_LOGON_FAILURE issues. I've tried all the fixes I could find to no avail. My environment: Cent 7 (Linux 4.19.72-v7l.1.el7) with Samba 4.9.1, bound to AD via Realmd. SSSD for ACL's, winbind for user map. Installed packages: nano, ntpdate, ntp, realmd, sssd, sssd-tools, sssd-winbind-idmap, samba-winbind, adcli, oddjob, oddjob-mkhomedir,
2010 Jul 31
1
Beginner setting up samba: NT_STATUS_LOGON_FAILURE
Hello, I am trying to set up samba on this host and testing it locally is giving me headaches right away. tom at hversa:~:~$ smbclient -L localhost -U% Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.4.8] Sharename Type Comment --------- ---- ------- homes Disk Home Directories print$ Disk Printer Drivers
2004 Jul 23
1
tree connect failed: NT_STATUS_LOGON_FAILURE with samba samba-3.0.4-6.3E
I learned the new samba configurations for samba-3.0.2-6.3E on a RedHat Enterprise 3 system. I could successfully create a domain master or a samba server to work as a connection to a domain master on another subnet. I then upgraded another system to Redhat Enterprise 3, copied over the smb.conf file from the system that was working as a connection to a domain master. I modified the
2002 Feb 22
3
Help: session setup failed: NT_STATUS_LOGON_FAILURE
Why I always get the following message when checking by smbclient? root@bsdsr[/usr/local/etc/rc.d]#smbclient -L localhost -U% added interface ip=192.168.1.254 bcast=192.168.1.255 nmask=255.255.255.0 session setup failed: NT_STATUS_LOGON_FAILURE Something wrong with my settings? TKS for your help!! smb.conf as below # Samba config file created using SWAT # from 192.168.1.200 (192.168.1.200) #
2005 Dec 19
3
OT: NIC
Folks, I'm trying to add a network interface card to my SUSE 9.3 box, and I'm not having much luck with a US Robotics version. What manufacturer do any of you use in your machines--either 10/100MB or GigE NIC? Thanks Eric Hines There is no nonsense so errant that it cannot be made the creed of the vast majority by adequate governmental action. --Bertrand Russell
2005 Apr 27
3
caches_page questions
I''m attempting to use caches_page to speed up the loading of certain pages on my site, and have run into a couple questions: 1) The site has ''states'' (as in U.S. states), so I have a State model and a States controller. Going to http://sitename/states/ routes you to the States controller, ''index'' action. The States controller looks like so: class
2017 Aug 05
3
by() subset by factor gives unexpected results
I am having trouble understanding how the 'by' function works. Using this bit of code: i <- data.frame(x=c(1,2,3), y=c(0,0,0), B=c("red","blue","blue")) j <- data.frame(x=c(1,2,3), y=c(1,1,1), B=c('red','blue','green')) plot(0, 0, type="n", xlim=c(0,4), ylim=c(0,1)) by(i, i$B, function(s){ points(s$x, s$y, col=s$B) })
2004 Sep 15
1
NT_STATUS_LOGON_FAILURE on auth to a win NT4-server
Hello, after long searching in the docs, the web and my Samba-books I have to ask here. I followed exact the steps described in the book: "samba-3 by example" up to chapter 5. What kind of trouble indicates this errormessage after trying this: server:# smbclient //domain/SHARE -U user -d 2 Password: session setup failed: NT_STATUS_LOGON_FAILURE In my client-logfile
2005 Dec 14
2
new server: NT_STATUS_LOGON_FAILURE
I've googled, RTFMed, and I still can't fix this. Hoping someone here can offer a suggestion. I'm learning, so please explain a little if you can. I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine "sees" it, but the username/password dialog fails. I've traced it down to what I think is an authentication problem: mat@mog:/etc/samba$ smbclient -L
2004 Sep 27
1
NT_STATUS_LOGON_FAILURE
I use smbclient to attempt to connect to a share on my local server. Here is what happens: ./smbclient //host/share -U username -W domain Password:********** session setup failed: NT_STATUS_LOGON_FAILURE Here is my smb.conf file: [global] workgroup = DOMAIN realm = DOMAIN.TLD server string = Solaris 9 security = ADS auth methods = trustdomain, winbind,
2004 Dec 03
1
Samba/Kerberos problems: NT_STATUS_LOGON_FAILURE
I have followed directions in a recent article in Sysadmin magazine, "Wedding Samba to an Active Directory Domain', but I cannot connect to the samba server... The samba server is able to get a ticket from the KDC, and access a samba share on a windows client using Kerberos for authentication.... However, no machine is able to connect to my samba server. I could not connect using a
2005 Apr 27
1
NT_STATUS_LOGON_FAILURE after a while
Hello everybody, we have a simple file server running samba. (no ldap, etc). The samba version is 3.0.11 running on fedora core1. We access it from NT4 (TSE + Citrix), XP, Win9X and Linux. When we start smbd, all works fine, everybody can conntect to the file server to mount the shares without any problems. After a while, nobody can connect to the server, smbd always answer
2008 Apr 26
1
what cause session setup failed: NT_STATUS_LOGON_FAILURE?
Hi, I activate samba on Centos 5, but I always get NT_STATUS_LOGON_FAILURE when issuing smbclient //GIServer/GIApp -usmbuser after I enter the password to the prompt. What things should I look for to solve this? -- Best Regards, Sobari Tanuwijaya --------- Without positive attitudes, the best techniques in the world won't have much impact. --Anonymous--