Displaying 20 results from an estimated 65 matches for "ntdb".
Did you mean:
netdb
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_...
2013 Oct 29
2
creating an ubuntu package of version 4.1.0
Hi,
to build an ubuntu-package of samba4.1.0, I'm using a slightly
modified debian package-configuration from a previous version. I created
a quilt-patch (attached to this email) that sets the DISABLE_NTDB var
again, to solve dependency problems.
It's compiling nicely now, but I still get this linker-error:
default/source3/lib/util_58.o: In function `str_checksum':
/home/nils/build2/samba4/bin/../source3/lib/util.c:1310: undefined
reference to `hash_any'
Did this happen to anybody b...
2015 Jun 01
1
32 bits limit?
...o say file
>> /var/lib/samba/private/sam.ldb.d/DC=example,DC=com.ldb has a maximum size
>> of 4GB?
>>
> You are right.
>
>> Secondly: if I'm right about the size limit, why this size limit?
>>
> TDB is still using 32bits structures, we had a project called NTDB that
> was copping with this issue and other issues we had in TDB as we found
> other way to solve the TDB issues (but the size) we have dropped the work
> on NTDB as there was some issues on how to manage the migration.
>
> In order to compact your database you might want to dump it...
2003 Dec 01
0
No subject
click on any of the "ntdb?" directory, it just cd into the directory
and nothing else happens. I don't see the files I should see... it
doesn't seem to "redirect" the connection on server "smbhost".
Does the "smbhost" in the symlink need to be a netbios name or
can it be a fully q...
2012 Aug 29
0
Problem building samba 4.0.0beta7 on Solaris 10
...4: error: tdb_compat.h:
No such file or directory
Waf: Leaving directory `/usr/local/src/samba-4.0.0beta7/bin'
Build failed: -> task failed (err #1):
{task: cc pyposix_eadb.c -> pyposix_eadb_10.o}
gmake: *** [all] Error 1
and an undefined symbol:
[3203/3379] Linking default/lib/ntdb/ntdbtorture
Undefined first referenced
symbol in file
err default/lib/ntdb/tools/ntdbtorture_3.o
ld: fatal: Symbol referencing errors. No output written to
/usr/local/src/samba-4.0.0beta7/bin/default/lib/ntdb/ntdbtor...
2012 Sep 15
0
Problem building samba-4.0.0rc1 on Solaris 10
Hello,
Building samba-4.0.0rc1 on Solaris 10 update 9 with gcc 4.4.0 fails at:
[3516/3766] Linking default/lib/ntdb/ntdbtorture
Undefined first referenced
symbol in file
err default/lib/ntdb/tools/ntdbtorture_4.o
ld: fatal: Symbol referencing errors. No output written to
/usr/local/src/samba-4.0.0rc1/bin/default/lib/ntdb/ntdbtortu...
2015 Jun 01
5
32 bits limit?
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
/var/lib/samba/private/sam.ldb.d/DC=example,DC=com.ldb has a maximum size
of 4GB?
Secondly:
2015 Aug 04
1
[Announce] Samba 4.3.0rc2 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Aug 04
1
[Announce] Samba 4.3.0rc2 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Jul 21
0
[Announce] Samba 4.3.0rc1 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Jul 21
0
[Announce] Samba 4.3.0rc1 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Jun 01
0
32 bits limit?
...o be the limit.
>
> First: am I right to say file
> /var/lib/samba/private/sam.ldb.d/DC=example,DC=com.ldb has a maximum size
> of 4GB?
You are right.
> Secondly: if I'm right about the size limit, why this size limit?
TDB is still using 32bits structures, we had a project called NTDB that
was copping with this issue and other issues we had in TDB as we found
other way to solve the TDB issues (but the size) we have dropped the
work on NTDB as there was some issues on how to manage the migration.
In order to compact your database you might want to dump it to a file:
tdbdump...
2015 Dec 21
1
Fruit module configured to use matter still write ._* files
I have configured samba as follow:
[global]
workgroup = GOYMAN
netbios name = MATRIX
security = user
encrypt passwords = yes
smb passwd file = /var/db/samba4/private/passdb.ntdb
vfs objects = catia fruit streams_xattr
fruit:resource = xattr
fruit:metadata = netatalk
fruit:locking = netatalk
fruit:encoding = private
[projects]
path = /data/projects
write list = kuon, ino
force create mode = 0770
create mask = 0770
I expect "fruit:resource = xattr" to avoid the...
2019 Apr 24
3
Odd behavior since upgrading to 4.9.6
...from 4.0 to 4.1 )
> ( this part )
> The important change you need to know is :
> Parameter Name Description Default
> -------------- ----------- -------
>
> acl allow execute always New False
> password level Removed
> set directory Removed
> use ntdb New No
>
None of these options are set.
>
> The commands Andrew showed are working.
> You need to trigger a re-index and that should work.
>
> Before you do that, run on all servers:
> samba-tool dbcheck --cross-ncs
> ( to fix errors, run it again , add --fix (--y...
2020 Jun 19
1
Upgrading from Debian Stretch to Buster, Van Belle package
Am 19.12.19 um 19:15 schrieb Lmloge via samba:
> When upgrading use : apt-get dist-upgrade --autoremove
> Which is needed to replace and remove optional samba packages.
> In the step from 4.10 to 4.11 the upgrade might stop.
> Then use: apt --fix-broken install
> That should remove libldb1 and upgrade contineus with installing libldb2.
hijacking this older thread now:
Did an
2015 Jul 20
1
building samba git master: error with pyldb-util/ldb
...heimdal-dev, heimdal-multidev (>= 1.6~),
libacl1-dev, libaio-dev [linux-any], libattr1-dev, libblkid-dev, libbsd
-dev, libcap-dev [linux-any], libctdb-dev (>= 2), libcups2-dev,
libgnutls28-dev, libheimntlm0-heimdal (>= 1.6~), libldap2-dev, libldb
-dev (>= 2:1.1.20~), libncurses5-dev, libntdb-dev (>= 1.0), libpam0g
-dev, libparse-yapp-perl, libpopt-dev, libreadline-dev, libsubunit-dev,
libtalloc-dev (>= 2.1.2~), libtdb-dev (>= 1.3.6~), libtevent-dev (>=
0.9.25~), perl, perl-modules, pkg-config, po-debconf, python-all-dev
(>= 2.6.6-3), python-dnspython, python-ldb (>= 2...
2015 Aug 18
0
[Announce] Samba 4.3.0rc3 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Aug 18
0
[Announce] Samba 4.3.0rc3 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...
2015 Sep 08
7
[Announce] Samba 4.3.0 Available for Download
...or
DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
SMB signing required in winbindd by default
-------------------------------------------
The effective value for "client signing" is required
by default for winbindd, if the primary domain uses active directory.
Experimental NTDB was removed
-----------------------------
The experimental NTDB library introduced in Samba 4.0 has been
removed again.
Improved support for trusted domains (as AD DC)
-----------------------------------------------
The support for trusted domains/forests has improved a lot.
samba-tool got &quo...