Displaying 20 results from an estimated 180 matches for "teemu".
2014 Jul 03
1
How to manipulate ldap access rights on Samba 4?
Hi,
I'm having hard time getting sssd_sudo to work: when sssd_sudo
accesses Samba ldap with host principal 'dc1$@teemu.local' it can't
read necessary attributes like objectclass: sudoRole. When accessing
as Administrator all attributes are shown. How can I enable other
users then Administrator to access sudoers' attributes? Below is an
example.
[root at dc1 var]# kinit administrator at TEEMU.LOCAL
Pass...
2014 Jul 02
1
sssd_sudo search results different from command line ldapsearch
...m identified here but I don't understand why. The way
sssd_sudo searches for sudoers leave all important attributes out and
of course filtering then fails. Can you help me to understand why
following search results are so different (and how to fix it)?
[root at dc1 var]# kinit administrator at TEEMU.LOCAL
Password for administrator at TEEMU.LOCAL:
Warning: Your password will expire in 35 days on Wed Aug 6 22:20:25 2014
[root at dc1 var]# ldapsearch -h dc1 -Y GSSAPI -b ou=SUDOers,dc=teemu,dc=local
SASL/GSSAPI authentication started
SASL username: administrator at TEEMU.LOCAL
SASL SSF: 56
SASL...
2007 Mar 10
2
barplot, for loop?
...liks padassa
6
Hate
pyynikki
2
Hate
vailla armeerausta
2
Lassi
ajatelkaa, jos Häntä ei olisikaan
2
Lassi
elämän viiva
7
Lassi
pedot
1
Lassi
portsan kundi
3
Lauri
hipö
3
Lauri
jääpuut
5
Lauri
kökar
3
Lauri
lumipuu
9
Petteri
harmaaleppä
5
Petteri
viileä harakka
2
Teemu
harppi
2
Teemu
Homo sapiens angelus
3
Teemu
kainostelua
1
Teemu
pinnalla
5
Teemu
portinvartija
6
Teemu
puikot
1
Teemu
verkkovaja
3
I have done this:
pisteet.hannu <- subset(pisteet.sum, kuvaaja == "Hannu", select=c(kuva,
yhteispisteet))
(pisteet.hannu <- p...
2007 Mar 11
1
recoding question
Hi R-users,
I have a data frame like this:
photographer category picture points
Hannu kalat limamikko 1
Teemu kalat verkkovaja 3
Hate kalat munat puoliks padassa 6
Hannu kalat isokala 8
Teemu kasvit, sienet ja muut eliöt harppi 2
Hate kasvit, sienet ja muut eliöt pyynikki 2
Petteri kasvit, sienet ja muut eliöt harmaaleppä 5
Lauri kasvit, sienet ja muut eliöt lumipuu 9
Teemu linnut kainostelua 1
Petteri lin...
2015 Oct 26
3
events
Teemu,
If just need the http request, I will need something like the following
configuration, right? So no meta data plugin, but with notify and
push_notification?
protocol lmtp {
mail_plugins = $mail_plugins notify push_notification
}
plugin {
push_notification_driver = ox:url=http://myurl/
&...
2011 Aug 31
4
[LLVMdev] Getting rid of phi instructions?
...rom C++ and for some functions
there are no phis, but multiple call instructions. I am targeting hardware
in the end, and the next tool reading the IR does not like phis when it's generating VHDL.
My questions may be somewhat silly from the viewpoint of software compilation for a CPU.
Thanks.
Teemu
2014 Dec 01
2
v2.2.15 - make check - Conditional jump or move depends on uninitialised value
On Monday 01 December 2014 03:41 PM, Teemu Huovila wrote:
> On 11/30/2014 05:53 AM, AMM wrote:
>> __strspn_sse42 (in /lib64/libc-2.14.90.so)
> Is it possible that you are encountering this issue? https://bugs.kde.org/show_bug.cgi?id=270925
> Either way, the error seems to stem from your libc implementation (if it is not the v...
2015 Oct 26
2
events
Ah fantastic. Now I guess I can use notify plugin without
push_notification metadata plugins, right?
On 26-10-15 08:36, Teemu Huovila wrote:
>
> On 26.10.2015 08:59, Frederik Bosch | Genkgo wrote:
>> Thanks again. Final question: how do I configure this plugin?
> As the only existing driver at the moment is the OX one, the plugin is documented in OX wiki at
> http://oxpedia.org/wiki/index.php?title=AppSu...
2015 Apr 25
4
[patch] TLS Handshake failures can crash imap-login
...eport. Here is another similar report:
>
> http://dovecot.org/pipermail/dovecot/2015-April/100576.html
I was unable to reproduce this nor the first report. Could you describe your environment in more detail? What version of openssl
do you have? What is the crash message you are seeing?
br,
Teemu Huovila
2011 Aug 30
2
[LLVMdev] Getting rid of phi instructions?
..., %tmp101)
ret void
}
I would like it to rather be something like this:
void @func() {
entry:
…
bb1:
...
%tmp90 = getelementptr …, %tmp89
tail call void @anotherfunc(%tmp90)
ret void
bb2:
…
%tmp101 = getelementptr …, %tmp100
tail call void @anotherfunc(%tmp101)
ret void
}
Best regards,
Teemu
--
Teemu Rinta-aho Tel: +358 9 299 3078
Ericsson Research Mobile: +358 40 562 3066
Oy L M Ericsson Ab Fax: +358 9 299 3535
02420 Jorvas, Finland E-mail: teemu.rinta-aho at nomadiclab.com
2001 Apr 05
2
Borland C++-5.5 (free) compiler does not install(?)
...aited for more than 15 minutes (I read it in FAQ somewhere..) but still
nothing happens. From Wine application database I found out that Borland
C++ should work with Wine.. or am I wrong?
And even if I get BC++ 5.5 installed on Linux will it mean that I can
develop Win32 applications with it?
Teemu Hiltunen
2015 Apr 26
2
[patch] TLS Handshake failures can crash imap-login
...gt; might not affect old software or they don't link with openssl.
I tried Debain squeeze, CentOS6 and Ubuntu 1404.
Seems the issue might require a version of libopenssl, that does not have support for sslv3 compiled in.
I have been made aware, that we have a fix for Dovecot in the works.
br,
Teemu Huovila
2015 Oct 26
0
events
On 26.10.2015 12:44, Frederik Bosch | Genkgo wrote:
> Teemu,
>
> If just need the http request, I will need something like the following configuration, right? So no meta data plugin, but with notify and push_notification?
>
> protocol lmtp {
> mail_plugins = $mail_plugins notify push_notification
> }
>
> plugin {
> push_noti...
2015 May 07
2
Additional userdb variables in passwd [was Re: Dovecot Replication - Architecture Endianness?]
On 7/05/2015 7:49 AM, Timo Sirainen wrote:
> On 06 May 2015, at 13:52, Reuben Farrelly <reuben-dovecot at reub.net> wrote:
>>
>> On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>>>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
>>> You can set the userdb to return an empty mail_replica variable for users you want to exclude from replication.
>>> http://hg.dovecot.or...
2015 May 06
2
Dovecot Replication - Architecture Endianness?
On 4/05/2015 11:06 PM, Teemu Huovila wrote:
>> Also is there a way to restrict replication users aside from a crude hack around system first and last UIDs?
> You can set the userdb to return an empty mail_replica variable for users you want to exclude from replication.
> http://hg.dovecot.org/dovecot-2.2/rev/c1c67b...
2017 May 18
2
lmtp segfault after upgrade
On 18.05.2017 10:55, Tom Sommer wrote:
> On 2017-05-18 09:36, Teemu Huovila wrote:
>> Hello Tom
>>
>> On 02.05.2017 11:19, Timo Sirainen wrote:
>>> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote:
>>>>
>>>> (gdb) bt full
>>>> #0 i_stream_seek (stream=0x21, v_offset=0) at istream....
2011 Aug 31
0
[LLVMdev] Getting rid of phi instructions?
...nching. There are
techniques to make the resultant code more efficient, see Cytron et
al.[1].
[1] "Efficiently computing static single assignment form and the
control dependence graph"
http://www.eecs.umich.edu/~mahlke/583w03/reading/cytron_toplas_91.pdf
On Wed, Aug 31, 2011 at 2:06 AM, Teemu Rinta-aho
<teemu.rinta-aho at nomadiclab.com> wrote:
> On 30.8.2011, at 19.19, Eli Friedman wrote:
>
>> reg2mem won't do quite this transformation... not sure exactly what you need.
>
> I need to get rid of phis. This code is compiled from C++ and for some functions
>...
2011 Apr 21
5
[LLVMdev] Dragonegg Git mirror?
Chen,
Teemu is asking "the official git mirror" and he oughta know where the
svn repo is. ;)
Teemu, I have created an unofficial one; https://github.com/chapuni/dragonegg
Excuse me, I might not update it so frequently.
Anton, please provide us the official dragonegg.git!
...Takumi
2011 Aug 31
2
[LLVMdev] Getting rid of phi instructions?
...with PHI's into IR without them, but
> it generates a bunch of alloca's, which I would assume are not cheap
> to lower to VHDL. You might have to write your own pass to get the
> precise transformation you're looking for.
Right. Thanks. I need to see the reg2mem source code.
Teemu
2015 Aug 27
1
IMAP hibernate feature committed
* Teemu Huovila <teemu.huovila at dovecot.fi> 2015.08.27 13:58:
> Did you specify a value other than zero for 'imap_hibernate_timeout'?
Yes I did:
$ doveconf imap_hibernate_timeout
imap_hibernate_timeout = 1 mins
I sometimes see one imap-hibernate process (only one), but several imap p...