Displaying 20 results from an estimated 100 matches similar to: "Client cannot access Default domain policy"
2014 May 15
1
backup
I just installed samba4 on ubuntu 14.04 from de repositories:
# samba --version
Version 4.1.6-Ubuntu
I wanted to make a backup but *samba_backup* was missing, so I download
4.1.7 using Git and configured it.
The problem is it isn't working, tar is stopping because it refuses to
create and empty file. I tracked it to the second *tar* in the script, and
*echoed* it:
# samba_backup
2018 Jun 19
1
Fixing sysvol permissions
On Tue, 19 Jun 2018 12:52:46 -0400
Mark Foley via samba <samba at lists.samba.org> wrote:
> Given no responses on this question for a few days, I'm concluding
> that we're out of ideas on this problem. Let me propose a couple of
> ideas. Apparently, the basic Windows FOLDER and SHARE permissions
> are correct according to Louis' recommendations (see message below).
2002 Oct 21
0
Folder re-direction by Group Policy in a Multiple-Samba server e nvironment
This is a serious problem which can affect users of Samba in a Windows 2000
domain in which a Group Policy is applied to user accounts to redirect the
"My Documents" or other folders to a Samba share. The contents of the users
"My Documents" can become deleted.
Problem description:
1. Background : We are using Samba servers to serve user files in a Windows
2000 domain of
2002 Oct 21
0
FW: Folder re-direction by Group Policy in a Multiple-Samba serv er environment
This is a serious problem which can affect users of Samba in a Windows 2000
domain in which a Group Policy is applied to user accounts to redirect the
"My Documents" or other folders to a Samba share. The contents of the users
"My Documents" can become deleted.
Problem description:
1. Background : We are using Samba servers to serve user files in a Windows
2000 domain of
2008 May 28
1
WinXP not creating profile
I have just installed a new samba PDC following
http://www.howtoforge.com/ubuntu-gutsy-samba-domaincontroller-p2
but my winXP clients don't save their profile. It is created a
directory /home/samba/profiles/USER with permission 700 but no file is
saved there. The computer I amb testing with was in the old samba PDC
saving the profile with no problem, so I suppose is a samba problem.
Any hint
2020 Apr 29
1
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
On 2020-04-30 00:55, miguel medalha wrote:
> I don't know exactly what you are trying to achieve, but isn't the notion of
> "home folder" somewhat a thing of the past? I use Folder Redirection with
> Windows 10 clients (and Windows 7 before) and it works like a charm. User
> Profile folders are created automatically at first login. Furthermore, it
> gives most of
2018 Jun 18
6
Fixing sysvol permissions
On Fri, 15 Jun 2018 12:32:52 +0200 L.P.H. van Belle wrote:
>
> > OK, Everyone is currently set to FULL CONTROL. I'll set that to READ.
>
> Ai, now... Nobody can write over the share, pc's wil complain.
> Some GPO setting will stop working.
But, when I ran your samba-check-set-sysvol.sh script it told me to set EVERYONE: READ. See
below:
> > $
2009 Mar 10
1
inherit group on new files/directories
I have a share with folders belonging to diferent groups, with
restricted access depending on unix groups.
When a user creates a file inside one of this folders I want it created
with "directory group"; I think it should be possible using "inherit
acl" but it don't work; my share configuration is:
[arees2]
path = /home/samba/arees
valid users = @users
2018 Jun 23
0
Fixing sysvol permissions (SOLVED)
On Wed, 20 Jun 2018 12:05:13 +0200 L.P.H. van Belle wrote:
>
> As said very busy, but i can spare a few minutes now.
>
> -rwxrwxr-x+ 1 3000000 domusers 2240 2018-06-18 17:33:55 /var/lib/samba/sysvol/hprs.local/policies/{3C103F7B-7250-4610-BC45-8B06353CAA7C}/User/Documents & Settings/fdeploy1.ini
> -rwxrwx---+ 1 3000000 users 64 2018-06-18 17:34:22
2018 Jun 19
0
Fixing sysvol permissions
Given no responses on this question for a few days, I'm concluding that we're out of ideas on
this problem. Let me propose a couple of ideas. Apparently, the basic Windows FOLDER and
SHARE permissions are correct according to Louis' recommendations (see message below). One
thing I've noticed that is a bit puzzling is the group ownership of these policy files:
-rwxrwxr-x+ 1
2009 Feb 26
1
winXP not uploading profiles
I have installed Samba as PDC, copied "Default User" to samba (from
\Documents and Settings\Default User) and it works (I added some files
to the Desktop and they appear on new computers); but when logout,
just the profile folder of the user is created, no file is upload
inside.
Any hint? my smb.conf looks like:
[global]
workgroup = MEGOSG
log level = 3
admin users = @admin
2020 Apr 29
7
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
Hello everybody,
I been at this for more then a week and went through the archives and
wiki but can not get it to work.
I been trying to follow these steps:
https://wiki.samba.org/index.php/User_Home_Folders
wanted behavior:
samba-tool user create jdoe pass01 --login-shell /bin/bash --given-name
"John Doe" --home-drive=H --home-directory="\\\SAMBA01\users\jdoe
2018 May 10
2
anchura chunk en pdf
Buenas!
La solución es modificar la anchura del.output:
opts_knit$set(width = 80)
El numero indica el ancho en caracteres.
La orden se suele poner en el primer chunk con include=FALSE en las
opciones del chunk.
Aquí tienes mas información
https://yihui.name/knitr/options/
Espero que te sirva!
El jue., 10 may. 2018 19:27, Javier Nieto <mac_javi en hotmail.com> escribió:
> Hola,
2014 Nov 01
3
DC2 denies access when saving through the Group Policy Management Console
Hello list,
I am not sure if this is a bug or known already but I will describe it. I have two domain controllers running on 4.1.12/sernet which are linked together. I am using unison for bidirectional sync for the sysvol directory as described on samba's wiki, although in my opinion the problem I will describe in the following has nothing to do with the sync process. The sync occurs every
2011 Nov 20
1
place values into a matrix efficiently?
This question attacked me as I was thinking about matrix value updates.
I probably will never need to do this, but wanted to ask if there are
efficient methods to perform the for-loop in the following sequence.
%xymat<-matrix(rep(0,100) nr=10,nc=10) # empty matrix
%x<-1:10
%y<-sample.int(10,10,rep=T)
%for (j in 1:10) xymat[x[j],y[j]] <- some_function(x[j],y[j]) #to create
either
2011 Dec 01
1
strange row numbering after rbind-ing a list
"Not that it really matters, but"
Can someone explain how the row numbers get assigned in the following
sequence? It looks like something funky happens when rbind() coerces
'bar' into a dataframe.
In either sequence of rbind below, once you get past the first two rows,
the row numbers count normally.
Rgames> (foo<-data.frame(x=5,y=4,r=3))
x y r
1 5 4 3
Rgames>
2011 Dec 13
2
axis tick colors: only one value allowed?
Hi,
So far as I can tell, the 'col.ticks' parameter for axis() only uses the
first value provided. E.g.:
plot(0:1,0:1, col.ticks=c('blue','red','green')) #all ticks are blue
Just wondering if there's a different option in the basic plot commands
that can handle multiple colors, and also whether ggplot and/or lattice
allow for multiple tick colors.
2011 Dec 13
1
Re : Polygon
HI,
Sorry Carl, I received your message in my spam folder. Sarah proposed me a good example of code.
Thank you
Momadou
________________________________
De : Carl Witthoft [via R] <ml-node+s789695n4188375h96@n4.nabble.com>
Envoyé le : Mardi 13 Décembre 2011 3h34
Objet : Re: Polygon
Please read the posting guide and provide a (small) reproducible example
of your data.
The statement
2018 Jul 18
2
Legendas en una gráfica de ggplot2
¡Gracias! Espectacular. Me ha servido mucho.
El mié., 18 de jul. de 2018 1:15 PM, Víctor Granda García <
victorgrandagarcia en gmail.com> escribió:
> Hola Sebastián.
>
> Entiendo que tratas de que aparezca una leyenda con el tipo de curva
> (l,o,u,i). Si quieres aprovechar las ventajas de ggplot (como las leyendas
> automáticas) normalmente tienes que asignar linetype a una
2018 Jun 25
2
Transformar muchas variables factor en variables binarias de acuerdo a niveles
Por cierto data.table tiene implementadas las funciones de reshape2 melt y dcast pero mucho m?s r?pidasen ejecuci?n
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: R-help-es <r-help-es-bounces en r-project.org> on behalf of V?ctor Granda Garc?a <victorgrandagarcia en gmail.com>
Sent: Monday, June 25, 2018 4:23:52 PM
To: Fernando Reche