Displaying 20 results from an estimated 2000 matches similar to: "Resetting permissions on transferred files"
2019 Mar 21
1
Resetting permissions on transferred files
> That explains it a bit further, Samba (and Windows) uses the SID to
> identify the domain, so user 'kit' with the SID-RID of
> S-1-5-21-3690213834-1721161859-1610588051-1116 isn't the same user as
> 'kit' with the SID-RID of
> S-1-5-21-456595659-2484967225-2845901235-1104 That is from a Windows
> perspective, how Unix treats them depends on how you are
2019 Mar 18
1
Resetting permissions on transferred files
Hi all,
So I've set up a new Samba server for our small office. As it's
completely separate to the old one, I had to use rsync to transfer files
over to the new server. Unsurprisingly, the permissions on the freshly
transferred files are incorrect - what's the best way to reset permissions?
Many thanks!
Cheers - Piers
2020 Sep 16
3
Logging successful log-ins
Hi all,
Due to a security breach at my office recently, we need to log
successful / failed log-ins.? I've put in "log level = 3" in smb.conf on
our active directory domain controller which seems to log what we need,
however this is generating massive log files, due to it logging every
file opening/closing by all users.? How do I log successful/failed
log-ins without having to
2019 Oct 03
3
Roaming profiles don't work properly on newly joined Windows clients
Hi all,
We're a small charity and we've got a working and stable Debian 9 AD
system using one Samba server (version 4.9.5-Debian) and 4 x Windows 10
Pro clients.? The server has two shared folders - "Profiles" for roaming
profiles and "users" for user's home directories. We've just got
delivery of two donated computers, and we got 2 new staff members.? I
2018 Jul 18
5
Logging-in takes 1 hour when changing computers
Hello all,
I've got a simple active directory server set-up with 5 computers and
about 5 users which works reasonably well, but recently, when an user
changes to a different computer, it takes about a hour for the user to
log in. However, future log-ins on the same computer is pretty much
instant, but the exact same problems occurs when the user changes
computers - even to one
2018 Nov 19
1
Migrate users from old server to new server without moving/copying configuration
Rowland,
Thank you so much for replying! I'm not exactly sure of the issues, but
it includes very slow log-in times (>30 minutes if I move to another
computer I've not used previously) and the KDC doesn't work. I've tried
joining the two servers, but it stopped the new one from working
entirely, and I had to wipe the server and start again. I've now spent
some time
2019 Feb 04
1
Windows client still tries to connect to old AD after replacement
Sigh, hopefully 3rd time lucky!
Thank you Rowland and Louis,
> >
> > I do not use roaming profiles, but I seem to remember that
> > they are are
> > liberally plastered with SID-RID's. It is the SID that identifies the
> > domain, so it is this that is probably causing your computers looking
> > for the old DC.
> >
> > Rowland
> >
2005 Jan 20
1
Migrating from Windows 2000 Server to Samba
Hello,
I'm aiming to migrate a few Windows 2000 Server boxes to Linux with Samba and I would like to check what Samba can do before actually comitting myself to this idea. There are a few servers, all located in different locations, connected to one central server. The remote servers contains files only, and the central server controls internet access and has Exchange installed on.
2018 Nov 08
2
Migrate users from old server to new server without moving/copying configuration
Hello all,
We're running a Samba AD DC and we want to move to a new server. The old
server is slightly misconfigured and have some issues, and the new
server has already been set up freshly set up with no issues and
everything working fine. I need to move users, groups & passwords from
the old server to the new one without moving configuration and retaining
the old issues, am hoping
2019 Jan 29
2
Windows client still tries to connect to old AD after replacement
Hi all,
I've decided to completely replace an old AD with a fresh, brand new one
- the only thing linking the two is that I've transferred the user
profiles & home folders over to the new one and I'm testing this
configuration by disconnecting one of the Windows 10 computers from the
old AD and then connecting it to the new AD.
Old AD:
Name - ad.domain.intranet
IP -
2019 Nov 14
1
Roaming profile not syncing with the server
Hi all,
An user queried whether the error "Your profile was not synchronised
with the server" was a big problem, so I had a look into it.? This only
happens on one computer, all non-admin users has this problem, the Samba
admin account don't have this problem.? Looking into the windows error
log, we get plenty of messages of the below:
2018 Jul 23
1
Logging-in takes 1 hour when changing computers
On 18/07/2018 14:43, Rowland Penny wrote:
> Go on, spoil us by actually giving us some information, such as what
> distro is the DC running on ?, what is in smb.conf, what are your
> clients running etc etc.
>
> Rowland
>
Hello Rowland, Gaiseric, LPH & Miguel,
Thanks for all of your replies!
Not having much time at the moment, but to answer some questions...
The server is
2019 Mar 25
1
Replication problem when adding new DC member
Hi all,
So we have a single AD-DC master, and I'm trying to join a fresh new DC
(DOMAIN-ad.DOMAIN.intranet, 192.168.0.11) to the master
(ad.DOMAIN.intranet, 192.168.0.17), and I'm using the HOWTO here:
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
and I've hit a problem in the section "Built-in User & Group ID
Mappings" - when
2020 Sep 16
2
Logging successful log-ins
There's a note at the top of that document:
"Samba only supports logging of succeeded authorization events."
Does that mean that it won't log authentication events at all? Because that's implied.
I think it would be better, assuming it will log auth events, to say;
"Samba only supports logging of *successful* authorization events, not unsuccessful. Samba also supports
2019 Mar 25
3
FSMO transfer problems
Hello all,
Have joined a new DC to an existing active directory consisting of a
sole DC. So, we now have two domain controllers, the original being
ad.DOMAIN.intranet (192.168.0.17), and the new one being
DOMAIN-ad.DOMAIN.intranet (192.168.0.11). I want the new DC to become
the FSMO role owner, so I followed the instructions here -
2008 Jan 29
1
for loop help
Hi,
I have written the following code which works fine
step<-5
numSim<-15
N<-double(numSim)
A<-double(numSim)
F<-double(numSim)
M<-double(numSim)
genx<-double(numSim)
for (i in 1:numSim) {
N[i]<-20
PN<-(runif(N[i], 0, 1))
A[i]<-sum(ifelse(PN>0.2, 1, 0))
PF<- runif((A[i]*0.5), 0, 1)
F[i]<-sum(ifelse(PF>0.2, 1, 0))
PM<-
2019 Mar 25
1
Transfer file server to new DC
Hello all,
Have joined a new DC to an existing active directory consisting of a
sole DC. So, we now have two domain controllers, the original being
ad.DOMAIN.intranet (192.168.0.17), and the new one being
DOMAIN-ad.DOMAIN.intranet (192.168.0.11). The old DC is also the file
server - I'm aware this is strongly advised against. I want the new DC
to become the file server but can't
2019 Oct 03
1
Roaming profiles don't work properly on newly joined Windows clients
> Can we start by seeing your smb.conf from the Samba machine that holds
> the profiles share.
>
> Rowland
Rowland, thanks for your prompt reply as usual!
Yeah sure, have pasted it below.? Just an update - I've double checked
the other donated computer - it works perfectly fine, roaming profiles
gets written to the server and no error message. So in fact, it's just
one of
2019 Feb 04
1
Windows client still tries to connect to old AD after replacement
Thanks Rowland,
OK, sorry about this...
Note that the "Old AD" has some errors in their config files, but
everything sort of work so I'm not going to fix those errors - my
concern is obviously just the "New AD". I've not set up printing in the
new AD yet as it doesn't work in the old one anyway, and that's a
discussion in a future thread. Note
2019 Feb 11
0
Windows client still tries to connect to old AD after replacement
Rowland,
> Did you click on the hyperlink that would have taken you here:
>
> https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
I see... muddling through this, I seem to have somehow fixed this by
following the POSIX ACL instructions, but not completely fixed. It has
got to the stage where if I create a new user (called testuser) and
assign their roaming