similar to: Upgrade 3.0.10 to 3.0.24 on RHEL4 - NT_STATUS_LOGON_FAILURE

Displaying 20 results from an estimated 2000 matches similar to: "Upgrade 3.0.10 to 3.0.24 on RHEL4 - NT_STATUS_LOGON_FAILURE"

2009 Jun 09
1
Authentication problem with samba 3.3.4 on AIX 5.3
Hello all, we currently do have a problem with samba 3.3.4 on AIX 5.3. We have set up the samba system to integrate in our AD Domain. Integration was successfull (net ads join), wbinfo executes with parameters -ugt without any problems. Our smb.conf content follows at the end of this mail. We have defined just one share as follows: [smbtest] writeable = yes path = /gpfs/fbb/ls/cip valid users
2012 Jun 23
1
Home-Shares are not writeable
Hello everyone! After running Samba on several machines for some years, I just came accross a rather strange problem. The short story is that the special user home shares are readable, but not writeable. Here's the long story: The system is a freshly set-up Debian Squeeze, right out of the box. This is the Samba config: -------------------------------- 8<
2012 Oct 08
1
IIS authentication
I have setup samba to share a local filesystem with the following config: [global] smb ports = 139 workgroup = WORKGROUP server string = %h server (Samba, Ubuntu) dns proxy = no log level = 255 debug timestamp = yes log file = /var/log/samba/log.%m max log size = 1000 syslog = 1 panic action = /usr/share/samba/panic-action %d encrypt passwords = no security = user obey pam restrictions = yes
2005 Sep 22
0
share connection dropped after 10 minutes
Hello everybody, I have to face a problem here with a samba share disconnecting after about 10 minutes. Situation: - debian woody, samba 3.0.14a - server configured as PDC - typically 100-150 smbd processes running everything runs smoothly but one client (W2K SP4) that obviously needs a quasi static connection to the PDC. The client runs a software that stores regularly data on a dedicated
2007 Aug 03
0
NT_STATUS_NO_SUCH_GROUP when attempting to connect
Hi, I'm attempting to get my server set up to share out files using Active Directory authentication. I also have winbind set up for shell logins to the server. That part works fine, but when I attempt to connect to a samba share with smbclient, I get rejected with "session setup failed: NT_STATUS_LOGON_FAILURE". I did some searching and found others with similar issues, and I
2007 Aug 03
0
Cannot connect to shares (groupmap problem?)
Hi, First off, I apologize if this email goes through twice. I sent it about an hour ago, but it appears to have never made it to the list, so I'm sending again. I'm attempting to get my server set up to share out files using Active Directory authentication. I also have winbind set up for shell logins to the server. That part works fine, but when I attempt to connect to a samba
2004 Mar 24
1
Trying to compile Samba 3.0.2a
Hi, I'm using SuSE 8.2 and I got the source for samba 3.0.2a and I tried to install it. ./configure (w/o any arguments) went ok so I type make and it gives me the following errors: Linking bin/smbd auth/pampass.o(.text+0x59): In function `smb_pam_error_handler': : undefined reference to `pam_strerror' auth/pampass.o(.text+0xcb6): In function `smb_pam_end': : undefined reference
2002 Sep 09
0
Encrypted logon funny
I do not understand the following output. The actual command and error are: juliet:/mnt # smbmount //compaq/mastertools /mnt/dos -o username=alan password=eunice Password: 10300: tree connect failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) SMB connection failed It seems the user validates at the os level , but later fails when
2002 Nov 22
0
Samba 2.2.6 Write Problem
Hi all, recently I asked for help with a problem Samba had to write files (http://lists.samba.org/pipermail/samba/2002-November/085003.html, http://lists.samba.org/pipermail/samba/2002-November/085083.html). Since that hasn't solved, and since it occurs regardless of changes of the smb.conf, I'd like to post some passages of the smb log file (log level 4) of the attempt to copy a file to
2003 May 26
0
Samba - Winbind problem : session setup failed : System error
Hello, I'm using Samba 2.2.7a on RedHat 9.0. I'm trying to set-up universal logons between a Samba Server and a W2K SP3 DC, which has restrictanonymous=1. I followed the procedure as described at http://ftp.easynet.be/samba/docs/man/winbind.html - I managed to join the Samba server (MYSAMBASRV) to the domain (MYDOMAIN) - I used wbinfo with the -A switch to store the credentials of a
2005 Sep 27
1
PDC + LDAP, cannot access LDAP when not root
I'm using Debian Sarge, Samba (3.1.14a) with the ldapsam backend, and OpenLDAP (2.2.23). When attempting to join an Windows XP+SP2 computer (BILLGATES) to my domain (WORKGROUP), using the Administrator account, I am told by windows: 'Access denied.' The logs (attached) seem to indicate that the user Administrator is being authenticated (which would have? to use LDAP), but when It
2000 Nov 17
4
cvs
Hello, I use cvs to download samba with pserver.samba.org i get the 2.0.4b version ! where can i get the last stable release (2.0.7) and alpha versions with cvs and anonymous ? Thanks Guy Roussin
2010 Aug 26
1
smbd PANIC starting PAM
Happened to be tail'ing <machine>.log during a login session from XP client and notice the PANIC in the output. Login proceeded as usual(?) so the following snippet of the log is just informational to the developers. Let me know if you need additional info. Bob --bs [2010/08/25 21:34:21.689597, 4] auth/pampass.c:472(smb_pam_start) smb_pam_start: PAM: Init user: rwsmith [2010/08/25
2018 Mar 05
2
Fwd: Migrating server
Hi Harry, When I install slapd , I didn't get the option to use MDB, so used hdb I went through your suggestions and cleaned up the smb.conf. Also added the unixidpool ldif dn: sambaDomainName=mydomain,dc=mydomain sambaDomainName: mydomain sambaSID: S-1-5-21-3936576374-1604348213-1812434911 sambaAlgorithmicRidBase: 1000 objectClass: sambaDomain objectClass: sambaUnixIdPool
2002 Jul 03
0
2.2 authenticate against AD but no corresponding local user
My pam_ldap works for authenticating against Active Directory. I want to use Samba 2.2 to allow printing if the user authenticates via Active Directory even if the user doesn't have local account. My problem with logs: PAM is successful for authenticating via AD. [2002/07/03 18:14:53, 4] passdb/pampass.c:smb_pam_auth(534) smb_pam_auth: PAM: User jdoe Authenticated OK [2002/07/03
2002 Jul 10
1
Samba 2.23a PDC
Hey there Listmembers Im writing this because i havnt been able to solve my problem. Im trying to set up a samba server as PDC and im using samba 2.2.3a from debian "woody". ive attached my smb.conf file. The problem : When i try to join a win2k box to the domain i get this error : "The specified network passwords is not correct" Ofcourse ive doublecheck if the password im
2009 Dec 01
1
Password Change from Windows machines ("You do not have permission to change your password")
Hello, I just wasted several hours trying to figure out why I could not change Samba passwords from Windows XP computers. I'm posting here so that there is some form of documentation about this on the web. My setup is basically this: - Samba 3.3.2 (running under Ubuntu 9.04) - OpenLDAP user database - Full O.S. support for OpenLDAP auth, using nsswitch and PAM. (My client
2003 Dec 01
0
No subject
account to join the Win2K PCs to the domain. You have to use the root account. Therefore making the account "root" invalid is not a good thing (or I would assume). Just create a root account in the smbpasswd file and make the password different from your unix account (if security is your concern). Does this make sense? Regards, Alan B. Moote Systems Administrator MARK IV Industries
2005 Oct 17
1
Unknown PAM failiure in WIN2003/ Active Directory + samba
Hello, I have an existing windows 2003 network and now try to add a new linux server with samba/kerberos support for unified logon authentication. Normally, everything is installed & this is the configuration: - Debian with 2.6.16.4 kernel - heimdal kerberos - samba log info: log.smbd: [2005/10/17 10:48:26, 0] smbd/server.c:main(798) smbd version 3.0.14a-Debian started.
2004 Nov 09
2
PAM Error 9
Hi all I have set my Samba server up to join an AD realm. Winbind is working fine and I am able to use it for authentication as needed. When I try to connect to one of my shares via a Windows client, I get the following error: [2004/11/04 11:57:54, 0] auth/pampass.c:smb_pam_account(573) smb_pam_account: PAM: UNKNOWN PAM ERROR (9) during Account Management for User: MYDOMAIN+room1 [2004/11/04