Displaying 20 results from an estimated 10000 matches similar to: "Accessing Samba Shares with AD usernames"
2003 Jun 12
1
tdbsam backend
I just compiled some RPMS for Mandrake 9.0. I would like to try the TDB
bAckend before I do the LDAP stuff. (It took me awhile to get that set
up in 2.2)
Everything installed ok but it seems that the pbedit3 tool can't find a
library. The error message I get is:
[root@luna root]# pdbedit3
idmap uid range missing or invalid
idmap will be unable to map foreign SIDs
idmap gid range missing or
2004 Apr 13
6
NUA + MYSQL?
Hello all. I just joined the list, because I am interested in NUA
features of Samba3. I got the MySQL passdb backend working, but it
still requires a Unix System account. I need to use fully virtualized
user accounts.
Re: the release of Samba3 and NUA capabilities I have found this:
<snip>
In the development of Samba-3, a number of requests were received to
provide the ability to
2012 Dec 29
3
Samba4 AD DC Sites / Rename Default-First-Site-Name and internal DNS
Hello,
I'm running a few tests here with two locations.
site1: server-site1.gsg.local subnet 192.168.200.0/24
site2: server-site2.gsg.local subnet 192.168.190.0/24
both are connected via VPN.
I migrated an samba3 domain at server-site1 it gets
Default-First-Site-Name assigned. Then I joined the new samba4 domain
withe server-site2. Both servers work and i can join and access them
with
2002 Sep 11
1
tdbsam:
Hi everyone,
Iam quite new to Samba, Iam trying to set it up as a PDC.
When I do: smbpasswd -m machine -a user I get an error message like this:
tdbsam: no NUA rids available, cannot add user paulien$!
Failed to add entry for user paulien$.
Failed to modify password entry for user paulien$
What does this mean? I tried searching on google and some other sites, but
don;t seem to find the correct
2005 Feb 09
1
[LLVMdev] Patches for MinGW Build instructions
On Wed, 9 Feb 2005, Henrik Bach wrote:
>> From: Chris Lattner Date: Wed, 9 Feb 2005 15:11:44 -0600 (CST)
>> On Wed, 9 Feb 2005, Chris Lattner wrote:
>>> On Wed, 9 Feb 2005, Henrik Bach wrote:
>>>> Here is my first try to document, how to build the llvm suite for MinGW.
>>>
>>> The GettingStarted patch looks fine to me, and I've applied it
2009 Sep 02
4
Grouping data in a data frame: is there an efficient way to do it?
I have a data frame with about 10^6 rows; I want to group the data
according to entries in one of the columns and do something with it.
For instance, suppose I want to count up the number of elements in
each group. I tried something like aggregate(my.df$my.field,
list(my.df$my.field), length) but it seems to be very slow. Likewise,
the split() function was slow (I killed it before it completed).
2014 Jul 30
2
[LLVMdev] [PowerPC] ABI questions
Hello Ulrich,
Thank you for a good explanation of the different variants.
2014-07-30 21:29 GMT+02:00 Ulrich Weigand <Ulrich.Weigand at de.ibm.com>:
> Hi David,
>
>> I'm trying to understand which ABIs are supported in the PowerPC
>> backend and I'm getting a bit confused. Here's what I've gathered so
>> far alongside with some questions.
>
>
2010 Dec 08
1
the output of function lars
Hi here is the code as example
lars is in package lars
> x<-matrix(rnorm(20*5,0,1),20,5)
> bs<-matrix(sample(seq(1:10),5),5,1)
> er<-rnorm(20,0,1)
> y<-x%*%bs+er
> lobj<-lars(x,y,type="lasso")
> names(lobj)
[1] "call" "type" "df" "lambda" "R2"
[6] "RSS"
2014 Aug 07
2
Configure winbind to keep domain prefix
Any ideas how to custom format the usernames mapped by winbind?
Background:
I successfully set up an AD DC and several members, including a file
server, which can serve both samba and NFS4. So far so good. However my
prime goal is to use my Synology NAS and share data between Linux and
Windows.
The NAS joined the AD and lists its users and groups as AD\uid and
AD\gid. The standard setup of
2014 Jul 09
2
[LLVMdev] How to resolve decoding conflict?
Hi all,
Short version
I get decoding conflicts during generation of disassembler tables for
my modified PowerPC backend:
001100..........................
................................
ADDIC 001100__________________________
E_LBZ 001100__________________________
Which methods can be used to resolve this kind of error?
Long version:
I'm trying to implement support for the PowerPC
2014 Jul 31
2
[LLVMdev] [PowerPC] ABI questions
----- Original Message -----
> From: "Ulrich Weigand" <Ulrich.Weigand at de.ibm.com>
> To: "David Wiberg" <dwiberg at gmail.com>
> Cc: llvmdev at cs.uiuc.edu
> Sent: Wednesday, July 30, 2014 2:29:22 PM
> Subject: Re: [LLVMdev] [PowerPC] ABI questions
>
> Hi David,
>
> > I'm trying to understand which ABIs are supported in the
2007 Aug 17
4
Privileges
Hi all!
I need a non-root user to be able to perform zfs snapshots and rollbacks.
Does anybody know what privileges that should be specified in
/etc/user_attr ?
Best regards,
Lars-Erik Bj?rk
2003 Dec 03
1
Changing Colors
Hello,
I've got a big problem. I'm using R for geostatistical analyses, especially
the field-package.
I try to generate plots after the kriging process with help of
image.plot(..., col=terrain.colors, ...). Everything works fine, but I want
to reverse the color-palettes (heat.colors, topo.colors or gray()) to get
darkest colors at highest data-values instead the other way round.
Could
2020 Oct 27
2
Expert to work on load issue
Jon,
We are only using FastAgi. On the second system (running Asterisk 16) there
are no agi's running (just some bash scripts on call hangup). I did add
some hackey code (netstat -nua | grep -v 'udp 0 0' | grep -v
udp6 | grep -v ' 0 0.0.0.0' | grep udp) to my bash script to check out the
packet queue (with the help of
2010 Apr 16
4
logging details
Are there plans to expand the logging capabilities in OpenSSH, so that the details of what files were moved using sftp is included? If not, does anyone know of a good way to capture this information? Thanks in advance, - Sue
Susan K. Diller
UNIX Systems Administration
PAETEC Communications, Inc.
600 WillowBrook Office Park
Fairport, New York 14450
*(585) 413-2320
* susan.diller at
2006 Sep 07
1
[LLVMdev] Build error with gcc 4.1.1
Chris Lattner kirjoitti:
> Question: does GCC 4.1.2 (if it exists) or GCC mainline fix the
> problem? If so, we should document 4.1.1 as being buggy.
GCC 4.1.2 does not exist yet, but I grabbed the 4.2-20060906
snapshot of GCC and it compiled LLVM without problems. I verified
that the hello world example from Getting Started worked, but did
not test beyond that. This is on x86 Gentoo.
--
2005 May 31
3
lars / lasso with glm
We have been using Least Angle Regression (lars) to help identify
predictors in models where the outcome is continuous. To do so we have
been relying on the lars package. Theoretically, it should be possible
to use the lars procedure within a general linear model (glm) framework
- we are particular interested in a logistic regression model. Does
anyone have examples of using lars with logistic
2012 Jun 25
1
winbind AD nested group issues
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6083 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba/attachments/20120625/569cea1a/attachment.bin>
2011 Dec 06
1
Can't load package 'lars'
Hi,
I installed package 'lars' earlier tonight and did not get any sort of
error message.
###
** building package indices ...
** testing if installed package can be loaded
Loaded lars 0.9-8
* DONE (lars)
###
However, when I try to load it, I get
###
> library(lars, lib.loc = "~/R/x86_64-redhat-linux-gnu-library/2.11")
Error : .onLoad failed in loadNamespace() for
2013 Mar 19
1
Lars package
Hi,
I'm using lars package to run some regression analysis and my doubt now is how can I predict my model to another dataset?
Let me explain a little better:
I have a dataset from which I withhold some data. With the data that wasn't withheld, I create the model. Now, what I'm not being able to do is apply the model back to the data that I withheld.
Any suggestions?
Here it goes