Displaying 20 results from an estimated 3000 matches similar to: "ldbadd: objectclass top is not a valid objectClass"
2018 Nov 28
2
Odd behavior on group membership
Hi Rowland, thank you for your prompt reply,
I sent you the testparam output hence lots of defaults (i presumed would
be better), here is crude smb.conf:
root at araucaria:~# cat /etc/samba/smb.conf
[global]
netbios name = ARAUCARIA
realm = AD.TLD
server role = active directory domain controller
workgroup = A1
server services = -dns
ldap server require strong auth
2018 Nov 28
2
Odd behavior on group membership
Hi Rowland,
Those tests were made on DC (araucaria), not a domain member.
root at araucaria:~# testparm /etc/samba/smb.conf
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[netlogon]"
Processing section "[sysvol]"
Loaded services file OK.
Server role: ROLE_ACTIVE_DIRECTORY_DC
Press
2018 Nov 27
2
Odd behavior on group membership
Hi,
I have a samba 4.7 AD DC running on a Ubuntu 18.04 server with distro
packages. I update a user with a new group and this new membership is
not reflected on that user. On example below, I can successfully add the
user "test.account" to group "test", but not my user "marcio.merlone":
root at araucaria:~# id test.account
uid=30214(A1\test.account)
2020 Jul 26
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
Sun, 26 Jul 2020 09:57:05 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 26/07/2020 09:43, RhineDevil via samba wrote:
> > 64 Naming violation: objectClass: myObjectClass not a valid child class for <OU=myOrganizationUnit,DC=domain,DC=local>
> > Could someone give me an hint on why such an error could occur?
>
> Please post the ldif you are trying
2020 Jul 26
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
Sun, 26 Jul 2020 12:06:03 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 26/07/2020 10:58, RhineDevil wrote:
> > You said you didn't want to help me about this but if you'd do at least I'd learn something useful for custom schemas, since this type of error isn't referenced anywhere
>
> No, I said I wouldn't help you shoot yourself in the
2018 Sep 04
1
ADUC: RPC Server is unavailable
Hi,
Setting up a new AD DC on Ubuntu 18.04, samba 4.7 from ubuntu's repos
and BIND_DLZ. Did a samba-tool domain classicupgrade from an old NT3.x
domain, imported users and groups ok.
I am able to join windows workstations, can login with a domain user, etc.
Problem is my user A1\mmerlone, member of 'domain admins' group, cannot
open ADUC with the error RPC server is unavailable.
2014 Nov 11
1
creating OU with samba4
Hello guys!
How I can create an organizationalUnit (OU)?
Now I created an user into an OU already existent, but I need to create a new OU.
I tried with:
root at s1 :~#nano file.ldif
dn: ou=MyOU,DC=dominio,DC=pdc,DC=cu
objectClass: top
objectClass: organizationalUnit
ou: MyOU
root at s1 :~#ldbadd --url=/var/lib/samba/private/sam.ldb file.ldif
but when I search MyOU on the Active
2020 Jul 27
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
Sun, 26 Jul 2020 19:03:04 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 26/07/2020 18:45, RhineDevil wrote:
> >
> > Done, I still get the same errors when adding mod.ldif
> >
> > (I used ldbadd instead of ldbmodify, is that a problem?)
>
> No, that isn't the problem, the problem is that I forgot to remove a
> comment :-(
>
>
2016 Feb 10
3
ldbadd issue on Samba 4.1.13 AD DC
On 2/9/2016 3:48 PM, Rowland penny wrote:
> On 09/02/16 19:59, Allen Chen wrote:
>> Hi there,
>>
>> I have Samba 4.1.13 AD DC compiled on CentOS 6.2 (32bit). Everything
>> is working fine.
>>
>> Issue: ldbadd cannot re-add a deleted user account.
>> What I did:
>> 1. save user account
>> # ./bin/ldbsearch -H /usr/local/samba/private/sam.ldb
2020 Oct 11
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
Mon, 27 Jul 2020 09:09:04 +0100 Rowland penny via samba <samba at lists.samba.org>:
> On 27/07/2020 01:12, RhineDevil wrote:
> > Sun, 26 Jul 2020 19:03:04 +0100 Rowland penny via samba <samba at lists.samba.org>:
> >> On 26/07/2020 18:45, RhineDevil wrote:
> >>> Done, I still get the same errors when adding mod.ldif
> >>>
> >>> (I
2016 Feb 11
1
ldbadd issue on Samba 4.1.13 AD DC
On 2/10/2016 4:39 PM, Rowland penny wrote:
> On 10/02/16 20:58, Allen Chen wrote:
>> On 2/9/2016 3:48 PM, Rowland penny wrote:
>>> On 09/02/16 19:59, Allen Chen wrote:
>>>> Hi there,
>>>>
>>>> I have Samba 4.1.13 AD DC compiled on CentOS 6.2 (32bit).
>>>> Everything is working fine.
>>>>
>>>> Issue: ldbadd
2016 Feb 09
2
ldbadd issue on Samba 4.1.13 AD DC
Hi there,
I have Samba 4.1.13 AD DC compiled on CentOS 6.2 (32bit). Everything is
working fine.
Issue: ldbadd cannot re-add a deleted user account.
What I did:
1. save user account
# ./bin/ldbsearch -H /usr/local/samba/private/sam.ldb
sAMAccountName=krtu > ./user-add.ldif
2. delete the user account
# ./bin/ldbdel -H /usr/local/samba/private/sam.ldb
2015 Dec 30
2
Was not found in the schema 'msDS-SupportedEncryptionTypes'
Ok it seems like you are in the exact same situation I was.
So here are the files in a tgz.
Once uncompressed, you'll have to change each occurance of "DC=MYDOMAIN,DC=com"
according to your configuration.
you can do this with something like :
perl -pi -e 's/DC=MYDOMAIN,DC=com/DC=Carlos,DC=com/g' *
Then you will have to run ldbadd and ldbmodify in the correct order to upgrade
2015 Dec 30
2
Was not found in the schema 'msDS-SupportedEncryptionTypes'
msDS-isRODC is introduced in version 32 of the schema.
This is the problem I faced.
You can have a look to https://lists.samba.org/archive/samba/2015-August/193258.html.
---------------------------------------------
Christophe Borivant
Responsable d'exploitation informatique
+33 5 62 20 71 71 (Poste 503)
Devinlec - Groupe Leclerc
--------------------------------------------
----- Mail
2015 Sep 01
3
ldbadd with kerberos ticket => 00002020: Operation unavailable without authentication
Hi,
I'd like to use ldbadd with kerberos authentication using samba
4.2.3-SerNet-Debian-7.jessie, but it seems authentication is not being
processed. Executing...
kinit Administrator at INTERNAL.DOMAIN.TLD -k -t /etc/admin.keytab
root at dc01:/# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: Administrator at INTERNAL.DOMAIN.TLD
Valid starting Expires Service
2015 Dec 30
4
Was not found in the schema 'msDS-SupportedEncryptionTypes'
You should run :
ldbsearch -H /var/lib/samba/private/sam.ldb -b "CN=msSFU-30-Mail-Aliases,CN=Schema,CN=Configuration,DC=MYDOMAIN,DC=com" -s base possSuperiors
If the result is :
# record 1
dn: CN=msSFU-30-Mail-Aliases,CN=Schema,CN=Configuration,DC=DEVINLECLECLERC,DC=com
possSuperiors: container
possSuperiors: domainDNS
possSuperiors: nisMap
Then it's OK, the script tried to add a
2018 Aug 08
2
RFC2307 on AD DC
Hi all,
I am deploying a new AD DC for our network using Ubuntu 18.04 and
BIND_DLZ. Al lis fine but the RFC2307 attributes on DC. What's the
recommended/correct way to use RFC2307 attributes on DC? At the wiki (1)
it says:
> For example, setting up an ID mapping back end, such as|ad|(RFC2307)
> or|rid|, in the|smb.conf|file is not supported an can cause
> the|samba|service to
2016 Feb 21
2
Create organizational unit (OU)
Hello.
I apologize for my English, I am still learning.
How do I create an organizational unit (OU) via command in Samba4?
I've researched very samba-tool and found nothing on the subject.
Thank you.
?
Atte,
Johnata Tagliavini
2020 Mar 19
3
One more upgrade question
Hi,
I have a running samba 4.7.6+dfsg~ubuntu-0ubuntu2.15 on a ubuntu 18.04
server and would like to upgrade to van Belle latest repo. My plan is
plain simple:
1. Deploy a new ubuntu 18.04 server
2. Add van Belle repo
3. Install and *then* join the domain as a DC
4. Demote and remove the old one
Is this OK?
Thanks, best regards.
--
*Marcio Merlone*
2015 Dec 30
2
Was not found in the schema 'msDS-SupportedEncryptionTypes'
Hello Carlos,
I had the same problem as you.
To solve the problem, I just modified the files I needed from adprep in order to be able
to run ldbadd and ldbmodify.
Can you run something like this to check your schema version ?
ldbsearch -H /var/lib/samba/private/sam.ldb -b "CN=Schema,CN=Configuration,DC=YOURDOMAIN,DC=com" -s base objectVersion