Displaying 20 results from an estimated 6000 matches similar to: "Moving to another idmap backend"
2005 May 12
3
New ADS infrastructure with winbind - Which is the best ID-mapping: IDMAP_RID or IDMAP LDAP with ADS + SFU schema ?
A question for the best winbind SID-UID/GID mapping in our situation:
I'm building a new infrastructure with Windows 2003SP1 ADS
Domaincontrollers and some Debian Servers (File: Samba+NFS; Mail; Web;
....) and varios XP and Debian Clients.
After reading Chapter 12. (Identity Mapping) in the Samba-HOWTO is
IDMAP_RID in couple with winbind an easy way to solve the problem with
syncr.
2009 Jul 25
1
A Harder Score Test Question
Does anyone know how get the score and information under the null from
coxph? I know that I can get the chi-square value of the score from coxph,
but I need the two components separately. I have a function that computes
the two components when I do not have ties but I would like to leverage the
options(ties and strata components) already available in the coxph function.
The function coxph.detail
2006 Oct 19
1
unique sets of factors
All:
I have a matrix, X, with a LARGE number of rows. Consider the
following three rows of that matrix:
1 1 1 1 2 2 3 3
1 1 1 1 3 3 2 2
3 3 2 2 1 1 1 1
I wish to fit many one-way ANOVAs to some response variable using
each row as a set of factors. For example, for each row above I will
do something like anova(lm(Y~as.factor(X[1,]))). My problem is that
in the above example, I do not want
2003 Jul 24
1
scatterplot smoothing using gam
All:
I am trying to use gam in a scatterplot smoothing problem.
The data being smoothed have greater 1000 observation and have
multiple "humps". I can smooth the data fine using a function
something like:
out <- ksmooth(x,y,"normal",bandwidth=0.25)
plot(x,out$y,type="l")
The problem is when I try to fit the same data using gam
out <-
2000 May 02
1
tick marks on mfrow=c(3,3) plot (with simple example)
Sorry:
I should have reproduced the "problem" with a simple example. I do
this below. I think there is likely a switch I can change using par, but
don't know what it is. The problem is the tick marks for the Y- axis are
only on plots in column #1 and for the X-axis in row # 2. Tony
x <- 1:10
y <- 1:10*5
par(mfrow=c(2,2))
plot(x,y)
plot(x,y)
plot(x,y)
plot(x,y)
2019 Nov 05
2
suddenly change: idmap uid + gid
On Tuesday, 5 November 2019 01:37:15 PST Rowland penny via samba wrote:
> On 04/11/2019 18:52, Alexey A Nikitin wrote:
> > On Sunday, 3 November 2019 01:41:18 PST Rowland penny via samba wrote:
> >> As I said, you cannot use 'winbind use default domain = yes' with
> >> 'autorid', it makes all users and groups members of the same domain,
> >> this
2010 Sep 16
1
advice on writing/maintaining an R package with a version control system
Dear all,
As I resume my dissertation work next month, I'd like to actually
start an R package this time around. I haven't done so because I
update my code very often (still in development phase), so running the
skeleton function, running checks, building, and re-installing the
package onto the system seemed like a long and tedious process.
I would like to hear your experience on how
2006 Jun 29
3
methods to synchronize tdb files between hosts
I use winbind+AD for single sign-on to many Linux machines,
and the Linux hosts automount home directories on one Linux file server.
I am faced with a need to synchronize the *.tdb files on the file server
with all the Linux machines for consistent UID-to-loginID mapping.
Has this been tried by sharing the /var/lib/samba/ over nfs with the
other servers? Are there any pitfalls?
Has this been
2006 May 24
2
winbind + consistent uid & gid
I am trying to get out Linux boxes to authenticate against our AD domain.
We have that part working just fine using Kerberos and winbind. The problem
is when we use NFS on multiple machines. As you could guess, the UIDs and
GIDs are not consistent across all of the machines. From what I have been
reading on the internet, this seems to be common problem, but all the
solutions that I have found
2012 Jan 15
2
Samba 3.6 problems with idmap rid
Hi!
I am using mainly Samba 3.5 on CentOS, and I was very pleased with
idmap_rid backend for SID-to-RID mappings.
But on Solaris 10, I can only use 3.6 because OpenCSW ships only 3.6.
Problem is, things are changed and are not working as expected...
Here is my config on RHEL Samba 3.5:
[global]
workgroup = WINDOMAIN
realm = WINDOMAIN.LOCAL
server string = localserver
2005 May 17
3
Linux integration with AD
Hi All,
I extended my AD schema (SFU 3.5) and migrated the users and groups from my
NIS domain.
The groups migrated from the NIS have the same GID like on the NIS.
I added linux machines to my AD domain using windbind, and define on the
smb.conf "idmap gid = 10000-20000".
I logged in using my AD user account, and when I'm doing "id", I see that
all the AD groups
2019 Feb 26
2
winbind causing huge timeouts/delays since 4.8
On Tue, 26 Feb 2019 12:49:42 +0100
Ralph Böhme via samba <samba at lists.samba.org> wrote:
> On Tue, Feb 26, 2019 at 12:45:45PM +0100, Björn JACKE via samba wrote:
> >On 2019-02-25 at 11:32 +0000 Rowland Penny via samba sent off:
> >> > (I take it xid stands for both uid and gid?)
> >>
> >> No, I think it was chosen to differentiate them from uidNumber
1999 Oct 08
1
error using dyn.load
I am trying to use dynamic loading of an outside C routine. I am
attempting 6.12.1 of Phil Spector's book. When I try to load the object
file I get an error I don't understand:
> dyn.load("runa.o")
Error in dyn.load(x) : unable to load shared library
"/usr/home/tdlong/run_avg/runa.o":
/usr/home/tdlong/run_avg/runa.o: ELF file's phentsize not the expected
2003 Sep 13
4
Large memory issues on 4-STABLE
Hey All
I have a dual Xeon box used by our students for data crunching. It has 4GB
of RAM.
After initial installation everything went well until someone found they
couldn;t allocate more than 512MB of RAM per process. After some poking
around I found some things things to adjustin the kernel conf file:
options MAXDSIZ="(2000*1024*1024)"
options
2002 Jan 25
2
selecting clusters of points
All:
Are there any functions out there for selecting all the
points in a region of a plot. I envision something like the
identify() function except one could circle a cloud of points (and
perhaps a vector would be returned of the same length as the points
plotted indicating logical membership in the circled cloud). Perhaps
someone has done something with the locator() function that would
1999 May 15
2
vsize and nsize
I am running R version ??? under Redhat 5.2. It seems as though the
--nsize object has no effct on the size of the allocated Ncells as
determined using gc(). Yes, I have that much data....
That is if I envoke R with
R --vsize 100 --nsize 5000000
then type
gc()
I get
free total
Ncells 92202 200000
Vcells 12928414 13107200
Thanks
Tony Long
Ecology and Evolutionary Biology
Steinhaus
2001 Sep 25
3
Error in optim(p, fun,...)
All:
I am getting an error code from the optimization function. The code is
Error in optim(p,fun.LLike, lower=low, upper = up, method = "L-BFGS-B", :
non-finite finite-difference value [0]
If I add a trace=6 option to my control list the last message before
this error is:
At X0, 0 variables are exactly at the bounds
Any ideas on where I should start would be
2012 Jul 24
1
temp fix: Simultaneous reads and writes from specific apps to IPoIB volume seem to conflict and kill performance.
The problem described in the subject appears NOT to be the case. It's
not that simultaneous reads and writes dramatically decrease perf, but
that the type of /writes/ being done by this app (bedtools) kills
performance. If this was a self-writ app or an infrequently used one,
I wouldn't bother writing this up, but bedtools is a fairly popular
genomics app and since many installations use
2007 Aug 13
1
UID and GID mappings
With a smb.conf like the following where does samba store the UID to GID
mappings? Is there a way to view this? Also can't I use a method that
converts SIDs to UIDs and GIDs on a consistent basis?
Thanks
Mark
#======================= Global Settings
=====================================
[global]
workgroup = XXX
server string = Samba Server
security = ads
encrypt passwords
2008 Apr 03
2
Winbind ignores idmap configuration (3.0.28a)
Hullo,
After having my Samba server joined to a domain, I'm now having
difficulties configuring winbind. I want to use the idmap_rid backend,
and have recompiled Samba from scratch with the requisite rid.so module.
However, no matter how "idmap domains / idmap config" is set up, it
seems to get totally ignored. Here is my smb.conf:
[global]
workgroup = DEPARTMENTDOMAIN
server