Displaying 20 results from an estimated 2000 matches similar to: "Enabling 'idmap backend = ad' for user auth"
2006 Jan 18
4
Linux/AD authentication stops working after ~5 minutes
I'm trying to do something fairly simple: login to a Linux box using a
Windows AD-based account. I've followed the various recipes available
online for configuring Linux (winbind, PAM, etc.) to this send, and I've
got it working ... almost.
I'm able to authenticate an AD-based user immediately after bringing up
the Linux box, but a short time later (roughly 5 minutes, but it
2002 Jun 10
2
library() with v. 1.5.0 for Mac OS X Carbon
I am having trouble with the library function of R Version 1.5.0 for Mac
OS X Carbon when I try to load libraries that did not come with the R
installation. For example, I put the Biobase library from
bioconductor.org in the 'library' folder. R cannot find it, even though
it can find the pre-installed libraries:
> library() # this lists standard libraries such as 'boot',
2015 Aug 05
2
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
Hello
I have 2.2.18 built with:
./configure \
--prefix="$prefix" \
--bindir="$prefix/bin" \
--sbindir="$prefix/bin" \
--sysconfdir="/etc" \
--with-storages="maildir,imapc,pop3c" \
--without-vpopmail \
--without-ldap
I'm attempting to sync (backup) from another Dovecot server running version
2.0.21:
Both servers
2005 May 25
2
cor vs cor.test
Using Windows System, R 2.1.0
d is a data frame, 48 rows, 10 columns
cor(d) works properly providing all pairwise Pearson correlation
coefficients among columns
cor.test(d) gives error message "Error in cor.test.default(d) : argument
"y" is missing, with no default"
Why?
Thanks,
MCG
2008 Aug 19
1
Box Plot Text
Is there a easy way to insert text inside a boxplot as can be done with
plot using text(...)?
Thanks,
MCG
[[alternative HTML version deleted]]
2010 Jul 18
5
package "plotrix"
I installed package plotrix because reading its vignette it looks like it can help me solve a "legend" problem.
The package instaleed correctly on my Mac OS/X 10.5.8
But I cannot reproduce the examples centered on function "lgendg".
> library(plotrix)
> plot(0.5,0.5,xlim=c(0,1),ylim=c(0,1),type="n",
+ main="Test of grouped legend function")
>
2002 Sep 23
0
[Bug 400] New: ssh-keygen hangs
http://bugzilla.mindrot.org/show_bug.cgi?id=400
Summary: ssh-keygen hangs
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://www.mgi-networks.com/
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-unix-dev at
2008 Nov 26
1
Request for Assistance in R with NonMem
Hi
I am having some problems running a covariate analysis with my
colleage using R with the NonMem program we are using for a graduate
school project. R and NonMem run fine without adding in the
covariates, but the program is giving us a problem when the covariate
analysis is added. We think the problem is with the R code to run the
covariate data analysis. We have the control stream, R code
2015 Aug 06
0
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
Hello
Could my previously reported error above have something to do with the IMAP
path prefix? It's not configured on either of the previously mentioned
servers.
I see a similar error, which may be related, when trying to sync using
offlineimap.py:
Folder INBOX [acc: test_account]:
ERROR: ERROR in syncfolder for test_account folder INBOX
Thanks
Dale
On 5 August 2015 at 16:59, Dale
2005 Nov 25
2
Rsync sincronize complete file and not the changes
Hi,
i have probed rsync for sinchronize files beetwen windows 2000 Server
and Linux server.
I have mounted the windows directory with samba and i have executed
rsync with -avr parameters to sinchronize the files.
After sinchronization i have opened one file but i didn't made any
change but openned date of the file.
I have relaunched sinchronization and the file is completely
sinchronized and
2006 Feb 09
4
idmap backend, LDAP & Windows AD
Dear all,
Since couple of weeks, I'm trying to configure Samba to get UID & GID
from Windows 2003 AD. I read samba documentation & how to, but it still
not working.
Here are the tasks I've perform:
- I installed SFU on my Windows 2003 Server
- I configure /etc/samba/smb.conf:
# Global parameters
[global]
workgroup = TOTO
netbios name = VENUS
encrypt
2003 Aug 21
2
automatic logging of commands
Is there an R function that automatically writes all input and output to a
file? I would at least like it to log all the commands I enter, and to
preferably also write the standard output to the file as well as to the
screen. (The ideal would be to write the input to one file and both the
input and output to another file.) I tried R2HTML for this, but I could not
get it to work consistently.
I am
2008 Aug 29
7
model II regression - how do I do it?
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080829/57df9fc7/attachment.pl>
2010 Jun 22
4
New kernel causes hardware error?
I have recently upgraded to 2.6.18-194.3.1.el5 and within several days
the machine crashed with the following error (repeating in mcelog):
MCE 0
HARDWARE ERROR. This is *NOT* a software problem!
Please contact your hardware vendor
CPU 2 BANK 8 MISC 41
MCG status:
MCi status:
Error overflow
Uncorrected error
MCi_MISC register valid
Processor context corrupt
MCA: MEMORY CONTROLLER AC_CHANNEL0_ERR
2015 Jun 24
1
Winbindd Strangeness
On 23/06/15 13:32, David Minard wrote:
> I've Set up a DC and a Member Server for a file server. Both are running on Centos7 and samba version 4.2.2. The Member Server is running smbd and winbindd.
>
> I've followed the wiki and for the most part it's working. However, after stuffing up the ranges, then fixing them up, when I create new accounts, adding all the
2002 Feb 22
1
Summary: read.table on Mac OS X, CARBON vs. DARWIN
Thanks a lot, James!!
The problem is fixed. On the version 1.4.0 Mac/darwin (the latest
available version for this system) the function read.table (which is
called from read.delim etc., too) has the bug you explained.
Inserting the row
nlines <- nlines+1
after
lines <- c(lines, line)
removes this bug.
M.
On Friday, February 22, 2002, at 02:33 PM, james.holtman at convergys.com
2002 Feb 19
1
Summary re: read.table on Mac OS 10
Thanks to all who responded. Not all of the advice
helped me with that particular problem, but, I have
learned a lot just from your answers.
1. R for Mac 10 (Carbon version) uses the Mac
convention of using ":" for the usual Unix "/" and thanks
to Dr. Lumley for that since I'm new to R, Mac10, Macs
in general, and Unix.
2. Interestingly, Dr. Ripley suggested to
2015 Jun 25
1
Winbindd Strangeness
>
> On 24/06/15 02:55, David Minard wrote:
>> On 23/06/15 13:32, David Minard wrote:
>>
>>> I've Set up a DC and a Member Server for a file server. Both are
>>> running on Centos7 and samba version 4.2.2. The Member Server is
>>> running smbd and winbindd.
>>>
>>> I've followed the wiki and for the most part
2015 Jun 29
1
Winbindd Strangeness
On 25/06/15 13:44, David Minard wrote:
>> On 24/06/15 02:55, David Minard wrote:
>>> On 23/06/15 13:32, David Minard wrote:
>>>
>>>> I've Set up a DC and a Member Server for a file server. Both are
>>>> running on Centos7 and samba version 4.2.2. The Member Server is
>>>> running smbd and winbindd.
2006 Jan 18
0
winbind idmap using active directory as ldap backend
hello,
I need to continue where this HOWTO ends:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/idmapper.html#idmaprfc2307
I worked with krb+ldap authentication/authorization against Windows 2003
Servers (SP1 with SFU3.5 and R2) before so I am familiar with the mappings
needed but I don't really understand how winbind is of any use if
/etc/nsswitch.conf points to "files