similar to: Must restart Samba regularly because saving files stops working

Displaying 20 results from an estimated 100 matches similar to: "Must restart Samba regularly because saving files stops working"

2006 Apr 21
3
NT logon ok but XP logon very slow
Hi, Our environment: HP-UX 11.00 server / Samba 3.0.21a as PDC / OpenLDAP backend We're developping a migration from AS/U to a Samba PDC. Currently we have following problem: logging onto an NT4 workstation is almost instantaneous, but when logging onto an XP workstation, this happens: (1) We type the user and password in Windows logon. (2) Windows logon immediately accepts user and
2007 Jun 20
1
smbd process eating memory
Hi list, I have a Samba-3.0.25a PDC running on FreeBSD 6.2-STABLE using OpenLDAP 2.3.34 (nss_ldap-1.255) as backend. Everything work's great, the only problem that I fighting is with an M$ ISA Server 2000, that do ntlm authentications on my domain. At some times (each 4 hours) the ISA Server lost the connection with the domain and does not authenticate users until the connection be
2006 Jan 04
5
Error when migrating from 3.0.20b to 3.0.21x
Hi, I migrated from samba 3.0.20b PDC to 3.0.21x using the rpm -Uvh and now I get these errors: [2006/01/04 19:48:08, 0] libsmb/credentials.c:creds_server_check(159) creds_server_check: credentials check failed. [2006/01/04 19:48:08, 0] rpc_server/srv_netlog_nt.c:_net_sam_logon(667) _net_sam_logon: creds_server_step failed. Rejecting auth request from client COMPUTER1 machine account
2009 Dec 28
0
Samba4 and Squid3 with ntlm_auth ... more information
Hello there. i'm check this link about squid with AD autentication: http://techmiso.com/1934/howto-install-squid-web-proxy-server-with-active-di rectory-authentication/ But the test don't work # wbinfo-t checking the trust secret via RPC calls succeeded # find / - name ntlm_auth /usr/local/samba/bin/ntlm_auth /usr/src/samba-alpha10/source4/bin/ntlm_auth /usr/lib/squid3/ntlm_auth #
2005 Dec 28
6
3.0.21 and "Rejecting auth request from client"
Hi, I have migrate from samba 3.0.20b to 3.0.21. I restored the backup of all .tdb and when starting samba and a Windows XP tries to connect, I get this error: [2005/12/28 09:19:04, 0] libsmb/credentials.c:creds_server_check(159) creds_server_check: credentials check failed. [2005/12/28 09:19:04, 0] rpc_server/srv_netlog_nt.c:_net_sam_logon(667) _net_sam_logon: creds_server_step failed.
2006 Jan 08
1
credentials check failed - Samba 3.0.21
I'm getting some strange entries in my logs after upgrading to samba version 3.0.21-1. Also in 3.0.21a-1. The machines connection to my samba pdc are WinXP SP2 and also a 2003 server. For example: [2006/01/03 21:57:28, 0] libsmb/credentials.c:creds_server_check(159) creds_server_check: credentials check failed. [2006/01/03 21:57:28, 0] rpc_server/srv_netlog_nt.c:_net_sam_logon(667)
2017 Dec 02
2
idamp ad/rid
Found it! :) I thought in make a script more or less that way. #!/bin/bash # GROUP=ADM GUID=10000 # Domain Users UID=10000 # get the next ID ? for USER in $(samba-tool group listmembers $GROUP) do samba-tool user edit $USER -H ldap://samdom.example.com \ -U administrato --nis-domain=samdom \ --unix-home=/home/$USER \ --uid-number=${NEXTID} \
2007 Oct 30
1
Samba+ldap in FreeBSD
Hello friends I am trying to configure Samba + ldap for my domain, the server is FreeBSD ... When I try to run the following command smbldap-populate It gives me the following error: adding new entry: cn=Backup Operators,ou=Group,dc=vn,dc=pri,dc=jovenclub,dc=cu failed to add entry: Can't contact LDAP server at /usr/local/sbin/smbldap-populate line 471, <GEN1> line 20. adding new
1998 Jun 25
1
Re: syslogd communication
Hi, There have been several replies on the syslogd question. All 2 to 4 lines long. I therefore gathered them here. Roger. ----------------------------------------------------------------- From: Paul Kenyon <pkenyon@loctech.com> Date: Wed, 24 Jun 1998 11:37:01 -0500 I believe it is possible to pipe anything through SSH. I''ll find the URL to the info and post it. I
2006 May 09
1
NT4 user can't change password during logon (but XP can)
When a password must be changed during logon (pdbedit <user> --pwd-must-change-time=0) then this is impossible on NT4 SP6a machines; we always get this error: "Unable to change the password on this account (C00000BE). Please consult your system administrator.". At that time we get these messages in log.smbd: <<<< log.smbd <<<< [Tue May 9 10:46:17 2006 ,
2017 Dec 02
2
idamp ad/rid
On Sat, 2 Dec 2017 10:21:07 -0200 Elias Pereira <empbilly at gmail.com> wrote: > Correcting! :) > > #!/bin/bash > # > GROUP=ADM > GUID=10000 # Domain Users > UID=10000 # get the next ID ? > > for USER in $(samba-tool group listmembers $GROUP) > do > samba-tool user edit $USER --nis-domain=samdom \ > --unix-home=/home/$USER \ >
2008 Feb 06
0
Transparent Samba 2.2 -> 3.0.X migration
Hello, I wan't to migrate accounts, roaming profiles and other shares from Samba 2.2 (Slackware) to Samba 3.0.23 (Debian). It should be transparent for clients. I migrated linux user accounts, smbpasswd file, smb.conf and domain SID. I can join new client to the new domain and it works, but when I'm trying to substitute old server with new one (only for test clients of course, without
2006 Jul 09
0
upgrading to samba 3.0.22
Hi, tonight I've tried to move Samba 2.2.3a-15 from our old debian woody machine to a new, different server, which is a ubunut dapper box, running Samba 3.0.22-1ubuntu3. But I get a 'Rejecting auth request from client' error, What I did: 1) copied following files from /etc/samba/ to the new machine: MACHINE.SID smb.conf -> see here: http://129.70.34.180/~schoppa/smb.conf
2017 Dec 02
1
idamp ad/rid
On Sat, 2 Dec 2017 12:13:08 -0200 Elias Pereira via samba <samba at lists.samba.org> wrote: > > > > Sorry, but that isn't going to work with 'samba-tool user edit' > > You would need to write an 'editor' script to do what you would > > need to do. > > > Ok. > > Bit busy, just now, give me some time, I have a script somewhere that
2017 Dec 02
0
idamp ad/rid
Correcting! :) #!/bin/bash # GROUP=ADM GUID=10000 # Domain Users UID=10000 # get the next ID ? for USER in $(samba-tool group listmembers $GROUP) do samba-tool user edit $USER --nis-domain=samdom \ --unix-home=/home/$USER \ --uid-number=${NEXTID} \ --login-shell=/sbin/nologin \ --gid-number=$GUID done Of course that script is very simple, but is a beginning. :)
2017 Dec 02
0
idamp ad/rid
> > Sorry, but that isn't going to work with 'samba-tool user edit' > You would need to write an 'editor' script to do what you would need to > do. Ok. Bit busy, just now, give me some time, I have a script somewhere that > should do what you want. Of course Rowland. Work on what you're working on. I do not want to disturb you. :) I'll give a
2005 Aug 04
2
Trouble in Joining Suse 9.3 to Win2k3 Server
Hi, After installing Suse 9.3 Professional, I am unable to join it to AD. >From the Docs ( http://www.samba.org/samba/docs/man/Samba3-HOWTO/domain-member.html#ads-member) its clear that we need to first get a kerberos ticket... via #>kinit Administrato@REALM in Suse9,3, I get this error susles93WSA:~ # kinit Administrator@HUNGERFORD.KOL Password for
2003 May 12
0
Can't join Samba3 domain
Hello, I have some problems with my Samba3 on my Suse 8.2 Linux. I got the Samba binaries from ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/people/gd/8.2-i386/samba3-3 .0alpha24cvs/. When i want to join my domain from a winxp client (registry patch already applied), i got the error access denied. Regards, A. Roth Related Samba files are below: /var/log/samba/log/smbd: ----------------- SNIP
2006 Jul 30
1
Trouble with PDC setup using Samba 3.0.23 and OpenLDAP
Hi everyone, I am trying to setup a PDC using Samba and OpenLDAP. For some reason, I've used both the examples provided in the Official Howto and also the smbldap-tools howto developed by IDEALX. I am able to get the directory up and running. I am able to get the following working: 1. LDAP Directory server and successful Queries through Samba 2. Add user and machine accounts. 3.
2006 Mar 28
0
Problem with folder redirection and "guest user"
Hi all, I am setting up my second server with Samba 3.0.21c with LDAP as described in Samba3-ByExample. The server OS is Slackware Linux 10.2, without PAM. All seemed to work perfect until I decided to try folder redirection. I followed the instructions given in the "happy users" chapter, but now new users cant log in. When trying to log in with a new user (umgrtest16) from a WinXP SP2