similar to: Domain join hardening changes, trusted user

Displaying 20 results from an estimated 600 matches similar to: "Domain join hardening changes, trusted user"

2024 Nov 06
2
samba support of KB5020276 workaround
Hi everybody, since a couple of years, user X can't join a computer to AD if the computer object has been created by user Y. It is KB5020276?Netjoin: Domain join hardening changes [1]. The documentation suggests a workaround, basically a group policy applied to all the domain controllers. Is it that possibile to apply group policies to a samba DC? The group policy I'm talking about
2005 Jun 20
1
RES: another aov results interpretation question
Dear All, I created a script to calculate averages - two groups: "parcel" and "date" - and, based on these averages, make a graph. The problem is that 'R' does not recognize the first column even if I try to insert one. A brief example Raw data: Data <- sample(1:100, 30, replace = FALSE, prob = NULL) Date <-
2011 Apr 19
0
IP Address Management / Open Source / IPAM
Does anyone have a recommendation for an Open Source IP Address Management solution please? There are several commercial players such as BlueCat, BT Diamond, InfoBlox, VitalQIP. And, Solarwinds makes a module that focuses on IPAM. Most vendors tie logic into DNS and DHCP into IPAM designs. In any case, does anyone have awareness of an Open Source solution? Thank you Tom -------------- next part
2005 May 24
2
Basic matematical functions with NAs
Dear All, I've tried to sum columns -- different species of flowers, fruits plus twigs -- with NAs to get litterfall/trap, and then after use litterfall to calculate production (litterfall (grams)/ hectare/ day. But R 'sees' litterfall/trap as a string. My question: How to use basic mathematical functions to deal with NAs in data management. Example (as you can note I have many
2004 May 11
0
net ads join hangs
Hi list, I'm having difficulty joining new Samba 3.0.x machines to our production domain. I'm trying to join using net ads join -U Administrator but it just hangs. It does create a computer object in the AD though, if you Control C the hung net join and try and start winbind, winbind complains with this error "ads_connect from domain DOMAIN failed: Cannot read password" I
2005 May 26
1
aggregate and stack
Dear All, I have tried to calculate tree mean growth but I think the structure I used below (growthresumo) is not the most elegant, even though it worked. The only problem I had in this first part was that I cannot use 'summary', just 'mean' (sorry but 'R' is pretty new for me). >growthresumo <-
2006 Mar 08
1
RES: survival
Dear Thomas, The head of my dataset > head(wsuv) parcel sp time censo treatment species 1 S8 Poecilanthe effusa ( Hub. ) Ducke. 1 1 1 1 2 S8 Poecilanthe effusa ( Hub. ) Ducke. 1 1 1 1 3 S8 Poecilanthe effusa ( Hub. ) Ducke. 1 1 1 1 4 S8 Poecilanthe effusa ( Hub. ) Ducke. 1 1 1
2016 Mar 06
2
Convincing libvirt to create a bridge device?
I was hoping that I could delegate creation of bridge devices to libvirt for address-less bridges, in order to not have to deal with the various ways distributions handle persistent network configuration, but while this creates a libvirt network... <network> <name>provision</name> <forward mode='bridge'/> <bridge name='brprov'/>
2007 Jul 16
1
R equivalent to Matlab's Bayes net toolbox
Hi, I'm attending summer School at UCLA (IPAM) on "probabilistics models of cognition". I have been an R-user since v. 1.4.1, but was trained in the frequentist tradition (as most psychologists!). I found that all faculty here use matlab and Murphy's bayes net toolbox. I have not had the need to use matlab before, and would love to stick to R for graphics models and
2023 Feb 15
1
Evaluation of the Samba-tools rename functionality
HI, Just an update on this samba-tool (V4.17.4) ..rename functionality, against a 2008SP2 level AD. (also in case anyone else is mad enough to want to attempt this.) The rename tool, seems to do a fairly good job, However there are a couple of other fields that could do with being flushed/fixed during the rename. This one which breaks MS tools(with continuous looping & modal
2007 Aug 25
1
Bug in replace parameter on file types?
Part of my authentication setup is to keep clients'' secrets.tdb for Samba/Winbind on the puppetmaster. Since secrets.tdb contains the username/password for an Active Directory machine account, it will get changed by Winbind periodically, and I don''t want it those changes to get reverted by puppet. So I''ve got active-directory-member.pp, last modified August 19, with
2016 Mar 07
0
Re: Convincing libvirt to create a bridge device?
On 03/06/2016 03:21 PM, Lars Kellogg-Stedman wrote: > I was hoping that I could delegate creation of bridge devices to > libvirt for address-less bridges, in order to not have to deal with > the various ways distributions handle persistent network > configuration, but while this creates a libvirt network... > > <network> > <name>provision</name> >
2024 Nov 06
0
samba support of KB5020276 workaround
>> Hi everybody, >> >> since a couple of years, user X can't join a computer to AD if the >> computer object has been created by user Y. > > Why pre-create the computer object before the join ? hi Rowland, in order to place it in the correct ou (unless I am mistaken. Is it possible to specify the target ou during the join? In my memory it was not.) > The
2024 Nov 06
0
samba support of KB5020276 workaround
> I?ve spent a lot of time working on this. There?s no workaround that actually works. > > The machine account must me deleted and recreated by the new user. I use a generic user to own these new account so I keep it even if the employee adding machines leaves. > > LP thank you a lot: you're saving me a lot of time! Francesco
2016 Nov 25
0
Wine release 1.9.24
The Wine development release 1.9.24 is now available. What's new in this release (see below for details): - Support for unordered access views in Direct3D. - Many fixes in the regression tests. - Some more improvements in HID support. - Various bug fixes. The source is available from the following locations: http://dl.winehq.org/wine/source/1.9/wine-1.9.24.tar.bz2
2018 Jul 30
0
2.3.2.1 - EC keys suppport?
> I did some local testing and it seems that you are using a curve that is not acceptable for openssl as a server key. > > I tested with openssl s_server -cert ec-cert.pem -key ec-key.pem -port 5555 > > using cert generated with brainpool. Everything works if I use prime256v1 or secp521r1. This is a limitation in OpenSSL and not something we can really do anything about. > >
2003 Dec 26
1
freebsd kernel hardening tools
Hi, Is there any automated tool like Bastille Linux for freebsd to harden the system security? Thanks jerry _________________________________________________________________ Send a funky MSN Messenger Christmas card http://www.msn.co.uk/christmascard
2011 Jun 16
1
OS Hardening typo?
Hi all; On OS Hardening ( http://wiki.centos.org/HowTos/OS_Protection ) there's a section on "Physical Protection" that includes requiring a single-user mode password. There's four lines that look something like this: echo "Require the root pw when booting into single user mode" >> /etc/inittab echo "~~:S:wait:/sbin/sulogin" >> /etc/inittab echo
2013 Jan 27
0
puppet + openscap / hardening
Hi All, I noticed that a few years back, someone from Puppet Labs (well Reductive Labs at that time) reached out to the openscap list in an attempt to collaborate on puppet modules: https://www.redhat.com/archives/open-scap-list/2010-March/msg00000.html it seems like the aqueduct project is/was working on a similar ''harden through puppet modules'' approach:
2016 Jun 30
0
[GSoC 2016] SAFECode's Memory Policy Hardening - Midterm Report - Zhengyang Liu
Dear Community, As I keep you update with my progress by writing weekly report, this report is covering the information about how we are processing. For those who are interested in these weekly reports, please check [1]. In general, the progress of this project is in working order. Before the midterm, I have done the following works: 1. Finish the SAFECode llvm 3.7 portation. Currently it