Displaying 20 results from an estimated 121 matches for "edouard".
2018 Dec 10
2
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
...ain Users" added to new folders/files.
As i write in my previous email, the only way i found to disable acl
"Domain Users" to be added was with :
inherit owner = yes
With some disavantages for users (not see the ownership of a file, etc.)
I do not know where I can looking for...
Edouard
-------- Message transféré --------
Sujet : Re: [Samba] Fwd: Extended acls with AD - problem with
default/herited permissions
Date : Mon, 10 Dec 2018 15:29:42 -0300
De : Edouard Guigné <eguigne at pasteur-cayenne.fr>
Pour : Dale <samba at txschroeder.family>
Copie à : samba at li...
2007 Jul 02
8
Kernel Packet Traveling Diagram
...39;ve another question (I''m not sure is it the good mailing list), for the
fragment packet, I see the ingress policy doesn''t work correctly and I''d
like to know where in the kernel travel of the packet the fragment are
re-assemble ? At the NAT or in the routing ?
Thanks,
Edouard.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2013 Sep 04
2
Random products of rows in a matrix
Hello everybody,
Without any loop and any package,
I would like to return N products of M rows in a matrix A :
Today, I managed to do it with a loop :
B <- matrix(NA, ncol = ncol(A), nrow = 0)
for (i in 1 : N) B <- rbind(B, apply(A[sample(1 : nrow(A), M, replace = T),
], 2, prod))
Do you have a solution ?
Thank you in advance !
[[alternative HTML version deleted]]
2013 Sep 02
3
Product of certain rows in a matrix
Hi,
You could try:
A<- matrix(unlist(read.table(text="
1 2 3
4 5 6
7 8 9
9 8 7
6 5 4
3 2 1
",sep="",header=FALSE)),ncol=3,byrow=FALSE,dimnames=NULL)
library(matrixStats)
?res1<-t(sapply(split(as.data.frame(A),as.numeric(gl(nrow(A),2,6))),colProds))
?res1
#? [,1] [,2] [,3]
#1??? 4?? 10?? 18
#2?? 63?? 64?? 63
#3?? 18?? 10??? 4
2019 Jul 22
5
client min protocol = SMB2
...min protocol does not affect existing
> connections unless you were to restart samba.
>
> Is the max protocol set to at least SMB2 ?????? I would have thought
> that Windows 7 and later would negotiate the highest mutually
> acceptable protocol.
>
>
> On 7/22/19 10:40 AM, Edouard Guign? via samba wrote:
>> Hello,
>>
>> I set client min protocol = SMB2 in my smb.cnf
>>
>> But I see some clients still connecting in NT1 (smbstatus) :
>>
>> smbstatus -p Mon Jul 22 11:39:36 2019
>> Samba version 4.8.3
>> PID???? Username????...
2018 Dec 10
0
Fwd: Re: Fwd: Extended acls with AD - problem with default/herited permissions
Edouard,
No, that won't work for you. "inherit acls" is intended for posix ACL's.
Since you are using Windows ACL's, try setting the
permissions/inheritance you want from a Windows system.
Dale
On 12/10/18 12:40 PM, Edouard Guigné wrote:
>
> Hello Dale,
>
> Set inhe...
2018 Dec 10
2
Fwd: Extended acls with AD - problem with default/herited permissions
Edouard,
These are the 4 available parameters containing the word "inherit".
inherit acls (S)
inherit owner (S)
inherit permissions (S)
map acl inherit (S)
Would "inherit acls" work for you?
Dale
On 12/10/18 10:56 AM, Edouard Guigné via samba wrote...
2019 Jun 18
3
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 18/06/2019 19:49, Edouard Guign? via samba wrote:
> ?gidNumber for 'Domain Users' is 513
>
> not in range? '10000-14999' of uidNumber
>
> Is it a problem ?
Oh yes, ALL user uidNumber's and Domain Users gidNumber MUST be inside
the DOMAIN range you set in smb.conf, if they aren't, all...
2019 Jul 17
2
Name of the share in windows explorer
...n see with the windows explorer my shares :
groups (\\myserver) (V:)
mydomainuser (\\myserver\homes) (U:)
Why for [groups] is only indicated \\myserver and for [homes] is
indicated \\myserver\homes ?
Is there a way to change it ? I would only show \\myserver for the both
shares?
Best Regards,
Edouard
2019 Jul 17
2
Name of the share in windows explorer
...= 0600
??? browseable = No
[print$]
??? comment = Printer Drivers
??? path = /var/lib/samba/drivers
??? write list = root
??? create mask = 0664
??? directory mask = 0775
On an older samba share (version 3.5.6), only \\myserver was visible in
windows explorer for both [groups] and [homes]
Edouard
Le 17/07/2019 ? 12:52, Rowland penny via samba a ?crit?:
> On 17/07/2019 16:46, Edouard Guign? via samba wrote:
>> Dear Samba Users,
>>
>> I set 2 samba shares :
>> 1. with the name [groups]
>> /pathtomyshare/groups
>>
>> 2. for each domain users [homes...
2019 Jun 20
2
Samba winbind on redhat 7
...ribes how you can switch between SSSD and Winbind
plug-ins that are used for accessing SMB shares from SSSD clients. "
Who is responsible for the developpement of the "Winbind plug-in" used
for accessing SMB shares from SSSD clients ?
Samba team or RHEL SSSD team ?
Best Regards,
Edouard
2019 Jun 18
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
...that all my gid are in range 500 to 600 and not in range
10000 - 14999
I thought? DOMAIN range 10000 - 14999 was reserved for DOMAIN users
-------- Message transf?r? --------
Sujet?: Re: [Samba] Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
Date?: Tue, 18 Jun 2019 16:25:39 -0300
De?: Edouard Guign? via samba <samba at lists.samba.org>
R?pondre ??: Edouard Guign? <eguigne at pasteur-cayenne.fr>
Pour?: samba at lists.samba.org
And What about Domain Admins gid ? Should also be in the DOMAIN range ?
Le 18/06/2019 ? 16:07, Rowland penny via samba a ?crit?:
> On 18/06/20...
2019 Jun 20
2
Samba winbind on redhat 7
...shadow:???? files sss winbind (or files winbind sss)
group:????? files sss winbind (or files winbind sss)
which gave poor result, very slow access to the share especially when
click on security tab on windows 7.
Le 20/06/2019 ? 13:32, Rowland penny via samba a ?crit?:
> On 20/06/2019 17:19, Edouard Guign? via samba wrote:
>> Hello,
>>
>> I am reading RHEL 7 docs concerning samba integration, and I found
>> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/windows_integration_guide/index#winbind
>>
>>
>> "4.2.4...
2019 Jun 19
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
...logon script), I get :
net use S: \\mysambaserver\groups /user:MYDOMAIN\usertest
"invalid password for \\mysambaserver\groups"
(I am sure of the password)
What could be wrong ?
In my smb.cnf, I set valid users = @"utilisateurs du domaine at MYDOMAIN.LOCAL"
Can be the reason ?
Edouard
Le 18/06/2019 ? 17:06, Rowland penny via samba a ?crit?:
> On 18/06/2019 20:41, Edouard Guign? via samba wrote:
>> Is it possible to make start DOMAIN range from 500 instead of 10000 ?
> Classicupgrade ?
>>
>> I realized that all my gid are in range 500 to 600 and not in ra...
2019 Jul 22
3
client min protocol = SMB2
...quot;server min protocol" ?
"server min protocol" is to use on a domain member
"client min protocol" is to use in which case ?
Should I also set client min protocol = SMB2 to SMB2_02 ?
EdG
Le 22/07/2019 ? 11:57, Rowland penny via samba a ?crit?:
> On 22/07/2019 15:51, Edouard Guign? via samba wrote:
>> I did not set max protocol to SMB2 in smb.cnf, I don't want to force
>> SMB2 selection if SMB3 can be used by a client.
>>
>> The machine is a Windows 7, so is SMB2 compliant.
>>
> If the Win 7 machine is connecting to a share on a Un...
2019 Jun 20
2
Samba winbind on redhat 7
This way is so easier...
Thank you Rowland
Le 20/06/2019 ? 14:01, Rowland penny via samba a ?crit?:
> On 20/06/2019 17:54, Edouard Guign? via samba wrote:
>> My idea is to replace default "cifs_idmap_sss.so" plugin by
>> "idmapwb.so" winbind plugin, in order to SSSD becomes a client of
>> winbind.
>> To avoid to change nsswitch.conf :
>> passwd:???? files sss
>> shadow:...
2019 Jun 25
2
Share migration
...4 (with gid in domain range 14500 - 14999).
I would like to remove all uids and gids ; some acls for users (uid)
were applied on the old share tree, I would to remove them especially.
Then I will apply the new acls.
Is there a linux command to reset all the acls on a folder tree (and
files) ?
Edouard
2019 Jun 21
3
Samba winbind on centos 7 - "domain users" acls added
...uot;*default:group:MYDOMAIN\134utilisateurs\040du\040domaine:r-x*" are added ?
I was expected to not get these acls... concerning "domain users"
because the folder TESTIT have no default "Domain users" acls.
Don't want them...
Is there a way to change this behaviour ?
Edouard
2018 Dec 10
0
Fwd: Extended acls with AD - problem with default/herited permissions
...e |[global]| section
of your |smb.conf| file:
vfs objects = acl_xattr map acl inherit = yes store dos attributes = yes"
Do you mean I should try to add :
inherit acls = yes locally to my share "groups" ?
Should I remove map acl inherit = yes from global parameters of smb.conf ?
Edouard
Le 10/12/2018 à 14:58, Dale a écrit :
> Edouard,
>
> These are the 4 available parameters containing the word "inherit".
>
> inherit acls (S)
> inherit owner (S)
> inherit permissions (S)
> map acl inherit (S)
>
>
> Would "...
2019 Jun 18
7
Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 18/06/2019 17:24, Edouard Guign? via samba wrote:
> "winbind refresh tickets = yes" did not help for my case.
>
It always has for myself, I have never had to refresh any kerberos
machine tickets manually
Rowland