search for: tdb2

Displaying 20 results from an estimated 107 matches for "tdb2".

Did you mean: tdb
2011 Jun 04
1
idmap backend = tdb2 is broken in Ubuntu / Debian
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The tdb2 backend for idmap is broken in Ubuntu and presumably debian. As reported here https://bugs.launchpad.net/bugs/789097 Careful how you read it, the quoted patch is the source of the bug, NOT the fix. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla...
2013 Feb 13
1
tdb2 idmap script issue
Hi folks, In our happy adventures in ID mapping between windows and Unix, I've come across an odd issue with the idmap : script mapping method when using tdb2. Basically - my idmap script behaves like this: #idmap.sh IDTOSID GID 123456 SID:S-blah-blah-blah as one would hope, and as per the requirements in the idmap_tdb2 man page. Similarly, it'll return UID:123545 or GID:1234356 in response to SIDTOID S-blah-blah-blah This all works well when c...
2023 Mar 10
1
AD Functional Level vs very old SaMBa member server
Will I really HAVE to use the idmap backends AD or RID? I was planning to use TDB2 with a script which I've already written: [root at fs3 samba]# ./idmap.sh IDTOSID UID 1301 SID:S-1-5-21-1632654815-303659134-1628659390-1950 [root at fs3 samba]# ./idmap.sh IDTOSID GID 198 SID:S-1-5-21-1632654815-303659134-1628659390-3247 [root at fs3 samba]# ./idmap.sh SIDTOID S-1-5-21-1632...
2008 Feb 12
1
CTDB and LDAP: anyone?
Hi there, I am looking into using CTDB between a PDC and a BDC. I assume this is possible! However I have a few questions: 1: Do I have to use tdb2 as an Idmap backend? Can I not stay with ldap? (from the CTDB docs: A clustered Samba install must set some specific configuration parameters clustering = yes idmap backend = tdb2 private dir = /a/directory/on/your/cluster/filesystem It is vital that the private directory is on shared storage...
2019 Sep 04
4
Samba, Time Machine, and ADS
...237(exit_server_common) Server exit (NT_STATUS_END_OF_FILE) And this is the full smb.conf: [global] client signing = mandatory server signing = mandatory kerberos method = secrets and keytab load printers = no realm = AD.EXAMPLE.COM security = ADS workgroup = AD idmap config *:backend = tdb2 idmap config *:range = 1000-9999 idmap config AD:backend = ad idmap config AD:range = 10000-9999999999 log file = /var/log/samba/log.%m max log size = 1000 log level = 5 netbios name = MYHOST server string = Samba %v (%h) vfs objects = catia fruit streams_xattr fruit:time machine = yes f...
2015 Aug 12
1
kinit succeeded but ads_sasl_spnego_krb5_bind failed: The context has expired : Success
...e I don't want to wait long time after adding new users or changing group membership (and it's happens very often). Performance is not very important for me. May be I'll increase this time little bit, but default 300(?) too much for me. > > Is this a typo ? No. I tried to use tdb2 idmap script for map well-known SID to local groups (like S-1-5-11 to `users`, and S-1-5-32-544 to `wheel`). But it's not worked for few SID's and I switched back to tdb and added this map via `net groupmap`. Just forgot to remove `idmap config * : script` > > idmap config * : bac...
2010 Feb 17
5
Samba4 clustering
Hello, is there a way to cluster samba4 with ctdb? The old [global] parameters of samba3 Will not work: Clustering=yes <--unknown with testparm Idmap backend= tdb2 <--unknown with testparm Greeetings Daniel ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenkli...
2011 Apr 05
1
samba ctdb clustering with ldap backend?
Dear all, I have two samba servers auth agains ldap, so I use: idmap backend = ldap:ldap://127.0.0.1 Is it possible to setup ctdb to run with a ldap backend? I know ctdb uses: idmap backend = tdb2 Any suggestions? Greetings Daniel ----------------------------------------------- EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076 T?bingen Tel.: 07071/206-463, Fax: 07071/206-499 eMail: mueller at tropenklinik.de Internet: www.tropenklinik.de ----...
2011 Aug 11
3
Fwd: Re: what is the fastest way to fetch results which are sorted by timestamp ?
(Forwarded off-list message) -------- Original Message -------- Subject: Re: [Xapian-discuss] what is the fastest way to fetch results which are sorted by timestamp ? Date: Thu, 11 Aug 2011 01:06:36 +0800 From: ??? <panjunyong at gmail.com> To: Tim Brody <tdb2 at ecs.soton.ac.uk> On Wed, Aug 10, 2011 at 6:39 PM, Tim Brody <tdb2 at ecs.soton.ac.uk> wrote: > Hi, > > In terms of the enquiry, do you mean this?: > set_weighting_scheme(Xapian::BoolWeight()); > set_docid_order(Xapian::Enquire::DESCENDING); > > In my test, it is m...
2017 Sep 13
2
Slow, Incorrect Group Resolution through Winbind
...ome updating. > > Chris You posted: Should be more like: idmap config STUDENTS : range = 16777216-33554431 idmap config STUDENTS : backend = tdb And, yes the smb.conf manpage does say this: These are suitable for use in the default idmap configuration. and refer to tdb,tdb2 and ldap. I wouldn't use any of these on a Unix domain member, because the manpage also says this: these create mappings of their own using internal unixid counters and store the mappings in a database. This means there is no way to ensure that users and groups will get the same ID on differe...
2016 Dec 29
5
答复: About error: 'Windows cannot access, you do not have permission to access'
...yes store dos attributes = yes acl_xattr:ignore system acls = yes aio read size = 1024 oplocks = no deadtime = 10 aio write behind = true socket options = TCP_NODELAY SO_RCVBUF=131072 SO_SNDBUF=131072 vfs objects = acl_xattr load printers = no idmap config *:backend = tdb2 security = user idmap config ROOT:range = 2000000-2999999 idmap config ROOT:backend = rid restrict anonymous = 2 then,it changed to use LADP, and restart smbd, so that samba server close the connection. [global] workgroup = H3C ONESTOR server string = %h server (Samba NAS) dn...
2018 Aug 06
2
Winbind issue after upgrading from 4.7.5 to 4.8.3
Hi guys We recently upgraded our Samba clusters from 4.7.5 to 4.8.3 and noticed a difference in behavior for winbind. The situation is as follows Assume we have a local Linux user XYZ (UID 519) as well as a AD user object XYZ (UID 30001).     idmap config * : backend = tdb2     idmap config * : range = 30000-50000 In our share definitions we regularly use the "force user" directive. In 4.8.3, when using "force user = XYZ", we are forcing the UID of the AD user object XYZ (UID 30001) and not the local Linux user XYZ (UID 519). In 4.7.5 this worke...
2016 Jul 04
2
Winbind process stuck at 100% after changing use_mmap to no
...t; Can you quote these docs, so that we can correct them? > > Also Gluster have the same tip here: http://download.gluster.org/pub/gluster/glusterfs/doc/Gluster_CTDB_setup.v1.pdf • Add the following lines to the [global] section of your Samba configuration clustering = yes idmap backend = tdb2 private dir = /gluster/lock Can you confirm that "private dir" does *not* have to be set in smb.conf to point to a shared FS? If not, would that solve the original problem? Thanks Alex -- This message is intended only for the addressee and may contain confidential information. Unless...
2016 Dec 30
0
About error: 'Windows cannot access, you do not have permission to access'
...character. So change that to (suggesting): workgroup = H3C-ONESTOR and a good thing to read : Naming conventions in Active Directory for computers, domains, sites & OUs. https://support.microsoft.com/en-us/kb/909264 Then change these to something like > > idmap config *:backend = tdb2 > > idmap config *:range = 1000000-1999999 > > idmap config H3C-ONESTOR:range = 2000000-2999999 > > idmap config H3C-ONESTOR:backend = rid Now as of this point try again. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at...
2018 Aug 07
1
Winbind issue after upgrading from 4.7.5 to 4.8.3
Hi This is the global section of smb.conf. [global]         workgroup = DOMAIN         realm = DOMAIN.COM         netbios name = SAMBA         security = ads         clustering = yes         idmap config * : backend = tdb2         idmap config * : range = 30000-50000         passdb backend = tdbsam         ctdbd socket = /usr/samba/var/run/ctdb/ctdbd.socket         winbind separator = +         unix extensions = no         follow symlinks = yes         wide links = yes         log level = 2         log file...
2008 Feb 07
0
CTDB and LDAP
Hi there, I am looking into using CTDB between a PDC and a BDC. I assume this is possible! However I have a few questions: 1: Do I have to use tdb2 as an Idmap backend? Can I not stay with ldap? (from the CTDB docs: A clustered Samba install must set some specific configuration parameters clustering = yes idmap backend = tdb2 private dir = /a/directory/on/your/cluster/filesystem It is vital that the private directory is on shared storage...
2015 Aug 12
4
kinit succeeded but ads_sasl_spnego_krb5_bind failed: The context has expired : Success
Samba4 as AD controller. Same samba as domain members. Winbind. Periodically (once in few days) after subject message in winbind logs its stop working and only restart of winbindd helps. Error message: [2015/08/10 13:31:14.410866, 0] ../source3/libads/sasl.c:1025(ads_sasl_spnego_bind) kinit succeeded but ads_sasl_spnego_krb5_bind failed: The context has expired : Success smb.conf [global]
2016 Jul 04
1
Winbind process stuck at 100% after changing use_mmap to no
...imilar FS (ie distributed with a central metadata server): https://wiki.samba.org/index.php/CTDB_Setup " In comparison of Lustre configurating, setting up CTDB/Samba on the two different versions keeps the same way. The following settings are recommended: clustering = yes idmap backend = tdb2 private dir=/mnt/lustre/ctdb fileid:mapping = fsname use mmap = no nt acl support = yes ea support = yes " Alex -- This message is intended only for the addressee and may contain confidential information. Unless you are that person, you may not disclose its contents or use it in any way an...
2014 May 30
1
SAMBA & CTDB Configuration Issue using LDAP as back end.
...connecting to an existing PDC which is using LDAP as the password backend. CTDB is inserting the following lines into the smb.conf file once it starts SAMBA on a given node: # CTDB-RA: Begin auto-generated section (do not change below) passdb backend = tdbsam clustering = yes idmap backend = tdb2 ctdbd socket = /var/lib/ctdb/ctdb.socket fileid:algorithm = fsid # CTDB-RA: End auto-generated section (do not change above) Unfortunately, even when I change the entries to passdb backend = ldapsam:ldap://LDAP-Server idmap backend = ldap:ldap://LDAP-Server CTDB rewrites it to the tdbsa...
2019 Sep 05
0
Samba, Time Machine, and ADS
...> > > [global] > > client signing = mandatory > > server signing = mandatory > > kerberos method = secrets and keytab > > load printers = no > > realm = AD.EXAMPLE.COM > > security = ADS > > workgroup = AD > > idmap config *:backend = tdb2 > > idmap config *:range = 1000-9999 > > idmap config AD:backend = ad > > idmap config AD:range = 10000-9999999999 > > log file = /var/log/samba/log.%m > > max log size = 1000 > > log level = 5 > > netbios name = MYHOST > > server string = Sam...