search for: dep1

Displaying 5 results from an estimated 5 matches for "dep1".

Did you mean: dep
2018 Sep 05
2
Upgraded a member server to 4.8, rfc2307 data?
...imo. 17XX "Creator Owner" 277X "Creator Group" 377X "Creator Owner and Creator Group" /data root:"Domain Admins" 1755 ( allow everybody in this folder, even guests ) everyone can walk/enter this folder (/data) due to the last 5 in 1775 on linux. /data/dep1 root:"Dep1" 2770 ( allow users/group rights) and if member of "Dep1" only then you can enter and read/write. /data/dep2 root:"Dep2" 2770 ( allow users/group rights) and if member of "Dep2" only then you can enter and read/write. If user1 creates a file in...
2018 Sep 05
3
Upgraded a member server to 4.8, rfc2307 data?
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > idmap config LNFFVG: unix_primary_group = yes It is needed? AFAI've understood it means that users will have UNIX primary group the windows group and not 'domain users', but reeally i don't need that... -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia''
2018 Sep 04
4
Upgraded a member server to 4.8, rfc2307 data?
I'm starting to upgrade my domain members to debian stretch/samba 4.8, using louis packages. Domain controllers still on jessie/samba45. Upgrade went smooth, but after upgrade seems that the DM was not able anymore to retrieve rfc2307 data, eg: root at vdmsv2:~# getent passwd gaio gaio:*:10000:10513:Marco Gaiarin:/home/LNFFVG/gaio:/bin/false root at vdmsv2:~# ldbsearch -H
2011 May 04
1
Str info. Thanks for helping
It looks from str(SA) that Response IPS1 is a data.frame of class "anova", which probably cannot be coerced to vector. Maybe you can use unlist() instead of as.vector() Or something like SA[["Response IPS1"]]["as.factor(WSD)",] ## to select the first row only, even maybe with unlist() Without a better REPRODUCIBLE example, I cannot tell more (maybe some others
2013 Jan 02
13
Puppet and installing packages from source
Hello Everyone, I''m looking for a way to install packages from source via puppet, I was able to locate maybe 5 posts on this subject which is very strange, as I would expect people to still use ./configure with their own customized options. For example, I need to compile Curl with c-ares support, for that I need to set an option for ./configure but can''t find a way to do it.