Displaying 20 results from an estimated 7000 matches similar to: "Forcing password changes using SAMBA as PDC"
2003 Aug 29
1
Fw: Forcing password changes using SAMBA as PDC
Hi, I did as suggested, and still have the same problem.
I am still able to login to samba with another users password that does not
require password changes. This seems to me that the problem is related to
PAM password changing. I have tried change the various PAM options in the
smb.conf file, but cannot get it to work. Depending on the options, it
either asks for a password or not. When it asks
2000 Jun 28
3
Samba error codes
Hi, I am a newbie to this list and to Samba, and have a concern about my
Samba servers.
I am getting a number of messages on the consoles of both my Samba servers,
it reads "smb-retry: signal failed, error=-3"
Can someone please explain this to me? Also, is there a list of error codes
for Samba?
Regards
Enrico Payne
IT Manager - Pharma Natura
http://www.pharma.co.za
2000 Aug 16
2
SAMBA and Subnet Browsing
Hi, I have 3 Samba servers run Samba 2.0.7 on RH6.2, with Kernel 2.2.16-3.
Everything seems to be OK, except that my Win9x clients cannot see other
Win9x clients across the subnets.
Each server has 2 n/w cards installed, with IP Forwading enabled etc. If the
user knows the machine name, he can get access to the shared resources
across all 3 subnets, but using the n/w neighbourhood browser, shows
2003 Jan 07
0
Samba 2.2.7a PDC gives errors - HELP!!!
Hi,
I have recently upgraded from an old version of Samba - Pre 2.2 to 2.27a,
running on RH8.0.
My network is setup as follows:
Multiple Samba Servers, each with 2 NIC's
One Server is configured as PDC with WINS.
The other servers are configured as BDC using the PDC for WINS support.
I do not use LDAP or winbindd.
Each user has an entry in /etc/passwd and smbpasswd.
Below is a copy of the
2000 Sep 12
2
File Locking problem
Hi, I have an SMB server running RH6.2 with SMB 2.0.7.
All the clients are WIN95, and require access to a database on the SAMBA
server.
The problem is that the database locks the file while the user is modifying
it, and then unlocks it when the user returns to the programs menu. If the
user then selects another action that uses the same file the program reports
that the file is locked.
Another
2003 Sep 10
2
Help using multiple file servers
I am trying to setup samba so that I can authenticate users from a
single server, but use multiple file servers to server the home
directories and user profiles. How would I go about doing this?
Rob
2020 Jun 30
2
Users, home directories and profiles
Check the rights before the folder your trying to change.
Im guessing that now has 770, try 771 or 775 or 777
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Enrico Morelli [mailto:morelli at cerm.unifi.it]
> Verzonden: dinsdag 30 juni 2020 14:44
> Aan: samba at lists.samba.org
> CC: L.P.H. van Belle
> Onderwerp: Re: [Samba] Users, home directories and profiles
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 11:36:50 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 08/07/2020 09:57, Enrico Morelli wrote:
> > On Wed, 8 Jul 2020 09:13:37 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> >> On 08/07/2020 08:06, Enrico Morelli wrote:
> >>> On Wed, 1 Jul 2020 13:03:50 +0100
>
2020 Jun 25
5
Users, home directories and profiles
On Tue, 23 Jun 2020 14:56:57 +0200
Enrico Morelli via samba <samba at lists.samba.org> wrote:
> On Tue, 23 Jun 2020 12:37:16 +0200
> Enrico Morelli via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 22 Jun 2020 13:54:38 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> > > On 22/06/2020 13:50, Enrico Morelli
2020 Jul 01
2
Users, home directories and profiles
On 01/07/2020 08:36, Enrico Morelli via samba wrote:
> On Tue, 30 Jun 2020 10:28:41 -0700
> Jeremy Allison via samba <samba at lists.samba.org> wrote:
>
>> On Tue, Jun 30, 2020 at 02:41:46PM +0200, Enrico Morelli via samba
>> wrote:
>>> On Tue, 30 Jun 2020 11:01:27 +0100
>>> Rowland penny via samba <samba at lists.samba.org> wrote:
>>>
2020 Jun 30
2
Users, home directories and profiles
On Tue, Jun 30, 2020 at 02:41:46PM +0200, Enrico Morelli via samba wrote:
> On Tue, 30 Jun 2020 11:01:27 +0100
> Rowland penny via samba <samba at lists.samba.org> wrote:
>
> > On 30/06/2020 10:40, Enrico Morelli via samba wrote:
> > > At the end I'll to abandon samba :-((
> > > I'm really sad
> >
> > One last thought, have you touched
2020 Jun 23
2
Users, home directories and profiles
On Mon, 22 Jun 2020 13:54:38 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 22/06/2020 13:50, Enrico Morelli wrote:
> > On Mon, 22 Jun 2020 11:46:55 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> >> On 22/06/2020 11:33, Enrico Morelli wrote:
> >>> [global]
> >>> dns forwarder =
2015 Nov 03
1
Fwd: Rcpp sugar dpois
Hi. Here is a piece of cpp code.
It works, but I do not understand the rational for the use of
"R::dpois" to call the function dpois since in the examples I have always
found directly "dpois" or "Rcpp::dpois" that both do not work in my code.
Could anyone be so patient to explain me why should it be like that?
Thaks a lot, Enrico
#include <Rcpp.h>
using
2008 Sep 10
3
(PR#12770) format() under Windows giv wrong resuts with
On Windows XP SP3
> format(pippo, format="%I:%M:%S %p")
[1] "11:43:12 PM"
In any case, if there is a problem it is in Windows, not in R, since this
is an Windows service that is being called. So there is no evidence at
all of any bug in R here.
On Wed, 10 Sep 2008, pego.enrico at tiscali.it wrote:
> Full_Name: Enrico Pegoraro
> Version: 2.7.2
> OS: Windows
2006 Nov 22
1
qualify=yes
hi all, how can I set the interval in second from retrasmit the magic
packets when qualify is set to on?
I want to view whitch voip-phone is connected but I don't want to DOS my
adsl connection.... ;)
Thanks Enrico P.
--
Pasqualotto 'Pasqu' Enrico
enrico AT pasqualotto DOT org
web: http://www.pasqualotto.org
skype: epasqualotto
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 13:50:06 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 08/07/2020 13:28, Enrico Morelli wrote:
> > On Wed, 8 Jul 2020 11:36:50 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> >> On 08/07/2020 09:57, Enrico Morelli wrote:
> >>> On Wed, 8 Jul 2020 09:13:37 +0100
>
2003 Oct 27
92
Help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
dragen@pbsi.org ?rta:
| I am hacing trouble. I can see my linux box from my windows box, I can
connect
| and browse but I cant delete or modify files. Do I have something wrong?
|
| The is my smb.conf
|
| [global]
| netbios name = dragenlinux
| server string = "DragenLinux"
| workgroup = WORKGROUP
| security = share
| log file =
2020 Jul 08
2
Users, home directories and profiles
On Wed, 8 Jul 2020 09:13:37 +0100
Rowland penny via samba <samba at lists.samba.org> wrote:
> On 08/07/2020 08:06, Enrico Morelli wrote:
> > On Wed, 1 Jul 2020 13:03:50 +0100
> > Rowland penny via samba <samba at lists.samba.org> wrote:
> >
> >> The problem from my point of view is, I cannot recreate the crash.
> >> My feelings are that the OP
2012 Nov 05
3
DragonFly Object not found in Production
could please anyone help me with this issue?
http://stackoverflow.com/questions/13237954/object-not-found-in-production
thanks,
enrico
--
· Enrico Stano
·
· twitter @enricostano
· skype ocirneonats
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2020 Apr 24
2
Samba update cause windows incorrect password
On 24/04/2020 14:02, Enrico Morelli wrote:
> On Fri, 24 Apr 2020 13:15:57 +0100
> Rowland penny via samba <samba at lists.samba.org> wrote:
>
>> On 24/04/2020 12:32, Enrico Morelli via samba wrote:
>>> On Fri, 24 Apr 2020 11:59:23 +0100
>>> Rowland penny via samba <samba at lists.samba.org> wrote:
>>>
>>>> On 24/04/2020 11:38,