Displaying 20 results from an estimated 4000 matches similar to: "Change Operating System Version Number"
2015 Dec 16
2
Active Directory Object, Operating System tab
Is there a way to populate this tab when I join a computer to the domain
using samba?
using this command
net ads join -U administrator
creates the AD Object.
I don't see an option to net when reading the man page to include the OS
specs
Maybe use
--config-file option?
I don't see anything in the smb.conf file that would set any of that
information.
# net --version
Version 4.1.6-Ubuntu
2016 Jul 11
1
Can the 'operatingSystemVersion' value of DC computers in LDAP server keeps up to date?
When I use ldbsearch to get the operatingSystemVersion information, I got '4.0.6', but I'm running samba-4.4.5 now.
It seems that this information stayed at the version number when I provisioned the domain.
Can this version number keeps up to date when I upgraded samba server?
I can write a small script and scheduled it to change this information periodically, but if there's an
2007 Feb 12
3
Autogenerating of operatingSystem and operatingSystemVersion attributes in AD
When Samba joins to AD, net creates 'Computer' object in target AD.
Object 'Computer' has attributes operatingSystem and operatingSystemVersion,
which automatically setup in properly value, when native Windows join to AD.
I offer a patch to utils/net_ads.c to do similar way - set up operatingSystem
to "Samba" and operatingSystemVersion to Samba version, when Samba
2018 Sep 10
2
schema enhancement recommandation?
Hi list,
Im using Samba 4.x (x >=8) and Im excited about the new "samba-tool
computer" simplification of computer managment in AD mode.
Now I would like to use some more information tagsĀ in the computer
section, i.e. partition information or macadress of the nic.
So I tried to enhance the schema (using 4.10.0pre1-GIT-8c00c017cb5) i.e.
simple with
>>> cat win.ldif
dn:
2012 Jul 17
8
How to override $::operatingsystem fact
Hi,
I want to introduce "Proxmox" as new value in $::operatingsystem.
"Proxmox" is based on Debian, so the normal value is currently "Debian".
To change that, I just write a custom fact based on the facter fact
"operatingsystem"
Facter.add(:operatingsystem) do
> ...
> setcode do
> ...
> elsif
2018 Dec 10
5
Samba 4 with Microsoft Exchange
Hi All,
We would like to know if recent developments and improvements allow to use a Microsoft Exchange infrastructure with Samba 4 as an Active Directory Controller ?
Any informations about it ?
Thank you very much
2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in
Active directroy running on Windows 2000 PDC.
I tried to use perl ldap to create those objects but I didn't manage
to set the sAMAccountType to "805306369" ( apparently this is a read
only auto generated value)
Is there any way to do that under Linux ?
Thanks,
Thomas
#! /usr/bin/perl
use strict;
use
2018 Sep 10
4
schema enhancement recommandation?
Hi Rowland,
thank you for your fast answer. More see below.
On 10.09.2018 19:18, Rowland Penny via samba wrote:
> [..] ERR: Object class violation : "objectclass_attrs: attribute
>> 'macAddress' on entry 'CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan'
>> does not exist in the specified objectclasses!" on DN
>>
2013 Mar 06
1
ldap-query operating system attribute
Hello,
I'm running samba 4.0.3.
when I query the operatingsystem attribute using
ldapsearch ... -P 3 "(objectCategory=computer)"
The operatingsystem value returned for "Windows 7 Professionnel N"
is operatingSystem:: V2luZG93c8KgNyBQcm9mZXNzaW9ubmVsIE4=
which translate to Windows? 7 Professionnel N
But when I look at it using dsa.msc I can read "Windows 7
2016 Oct 03
1
How to Migrate Samba AD from one server to another
On Sun, 2 Oct 2016 22:01:32 -0600
"Paul R. Ganci via samba" <samba at lists.samba.org> wrote:
>
>
> On 10/02/2016 07:57 PM, Paul R. Ganci via samba wrote:
> >
> >
> > On 10/02/2016 06:15 PM, Paul R. Ganci via samba wrote:
> >> On 09/11/2016 10:38 AM, Paul R. Ganci via samba wrote:
> >>
> >>> On 09/11/2016 01:23 AM, Rowland
2023 Oct 23
2
Question about silos and Authentication policies
Hi Stefan,
We had a long weekend in New Zealand, I'm catching up now to your emails.
Some of the slight differences between Windows tools I've already picked
up on and are in my PR Andrew Bartlett mentioned on Friday, but I'm
always open to learning what things are missing or different etc.
On 23/10/23 02:58, Stefan Kania via samba wrote:
> Talking to myself again ;-)
>
>
2023 Oct 22
1
Question about silos and Authentication policies
Talking to myself again ;-)
Samba-tool is working a little bit different then the silo/policy
management on a Windows-DC.
On a Windows-DC after assigning the user and host to the silo you have
to assign the silo to the user and the host. When assigning the user and
host to the silo with samba-tool, the assignment to the user and the
host will be done at the same time. So now my policy looks
2020 Jun 23
0
Update of operatingSystem and operatingSystemVersion attributes in AD
Hi list,
We've been looking into updating? operatingSystem and
operatingSystemVersion attributes automatically and periodically (so
version remains correct after OS upgrades) but quickly found out the
machine account principal does not have enough permissions as it would
error out with INSUFF_ACCESS_RIGHTS.
As Windows /is /able to update those attributes I've been doing some
2019 May 28
2
samba-tool group removemembers, not working
On Tue, 28 May 2019 11:04:01 +0200 Denis Cardon <dcardon at tranquil.it> wrote:
> Hi Mark,
>
> > Because of other issues using ADUC, I tried to remove a domain member using:
> >
> >> samba-tool group removemembers "Domain Computers" MARKA\$
> > Removed members from group Domain Computers
> >
> > As shown, it say it "Removed
2012 Mar 28
4
Could not load confine test 'operatingsystem': cannot load such file -- puppet/provider/confine/operatingsystem
Hello,
I''m having some trouble. I keep getting the following warnings when
trying to run:
$ puppet master --no-daemonize
/usr/local/build/puppet-bundle/vendor/gems/ruby/1.9.1/gems/
puppet-2.7.12/lib/puppet/external/pson/pure.rb:7:in `<module:PSON>'':
iconv will be deprecated in the future, use String#encode instead.
Could not load confine test
2007 Jul 03
3
$operatingsystem variable.
In the documentation, there is an example such as this:
case $operatingsystem {
sunos: { include solaris } # apply the solaris class
redhat: { include redhat } # apply the redhat class
default: { include generic } # apply the generic class
}
I''ve seen the $operatingsystem variable used elsewhere.
What actually puts the value into the $operatingsystem variable?
Does
2010 Apr 07
1
Error on extlinux 3.86 boot: "Missing Operating System"
Hi folks!
In my system i have a SSD card, and i try to install extlinux in it.
But, my extlinux installation not work!!
I make a initrd to boot my machine on lan, and my init execute a
installation of extlinux version 3.86 on my SSD card. The installation
on init is similar to:
http://pastebin.com/szcYCCjR
The return of installation of extlinux is:
/mnt is /dev/sda1
And the install not report
2013 Sep 18
4
Not able to capture node info via browser
If I run below command on puppet master. I am able to get output pasted
here.
But the same information, I am trying to capture via browser using
http://puppetdb:8080/v2/facts/operatingsystem but not working
[root@puppetmaster ~]curl -X GET
http://puppetdb:8080/v2/facts/operatingsystem
curl: (6) Couldn''t resolve host ''puppetdb''
[root@puppetmaster ~]# curl -X
2002 Oct 17
1
Samba 3.020 and Win2K with Kerberos 5
Hi,
I've posted this one also to comp.protocols.smb, but the list seems to be
more hacky :-)
I have M$ Win2K PDC with Kerberos authentication system.
PDC
Win2K--------------SAMBA-3.020-------------LINUX
Kerberos5
It was somewhere told (Samba 3.0 prealpha guide to Kerberos
authentication)that this should work.
I'm using RedHat 7.2 with latest patches (obtained via net from redhat
site).
2006 Aug 03
3
Relationships between models.
Hi All,
I think Im having a mental block here. For some reason I just cant get
my head round relationships.
What I have is the following.
4 tables
1) Hosts
2) Software
3) OperatingSystem
4) Company
In my terms (which are most likely wrong) a company can have lots of
hosts, a host has lots of software, a host has one operating system.
So should my models have the following relations in them?