Displaying 20 results from an estimated 1000 matches similar to: "32 bits limit?"
2015 Jun 01
1
32 bits limit?
Thank you all for these detailed answers. This size happened on DC where
the import were done. Database with Samba 4 was always significantly bigger
on this host than on the replicated ones. According to that I'll try the
dump trick which would also teach me some things : )
I'll came back after tests...
For LMDB the start seems to be there:
https://jhrozek.fedorapeople.org/sambaxp
2015 Jun 01
3
32 bits limit?
Sorry I don't understand you answer. For me 32 bits platforms are dead on
server side. So nobody would set up a new AD using Samba 4 above a 32 bits
system.
2015-06-01 14:34 GMT+02:00 Reindl Harald <h.reindl at thelounge.net>:
>
> Am 01.06.2015 um 14:09 schrieb mathias dufresne:
>
>> Still playing with a big database (120k users, 150k computers) I tried to
>> split
2015 Jun 01
2
32 bits limit?
Hi,
You're quiet right, I'm using a 64 bits system and I was surprised by this
file size limitation on such a system. My bad regarding the title : )
Cheers,
mathias
2015-06-01 15:03 GMT+02:00 Rowland Penny <rowlandpenny at googlemail.com>:
> On 01/06/15 13:47, mathias dufresne wrote:
>
>> Sorry I don't understand you answer. For me 32 bits platforms are dead on
2015 Jun 01
1
32 bits limit?
Once more, my bad : )
I'm using Ext4 file system, so no limitation from there (or missed
something)
2015-06-01 15:12 GMT+02:00 S?bastien Le Ray <sebastien-samba at orniz.org>:
> Hi,
>
> Is there any possibility that you're using a filesystem which such
> limitations?
>
> Regards
>
>
> Le 01/06/2015 15:11, mathias dufresne a ?crit :
>
>> Hi,
2015 Jun 01
0
32 bits limit?
On 06/01/2015 05:09 AM, mathias dufresne wrote:
> Hi all,
>
> Still playing with a big database (120k users, 150k computers) I tried to
> split my users into a lot of OUs. This increased the database size and I
> was not able to finish to add users into the DB because database file has
> reached 4GB size which seems to be the limit.
>
> First: am I right to say file
>
2015 Jun 01
0
32 bits limit?
On 01/06/15 13:47, mathias dufresne wrote:
> Sorry I don't understand you answer. For me 32 bits platforms are dead on
> server side. So nobody would set up a new AD using Samba 4 above a 32 bits
> system.
>
> 2015-06-01 14:34 GMT+02:00 Reindl Harald <h.reindl at thelounge.net>:
>
>> Am 01.06.2015 um 14:09 schrieb mathias dufresne:
>>
>>> Still
2015 Jun 01
0
32 bits limit?
Hi,
Is there any possibility that you're using a filesystem which such
limitations?
Regards
Le 01/06/2015 15:11, mathias dufresne a ?crit :
> Hi,
>
> You're quiet right, I'm using a 64 bits system and I was surprised by this
> file size limitation on such a system. My bad regarding the title : )
>
> Cheers,
>
> mathias
>
> 2015-06-01 15:03 GMT+02:00
2015 May 28
2
ACLs on OUs
Hi all,
When created through RSAT OUs receive, by default, ACLs to refuse removal.
When created through LDIF and ldbadd OUs do not receive these ACLs.
Is there a way to create these ACLs using command line tools?
Cheers,
mathias
2015 Jun 11
3
Increasing database size limit
Hi all,
Would it be really complex to add some code to have more database files?
The database I have to fill is too large to be hosted into
$samba_db/private/DC=DOMAIN,DC=EXAMPLE,DC=COM which is limited to 4GB.
The idea would be to create files to host OUs created a domain's root level.
For example an OU to host groups: OU=Groups,DC=DOMAIN,DC=EXAMPLE,DC=COM
would be hosted in file named:
2013 Sep 06
4
About de Bruijn sequences in bitmath.h
Found this code: ftp://ftp.samba.org/pub/unpacked/ntdb/lib/ccan/ilog/ilog.c
Tests show that it's faster to use the following code in FLAC__bitmath_ilog2_wide():
static const unsigned char DEBRUIJN_IDX32[32]={
0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8,
31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9
};
FLAC__uint32 v;
int m;
2010 Jul 27
2
Is possible to use samba4 and openldap without ldapi?
I want to use samba4 in a openldap multimaster enviroment, but my tests
are going bad, this are the problems:
- Provision is broken for openldap: NotImplementedError: <bound method
OpenLDAPBackend.post_setup of <samba.provisionbackend.OpenLDAPBackend
object at 0xb626194c>
- When i try to run samba i get errors like this:
samba -i -M single
samba version 4.0.0alpha12-GIT-c75106f
2015 Feb 15
2
What options do I have to create OUs and ACLs in Samba4?
I need to create a couple of OUs under Users to separate my internal
users from my external users that have LDAP backed accounts so I can put
ACLs over the external users so I can limit what they can see on the
tree. What options do I have to create the OUs and the ACLs in a Samba4
AD-DC domain?
2016 Mar 27
2
Unable to join DC to domain
I ran ldbsearch on my sam.ldb
I searched for CBADC02, CBADC03, and TESTES (all VMs that fail to join
domain), results are below:
CBADC02 shows up a few times:
# record 1906
dn:
CN=CBADC02\0ADEL:de85228c-f92b-4d5d-9d6a-01c3f915dec9,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configu$
objectClass: top
objectClass: server
instanceType: 4
whenCreated: 20160310044543.0Z
uSNCreated: 4215
2023 May 03
2
ldbrename does not rename container users CN=Deleted Objects
On 03/05/2023 09:50, Stefan Kania via samba wrote:
> It had been working up to Samba 4.8 and with the recyclebin active you
> could restore every attributre, but since 4.9 it's not working anymore
>
>
Are you sure it ever worked ?
I cannot remember it ever working, plus there is the problem that if you
did rename a deleted user, most of the original attributes would be
2019 Apr 27
4
Automating creation of OUs, security groups and GPOs, in Samba AD DC
Hello,
I'm trying to automate the creation of several small samba AD DCs, each
with a different domain. Samba tool works fine for creating a brand new
domain, but I haven't seen any functionality for manipulating the directory
structure of a new domain. Specifically, I'd like to automate the creation
of a standard set of OUs, security groups and GPOs. I'm wondering whether
2016 Mar 28
2
Unable to join DC to domain
Alright... appreciate the info. Gave it a shot. Domain is still up but
shares are down because they were hosted on FILER which has now been
demoted and is no longer running any samba services.
What I did while following the wiki "Transfer/Seize FSMO Roles":
1) logged on to FILER, ran samba-tool fsmo show, verified all 7 roles were
owned by FILER.
2) logged on to CBADC01, executed
2018 Aug 27
2
Is there a good web interface now to manage Samba?
I pretend not to use RSAT on Windows any more. I use Linux as
workstation and I have to access a Wondows 7 Virtual Machine with RSAT
in order to manage AD.
Is there any web based project?
I usually work with these topics:
- Manage users and groups
- Manage OUs
- Manage GPOs
- Manage DNS
2014 Sep 29
1
Broken domain
Hi all,
Hoping someone can help me out here.
My 5 DC production domain (4.1.7 Ubuntu 12.04) is in a bit of a state.
I attempted an upgrade from 4.1.5 to 4.1.7 which appeared to work, but now
we have replication errors and am unable to add any new DNS entries. I am
now certain that we've fallen foul of the DomainDnsZones DeletedObjects
problem that I've been reading about in various
2019 Jul 24
2
Error after upgrade NT_STATUS_INTERNAL_DB_CORRUPTION
On 24/07/2019 17:05, Rowland penny via samba wrote:
> On 24/07/2019 16:01, Carlos via samba wrote:
>> Hi
>>
>> samba-tool dbcheck
>> ERROR(<class 'KeyError'>): uncaught exception - 'No such element'
>> ? File
>> "/opt/samba/lib/python3.6/site-packages/samba/netcmd/__init__.py",
>> line 185, in _run
>> ??? return
2014 Oct 01
1
Multi domain controller environment Ubuntu 12.04, replication and DNS updates broken
Hi all,
Am posting this again with a more helpful subject line...
My 5 DC production domain (4.1.7 Ubuntu 12.04) is in a bit of a state.
I attempted an upgrade from 4.1.5 to 4.1.7 which appeared to work, but now
we have replication errors and am unable to add any new DNS entries. I am
now certain that we've fallen foul of the DomainDnsZones DeletedObjects
problem that I've been reading