Displaying 20 results from an estimated 3000 matches similar to: "Samba as AD domain member"
2004 Jan 19
13
winbind and Solaris 9 with AD
Hi
have been trying to get winbind working on Solaris 9 but to no effect.
version info:
samba: 3.0.0
openldap: 2.1.23
kerberos: MIT 1.3.1
Have followed the instructions in every howto, usenet posting I could
find:
nscd not running
created relevant links in /lib and /lib/security/sparcv9
applied patch for nsswitch as recommended
kinit -e works
net ads join works
wbinfo -t works
wbinfo -u
2010 Dec 02
1
rpart results - problem after oversampling
Hi all,
I am trying to predict a target variable that takes values 0 or 1 using the rpart command. In my initial dataset I have few positive observations of the target variable; therefore I have oversampled the rare event by a multiple of 6 (i.e. from 762 to 4572).
However, in my results, I end up with a number of positives in one of the terminal nodes that is not divisible by 6. As I have the
2004 Mar 12
3
read and write list
Hi,
I can not find information how to configure a share to allow everyone read
access and users of specific NT group write access.
Now my smb.conf looks like:
[global]
log level = 2
syslog = 2
workgroup = AMITY
netbios name = AMITYDEVEL
guest account = nobody
security = server
password server = AMDATA
hosts allow = 10.
local
2004 Jan 21
1
Confusion as to how winbind and samba interact
Hi
while doing some investigation I noticed the following:
linux box + samba 3.0.0 with security = ads
if winbind in nsswitch.conf for passwd and group then everything ok.
if winbind not in nsswitch.conf and dameons restarted then samba
authentication stops working ( doing net view \\server returns access denied
).
if readd winbind to nsswitch .conf then have to restart daemons before
2004 Feb 24
1
Permissions on ou for net join to ADS
Hi
I have noticed the following behaviour:
If I get a kerberos ticket as a domain admin user using kinit and then do a
net join to an ADS domain, then this works fine and net ads testjoin and net
ads leave work too.
However if I do it as a user with full control on a particular ou within the
AD tree, net join gives the following:
net join "/Global Administration/Samba Servers"
2004 Feb 21
0
Solaris interposer code for nsswitch.conf
Hi
there was a mail a while back on this list about using the LD_PRELOAD
feature on Solaris in order to override the location of nsswitch.conf for
smbd so only it would use winbindd. I did some digging and came up with the
code at the bottom of this mail ( I've overridden every file open call I
could find, but I think it's only the _open() call which is actually
necessary ). Initial
2001 Dec 05
1
Code for Hodrick-Prescott Filter
Has anyone written any code for the Hodrick-Prescott filter? I have a some
uncompiled FORTRAN code from Ed Prescott but I'd like to save myself some
programming time if possible. Thanks for your help.
Nick Davis
Crown Financial Policy
Asset and Liability Management Branch
The New Zealand Treasury
Direct: +64-4-471-5924
Fax: +64-4-499-0143
Email:
2004 Jan 29
10
Back to 3.0.1, Winbind and Solaris 9
I've gone back to 3.0.1 to try and get winbind to work with my Solaris 9
machine and NT4 domain. Everything works except user authentication. The
wbinfo and getent commands do what they are supposed to.
I've included a truss of 'su - ganguly'
According to pamlog, the user 'ganguly' has been granted access but it is
still hanging.
How do I do a truss of a telnet login?
2001 Dec 13
1
Code for Hodrick-Prescott Filter: Special Case of smooth. spline?
I've had a play with this and, due to my own short-comings, remain none the
wiser.
In particular, I'm not sure what value of 'spar' is consistent with the
magic lambda=1/1600 for quarterly data.
I initially interpreted spar as lambda and tried setting spar=1/1600. This
results in almost no smoothing while spar=1600 causes an error. The
smooth.spline function seems to want
2001 May 14
2
Installing packages.
Hi,
I've downloaded the 'tree' package (as 'tree_1_0-2_tar.gz') and am trying
to install it to use with R in Windows NT. And, to be blunt, I've got no
idea what I'm doing. As far as I can tell, the FAQ refers to installing
packages in Unix and isn't a great help to me - I was hoping someone could
give me some basic instructions on how to proceed. Thanks,
Michael
2004 Nov 15
2
tsdiag() titles
I am using the ts package to fit ARIMA models, and the tsdiag() function to
plot diagnostics. In doing so I'm generating an awful lot of diagnostic
plots of different models and different data sets all within the same R
session. So my question is, is there an option in tsdiag() similar to
<main="Title"> that I can use? This would be quite helpful when I print out
the plots,
2006 Oct 31
1
[LLVMdev] OT: Stern Environmental Review, a British Government Report published Online
The Stern Environmental Review, a British Government Report into tackeling
global climate change has been published online.
Leader page with presentation and speaking notes :-
http://www.hm-treasury.gov.uk/independent_reviews/stern_review_economics_climate_change/sternreview_index.cfm
The Stern Review Report :-
2011 Oct 17
1
[LLVMdev] LLVM Euro Conf 2011 Videos?
Legal... really? :( What a shame.
I'll wait patiently, unless I can get a download link... :-D
Don't wanna anger legal though...
Joe Abbey
Software Architect
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
W: 765-889-4756 x2
C: 765-464-9893
jabbey at arxan.com<mailto:jabbey at arxan.com>
www.arxan.com
On Oct 17, 2011, at 10:20 AM, James Molloy
2001 May 22
2
MASS data sets
I'm running R 1.2.2 under windows 98 on a Pentium 133 laptop.
I can't seem to retrieve the package MASS data sets:
> library(MASS)
> data(wtloss)
Warning message:
Data set `wtloss' not found in: data(wtloss)
> data(abbey)
Warning message:
Data set `abbey' not found in: data(abbey)
And yet all the .rda files for the MASS datasets are in
D:\Program
2011 Apr 03
1
R-project: plot 2 zoo objects (price series) that have some date mis-matches
I have 2 zoo objects -
1) Interest rate spread between 10-YR-US-Treasury and 2-YR-US-Treasury
(object name = sprd)
2) S&P 500 index (object name = spy)
> str(spy)
?zoo? series from 1976-06-01 to 2011-03-31
Data: num [1:8791] 99.8 100.2 100.1 99.2 98.6 ...
Index: Class 'Date' num [1:8791] 2343 2344 2345 2346 2349 ...
> str(sprd)
?zoo? series from 1976-06-01 to 2011-03-31
2012 Jan 04
2
[LLVMdev] LLVM Dev Meeting Slides & Video Update
No.
-Tanya
On Jan 3, 2012, at 5:29 PM, Joe Abbey <jabbey at arxan.com> wrote:
> Tanya,
>
> Was there any video taken of Chris's keynote?
>
> Joe
>
> Joe Abbey
> Director of S/W Development
> Arxan Technologies, Inc.
> 1305 Cumberland Ave, Ste 215
> West Lafayette, IN 47906
> jabbey at arxan.com
> www.arxan.com
>
> On Jan 3, 2012, at
2012 Jan 14
3
[LLVMdev] Off Topic: Building ld
Thanks for your response, that's kinda what I've gathered over the years. I was hoping that the Xcode project would have "just worked".
I'll keep piece-mealing it together, and hope that it works.
I'll try to post a radar.
Joe
Joe Abbey
Director of S/W Development
Arxan Technologies, Inc.
1305 Cumberland Ave, Ste 215
West Lafayette, IN 47906
W: 765-889-4756 x2
C:
2011 Oct 17
0
[LLVMdev] LLVM Euro Conf 2011 Videos?
Hi Joe,
I can answer that, as I'm dealing with it J
The videos are stuck currently with our legal department. They've gotten
extremely sensitive over it and we have had to get Tanya/Chris to agree to a
secure dropbox so we can send the videos to them to put on the website
(binaries don't live in SVN).
Obviously Tanya is very busy with the release at the moment, so it's
2011 Aug 16
3
[LLVMdev] LLVM 2.9 tag?
Is there a tag available for LLVM 2.9?
If not what's a good revision # to consider 2.9? r129053?
Thanks!
Joe Abbey
Software Architect
Arxan Technologies, Inc.
www.arxan.com <http://www.arxan.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jan 14
0
[LLVMdev] Off Topic: Building ld
On 14.01.2012, at 17:23, Joe Abbey wrote:
> I have a need to build ld from source to understand an assert(0).
>
> I got excited when I found that ld64 on the opensource portal contains an xcodeproj
>
> http://opensource.apple.com/source/ld64/ld64-127.2/
>
> But... it seems like I'm lacking mach-o/arm/reloc.h, and dyld_priv.h.
>
> I'm doing my best to stitch