Displaying 20 results from an estimated 1200 matches similar to: "Limit AD for Winbind"
2007 Mar 24
1
frequency tables and sorting by rowSum
Dear list,
I have some trouble generating a frequency table over a number of vectors.
Creating these tables over simple numbers is no problem with table()
> table(c(1,1,1,3,4,5))
1 3 4 5
3 1 1 1
, but how can i for example turn:
0 1 0
0 0 1
0 1 0
1 0 0
0 1 0
1 0 0
into
0 0 1 1
1 0 0 2
0 1 0 3
My second problem is, sorting rows and columns of a matrix by the rowSums/colSums.
I did it
2007 Mar 13
3
Connection closed by foreign host.
I installed dovecot on my system using the following configuration (in dovecot.conf):
protocols = imap
listen = *
ssl_disable = yes
login_user = nobody
login_processes_count = 3
mail_extra_groups = nobody
default_mail_env = maildir:/home/%u/Maildir
auth default {
mechanisms = plain
passdb shadow {
}
userdb passwd {
}
user = root
}
After that I tested via telnet an got the message:
Connection
2007 Feb 27
1
Samba3 ldap password change
Hello to all,
I got samba3 PDC working with ldap. But I' m still wondering how to set
important things about the users passwords.
The first thing when a user login the first time should be to change his/her password? Where do I set when the passwords expire and how do I set it to 60 days?
I do not work mith Microsoft's usrmgr because of Vista clients.I look at my
samba/ldap with LDAP
2007 Mar 03
4
Fwd: Changing LDAP password from Windows XP
Hello,
remove the line 'passwd program = /usr/sbin/smbldap-passwd %u'
for testing.
On my Suse 10.1 I do not need this and m y users can change their passwords.
greetings
daniel
-------- Original-Nachricht --------
Datum: Fri, 2 Mar 2007 11:55:06 -0600 (CST)
Von: "Andy Colvin" <acolvin@enkitec.com>
An: samba@lists.samba.org
CC:
Betreff: [Samba] Changing LDAP
2003 Aug 16
2
xtabs to dataframe fails (PR#3754)
Full_Name: Daniel Frey
Version: 1.7.1
OS: Windows 2000
Submission from: (NULL) (80.254.164.242)
Generating a data frame out of a xtabs result acts unusual. Take the following
sample to reproduce it:
> a.a <- c("a","a","a","b","b")
> a.b <- c("c","c","d","e","f")
>
2010 Sep 07
4
LMTP logging configuration
Hi,
I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the
main configuration (I want a separate log file, but I want to make use of
rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to
have all delivery related stuff in /var/log/mail.log, and that works fine.
I tried to do the same for LMTP with
protocol lmtp {
syslog_facility = mail
}
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =(
Hmm. Something seems to have gone horribly wrong then. I've just
reproduced Peter's suggestion on the autoconf build and it worked
fine. Perhaps try a clean build out of tree:
CMake:
mkdir my_special_build_dir
cd my_special_build_dir
cmake $PATH_TO_LLVM_SOURCE
make llc
Autotools:
mkdir my_special_build_dir
cd my_special_build_dir
$PATH_TO_LLVM_SOURCE/configure
2005 Jun 08
3
Play MP3 during Record
Hi all,
Does Asterisk support multi thread? I mean:
Is it possible to do one of the 2 following scenarios:
1. Play a low background music when the user record his/her voice
2. If the first scenario is not possible, can we play two music stream at
the same time? i.e: using MP3Player to play a music file and at the same
time play the recorded voice of the user.
Thanks in advance for any
2012 May 05
0
[LLVMdev] how compile subproject
Hi, thanks for your answers.
I did:
cd workspace
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
cd llvm/
mkdir build
cd build/
../configure --enable-jit
make # OK, everything went fine.
cd ../lib/Transforms/InstCombine/ # Just to test
vim InstCombineCalls.cpp # added `if (0 == 1) return 0;` at
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes:
[snip]
> Is InstCombine required for lli?
Yes:
$ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
-lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMMCParser -lLLVMInterpreter -lLLVMJIT
2009 Aug 18
5
OT - DECT handset with Line key
Hi,
I need to replace digital handsets in offices where there cabling is
appareantly not Ethernet-compliant.
Today's usage is to press a key to toggle between private ou public line
before issuing an outgoing call.
Are you aware of a DECT handset (to overcome cabling limitations) that mimic
this line-key behaviour ?
For instance, acceptable behaviours would be to dial number string and press
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
Hi,
we have following situation: I migrated our company mailserver from POP3
only to dovecot with IMAP and POP. We need to have unencrypted POP3
from our internal network, and the subnet our mailserver is in.
Additionally, we now want to allow encrypted IMAP from the internet (for
some defined accounts), preferably with TLS (which means I open Port
143 in our firewall).
Now, how can I
2003 Apr 12
1
WIn XP + Samba trouble
I am trying to connect a windows xp client to a samba PDC. The user
exists on the PDC and has an entry in the /etc/samba/smbpasswd file. In
my smb.conf file, I have the following:
add user script = /usr/sbin/useradd -s /bin/false %u && /usr/bin/smbpasswd -a %u
add machine script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u && /usr/bin/smbpasswd -m -a %u
2016 Dec 14
0
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
On a samba 4.5.1 domain controllers (PDC and BDC), classic domain ,
LDAP is used as the backend for both user accounts AND for the idmapping
of trusted domains . Partial smb.conf below
workgroup = THISDOMAIN
security = user
passdb backend = ldapsam:ldap://xxxxxxxxxxxxxxxxx
idmap config * : backend = tdb
idmap config * : range = 5000-6000
idmap config THISDOMAIN :
2007 Mar 22
1
Mailing list beserk - next thing
Hi there!
As there seems to be a problem with mailman, I unsubscribed yesterday
evening. But I still get Mail - this morning about 700!!! Is there anything I
can do about this? I don? t want to get flooded anymore. I sure will
resubscribe as soon as the problem is fixed, but as for now, this is not
acceptable!!!
Greets,
Dennis
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2016 Dec 19
1
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
On both Samba 4.5.1 member server and Samba 3.6.25 member server I tried
the following command
wbinfo –set-uid-mapping=35049,S-1-5-21-xx-xx-xxx-xxx
this should have created a mapping entry consistent with the one on the
domain controller for a trusted user
But I got the following error
failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
As far as I can tell from network
2005 Jun 02
0
MP3Player could not play remote stream
Hi all,
I could use MP3Player to play local sound (e.g: /usr/sound/abc.mp3) but I
could not use it to run a remote stream, if I use mpg123 in command line, I
can hear the audio ( /usr/bin/mpg123 http://...), but the same remote mp3
file could not be replay with asterisk.
I would appreciate with any suggestion.
Phuong
Here are the log message:
-- Starting simple switch on 'Zap/3-1'
2005 Jun 01
1
glm
Hi, list,
I have got a dataset on soil and plant. I would like to fit a "glm" to my
data. My response variable is percentage data. That is percent of plant root
length colonized by Arbuscular micorrhiza fungi. Because of the nature of my
data, I am not quite sure whether gamma or gaussian distribution is suitable
for this type of data. If I use gamma distribution, which link function is
2012 May 04
2
[LLVMdev] how compile subproject
You can also do
make ONLY_TOOLS="llc"
Pete
On May 3, 2012, at 11:52 PM, Tim Northover wrote:
> Hi Beckert,
>
>> is it possible to compile just an subproject? For example, just llc or lli?
>
> With CMake you can just type "make llc" from your build directory. I
> don't know about the autotools build.
>
> Tim.
>