Displaying 5 results from an estimated 5 matches for "dmiserv".
Did you mean:
pmiserv
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
>> CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan at block before line 13
>> Add failed after processing 0 records
>>
> The possible answer is in the error message. The attribute is actually
> ...
2018 Sep 10
2
schema enhancement recommandation?
...er 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: CN=DEMO-01,CN=Computers,DC=dmiserver,DC=lan
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
objectClass: computer
CN: DEMO-01
name: DEMO-01
userAccountControl: 4096
sAMAccountName: DEMO-01$
operatingSystem: Windows 8.1 Professional Volume
operatingSystemVersion: 6.3 (9600)
which worked fine:...
2018 Sep 10
0
schema enhancement recommandation?
...te:
> 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
> >> CN=DEMO-02,CN=Computers,DC=dmiserver,DC=lan at block before line 13
> >> Add failed after processing 0 records
> >>
> > The possible answer is in the error message. The attri...
2018 Sep 10
0
schema enhancement recommandation?
...ke 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: CN=DEMO-01,CN=Computers,DC=dmiserver,DC=lan
> objectClass: top
> objectClass: person
> objectClass: organizationalPerson
> objectClass: user
> objectClass: computer
> CN: DEMO-01
> name: DEMO-01
> userAccountControl: 4096
> sAMAccountName: DEMO-01$
> operatingSystem: Windows 8.1 Professional Volume
>...
2018 Aug 24
0
samba49 offline join
...end.xml?):
root at ad49:~# samba-tool computer create cnpc11
Computer 'cnpc11' created successfully
root at ad49:~# samba-tool computer list
cnpc11$
AD49$
Now I started creating a BLOB in Win10 for offline join with a
windows-10-client connected to this ad with:
djoin /provision /domain dmiserver.lan /machine cnpc11 /savefile cnpc11.txt
didnt work, but
/djoin /provision /domain dmiserver.lan /machine cnpc11 /reuse /savefile
cnpc11.txt/
/did. Also it worked with a never used machine name (i.e.cnpc31) without
/reuse, which simply was generated in the samba ad./
/In the other direction,...