Displaying 20 results from an estimated 900 matches similar to: "samba 4 joining samba 3 pdc - group mismatch"
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
On Wed, 2 May 2018 21:46:52 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Wed, 2 May 2018 17:12:30 -0300
> "Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
>
> >
> > Hi all
> >
> > Background: I am not a samba expert, not even close!
> >
> > I have a ancient samba 3 (Server role:
2018 May 02
0
samba 4 joining samba 3 pdc - group mismatch
On Wed, 2 May 2018 17:12:30 -0300
"Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
>
> Hi all
>
> Background: I am not a samba expert, not even close!
>
> I have a ancient samba 3 (Server role: ROLE_DOMAIN_PDC) and I intend
> to migrate all files to a samba 4 (Server role: ROLE_DOMAIN_MEMBER)
>
> Users will stay in S3 for now.
>
>
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 08:40:37 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Wed, 2 May 2018 19:21:46 -0300
> "Ethy H. Brito" <ethy.brito at inexo.com.br> wrote:
>
> This is where it is all going wrong, Your PDC isn't using LDAP, so
> you will have to rely on the winbind 'rid' backend. The lines below are
> wrong in several
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 15:07:30 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Thu, 3 May 2018 10:17:48 -0300
> "Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
>
>
> > > You will never get the same IDs on the PDC and Unix domain member
> > > (this isn't really a problem)
> >
> > I know that. But
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 17:35:25 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> > > No, you should get the same UID on the Unix domain member at all
> > > times, it will just be a different on to the PDC.
> >
> > I get the same uid all time but not the one I expect.
> > I'd expect that idmap return "UNIX_UID + LOW_RANGE_ID"
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 12:54:52 -0300
"Ethy H. Brito" <ethy.brito at inexo.com.br> wrote:
> On Thu, 3 May 2018 15:07:30 +0100
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > On Thu, 3 May 2018 10:17:48 -0300
> > "Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
> >
> >
> > > > You will
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 10:17:48 -0300
"Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
> > You will never get the same IDs on the PDC and Unix domain member
> > (this isn't really a problem)
>
> I know that. But at least the returned uid should respect the "idmap
> config" displacement and always return the source uid plus a constant
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 19:18:45 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Thu, 3 May 2018 14:59:18 -0300
> "Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
>
> > I run the pdbedit command.
> > I got a lage amount of users (and groups).
> > The admin of the S3 server deleted (userdel) 75 users and these are
>
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 15:55:47 -0300
"Ethy H. Brito" <ethy.brito at inexo.com.br> wrote:
> On Thu, 3 May 2018 19:18:45 +0100
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > On Thu, 3 May 2018 14:59:18 -0300
> > "Ethy H. Brito via samba" <samba at lists.samba.org> wrote:
> >
> > > I run the pdbedit command.
2008 Aug 06
1
a little help for compiling R!
Hi; I'm trying to install R in a computer in which I have only non-root
access, and I've got readline in a local own directory.
I cannot find my way to compile with readline. I've tried:
[sun2]/global/jgarcia/SRC/R/R-2.7.1: ./configure
--prefix=/global/jgarcia/BIN/R
--with-readline-includes=/global/jgarcia/BIN/readline/include
--with-readline-libs=/global/jgarcia/readline/lib
2007 Feb 01
3
indexing without looping
Hello,
I've got a data.frame like this:
> > assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> > assignation
>
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
> >
>
and a long vector of classes like this:
> > x <- c(1,1,2,7,6,5,4,3,2,2,2...)
>
And would like to obtain a vector of length =
2007 Feb 01
3
indexing
Hello,
In a nutshell, I've got a data.frame like this:
> assignation <- data.frame(value=c(6.5,7.5,8.5,12.0),class=c(1,3,5,2))
> assignation
value class
1 6.5 1
2 7.5 3
3 8.5 5
4 12.0 2
>
and a long vector of classes like this:
> x <- c(1,1,2,7,6,5,4,3,2,2,2...)
And would like to obtain a vector of length = length(x), with the
corresponding
2007 Aug 06
2
warnings()
Hi,
Is there a way to know which library is giving a warning?
Specifically, I'm getting a set of warnings:
"Too many open raster files"
Thanks and best wishes,
--
Javier Garc?a-Pintado
Institute of Earth Sciences Jaume Almera (CSIC)
Lluis Sole Sabaris s/n, 08028 Barcelona
Phone: +34 934095410
Fax: +34 934110012
e-mail:jgarcia at ija.csic.es
2004 Oct 20
1
test49 "killed with signal 6" errors...
I upgraded yesterday from 1.0test46 to 1.0test49 in an attempt to eliminate an
error that a couple of my users were getting. Both users were using Thunderbird
0.6 over imaps, and were getting errors that said:
"The current command didn't succeed. The mail server responded: Error in IMAP
command UID: Invalid Body [..] Parameter: Missing '>'in'<14336-13057>'.
2006 Nov 23
2
which() over a matrix
Hello,
A brief question that I am not able to resolve by my own, but I presume
it's easy for you:
I've used apply to find the values closer to 0 in each row of a matrix:
closer.to.0 <- apply(abs(myarray),MARGIN=1,"min")
My question is how could I use which (or another way) to obtain a vector
that indicates which columns contains these "closer to 0" values?
(I
2006 Dec 12
3
expression()
Hi,
I'm trying to use expression() to write a text to a graphic in the margin.
Using:
mtext(expression(beta),side=1,line=2)
writes a perfect beta greek character, but I need to add a subindex
"max", and I'm trying:
mtext(paste(expression(beta),"max"),side=1,line=2)
simply writes "beta max" in the plot.
Please, Could you tell me what I'm doing wrong?
2007 May 21
1
help with this indexing
Hi all,
Let's say I have a long data frame and a short one, both with three
colums: $east, $north, $value
And I need to fill in the short$value, extracting the corresponding
value from long$value, for coinciding $east and $north in both tables.
I know the possibility:
for (i in 1:length(short$value)){
short$value[i] <- long$value[long$east==short$east &
long$north==short$north]
}
How
2006 Jun 13
2
Locating an arbitrary fixture...
Is there a good way to get an arbitrary fixture from the generated
fixture function?
I need a way to get one of my fixtures, I don''t care which one. It
doesn''t need to be random and could always return the same fixture.
This is part of a support function for custom assertions and it doesn''t
know what class its working on, let alone what fixture names are
possible.
2009 Nov 30
1
Dovecot 1.2.x masteruser proxy problem
Greetings to all
I need a masteruser/proxy account for some applications to be implemented
and i am having some problems. Normal users are proxyied through
ldap queries to the remote machine and this is working like it sopose to,
but i can't make the master user to work. Below are both the dovecot.conf
and dovecot-ldap.conf and verbose logs on the proxy machine.
If i log directly on the
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote:
>> how to flush user input before READ()?
How about a read() to a dummy variable with a 1 second timeout to consume
the octothorpe and password?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST