Displaying 20 results from an estimated 4000 matches similar to: "edit winbindd_idmap.tdb"
2011 May 27
1
Where is the winbindd_idmap.tdb?
Hi, All
>From the winbindd man page, there should be winbindd_idmap.tdb to store the
sid/uid/gid mapping. But in my setup, i can't find it. I can only see
winbindd_cache.tdb. Can you tell me how to generate winbindd_idmap.tdb?
--smb.conf--
[global]
idmap uid = 10000-1000000
idmap gid = 10000-1000000
idmap backend = rid
winbind enum users = no
winbind enum groups = no
winbind
2005 Nov 30
1
Modify and backup winbindd_idmap.tdb
Hello list,
Is there a possibility to add entries to the winbindd_idmap.tdb manually?
I know I can use tdbdump to see the entries, but is there a chance to modify?
My problem is I have to map some uid to some Windows SID without using LDAP. On the other hand new user not having any uid in linux should map to the range of uid I defind by using
idmap uid = 10000-20000
2nd Question:
Is it
2005 Jul 19
1
Duplicate entries in winbindd_idmap.tdb
G'day Folks,
We are having problems with numerous duplicate entries in
winbindd_idmap.tdb
resulting in the available userid range set in smb.conf being quickly and
repeatedly exhausted.
The duplicate entries all appear to have a WBA_PASSWD key, e.g
{
key = "WBA_PASSWD/UID/9945\00"
data = "nexxxo01\00"
}
{
key = "WBA_PASSWD/UID/9720\00"
data =
2011 May 24
0
Samba 3.5 uid gid winbindd_idmap.tdb severe problems
Hello all,
right now I am using Samba 3.0.33 on Centos 5.6. The users need to
access the files from Linux and from Windows so I maintain the
Linux users in nis and the Windows users in AD. Samba is AD integrated.
I am using an custom python script that collects some data from nis and
from winbindd_idmap.tdb, creates a new file and imports it into
winbindd_idmap.tdb. This works remarkably well.
2005 Nov 30
1
winbindd_idmap.tdb
Hello list,
I want to migrate from samba 3.0.14a to 3.0.2* . Now my question ; is it
possible to keep the winbindd_idmap.tdb with new installation, because
keeping that relations is a __MUST__ , otherwise i would have to run
some unix scripts over the user directories to fix uids and gids of
them.
Thanks in advance for your hints.
kind regards martin schreiber
2003 Sep 04
1
Winbindd -> winbindd_idmap.tdb deleted
hi
i recently deleted the idmap file winbindd_idmap.tdb (i have a backup ;)
), because it contained invalid mapping credentials
my question:
how can i create a new mapping_db, where new mappings are stored?
which daemon creates this mapping_db, if it's not present?
is it possible at all?
thx&greez
--
"Matrix - more than a vision"
2004 Jan 07
1
Migrating winbindd_idmap.tdb to ldap idmap backend
We're using s. 2.2.8a in conjunction with a win2k dc. For uid/gid-mapping we
use winbindd. Now we plan the migration to samba 3. We have about 100 Users
and i don't want to rebuild the idmaps by hand. Is it possible to move the
winbindd_idmap.tdb to the ldap idmap backend?
--
+++ GMX - die erste Adresse f?r Mail, Message, More +++
Neu: Preissenkung f?r MMS und FreeMMS!
2005 Dec 13
1
Samba 3.0.20 acls not working anymore and problem with winbindd_idmap.tdb
Hi Folks,
I am experiencing some problems with samba 3.0.20 which I can not solve
on my own. We have updated from samba 3.0.10 to samba 3.0.20, but I am
not sure when the problems started.
We had a problem with idmap - I had hoped to solve - before. Whenever
we rebooted the server, all of the ACLs got jumbled up. I thought that
our winbindd_idmap.tdb somehow got broken. I re-created it, but
2002 Dec 05
1
winbind + groups hogs CPU
I've been using winbind successfully for awhile now for user info
(nothing in /etc/passwd), but today I tried to use it to pull group
info, so I updated /etc/nsswitch.conf (RH 7.3) and then tried to add:
valid users = @DOMAIN+group_name
and now whenever I click on any folder (share) to open the cpu util goes
up, and the connection hangs for awhile, and then eventually it
times-out on the
2003 Feb 09
3
Which .tdb files are safe to remove?
Hello,
which .tdb files in /var/lib/samba are safe to remove (rebuilt automatically)?
Long story:
I have posted a couple of times lately regarding some mysterious freeze
effects we've been having on the clients. We have now tried 2.2.4, 2.2.7a
(this one makes it even worse) and 2.999 (3.0 pre-X) and have the same
trouble on all.
It seems the same configuration does NOT cause this
2013 Oct 29
1
samba_backup
Hallo,
i tried to backup samba4 by using the samba_backup script. I removed
?>/dev/null 2>&1?-Pipe from the tar-commands. Tar could not archive the
temporary msg-files, because they where open. My question is, do I need the
temporary msg-files for a complete samba4 database-backup? Thank you.
tar: ./private/smbd.tmp/msg/msg.31043.1: socket ignored
tar:
2002 Jan 09
6
Samba PDC problem
Easy one.
I have win98 clients that login and connect to the shares fine. My problem
is the user home directory, each user can see their folders and can even
open them but they cannot save to their home directory. Each users home dir
is setup as 0700 (-rwx------), as are the files and subdir's, which I
believe is Read, Write, Execute for the owner of the file. What am I
missing?
Chris.
2008 Jun 21
1
converting an R function into VBA
Hi everyone,
I want to convert an R function into VBA for calculating the eigenvectors and eigenvalues of a matrix using the "Power Method". The function is:
PowerMethod <- function(x, tolerance) {
my.mat <- var(x[,-1], na.method="available")
matSize <- dim(my.mat)[1]
eigenVec <- matrix(NA, nrow=matSize, ncol=matSize)
eigenVal <- rep(NA,
2001 Nov 21
2
distances from points to line
Dear all,
I have discovered that there are many things that I used to do in my GIS
which are easily done directly in R, for example calculating interpoint
distances using geoR and pick out points inside a polygon using splancs.
I now wonder, is there a function to create a line object like a
watercourse and then calculate the distances between many points in space
and this line?
I couldn't
2009 Jun 04
1
Using WinBUGS from R: A Multi-Way Array Problem
Please suggest a way out to the following problem.
I have a T by n data matrix (say Y) where coulmns are time series of length
T.
To do some analysis in WinBUGS I need to construct my data as follows.
yy<-rep(Y,k) ## this will be a vector
Yk<-array(yy,dim=c(T,n,k)) ## data array
Here the definition of dim indices is
first index: T rows
second index: n columns
third index: for kth T by n
2011 Apr 08
11
How to rename rpool. Is that recommended ?
Hello,
I have a situation where a host, which is booted off its ''rpool'', need
to temporarily import the ''rpool'' of another host, edit some files in
it, and export the pool back retaining its original name ''rpool''. Can
this be done ?
Here is what I am trying to do:
# zpool import -R /a rpool temp-rpool
# zfs set mountpoint=/mnt
2007 Jan 15
1
Client shutdown options?..
Greetings:
I have what might be an oddball question.
Is there any way to configure the times at which clients initiate their
shutdown sequences? I have a domain controller in my setup that I would
have shut down if the UPS have been on backup for any more than a minute,
whereas the rest of the servers I would shut down on a low battery
condition.
I also have a use for such flexibility in our
2017 Aug 03
0
Results of vcovCL (sandwich) and of cluster() in Stata
Hi,
I'm trying to reproduce with R the results of this study:
https://learn.gold.ac.uk/mod/resource/view.php?id=262406
More precisely I want to reproduce the results of the table 6 (pag.280),
which can also be seen here:
http://picpaste.de/pics/table-robin-llKCOeWV.1501745645.png
Let's take the first column: we have a coeff. of 0.097 and a SE of
0.026, which represents clustered robust
2002 Nov 18
1
windbind how-to ?
I have only been on the list a short while today, but mostly see winbind
questions...is there a definitive how-to for winbind and maybe faq?
Seems we need some better documentation with everyone having
questions/problems...
Dan
2003 Sep 11
1
can't login to domain errors
This is very strange. I have 2 DC's (different locations) that have the
samba smb.conf (change in workgroup/netbios name). One network/DC works
just fine. On the other setup, We can login to the local machine, map
drives over as the user, all looks good. We then join the domain, and
that works fine. Then when you reboot the windows box, you can't login
to the domain because it gives