Displaying 20 results from an estimated 49 matches for "simeon".
Did you mean:
simen
2018 Aug 08
2
limit sharing ability to certain users
http://repo.dovecot.org/ <http://repo.dovecot.org/>
Sami
> On 8 Aug 2018, at 10.27, Simeon Ott <simeon.ott at onnet.ch> wrote:
>
> Okay, this seems to be due to the fact that the option ?use_globals_only" is supported only in v2.2.31+
> We are on Debian jessie with dovecot v2.2.13 ? even an upgrade to current stable stretch won?t help (dovecot v2.2.27). So we will wa...
2018 Aug 09
0
limit sharing ability to certain users
Thanks Sami, thanks Aki
I just updated the packages on our testing server and now it works like expected.
There are some LDAP tests to come. Are there many productive server out there using this repository?
Simeon
> On 8 Aug 2018, at 09:41, Sami Ketola <sami.ketola at dovecot.fi> wrote:
>
>
> http://repo.dovecot.org/ <http://repo.dovecot.org/>
>
> Sami
>
>
>> On 8 Aug 2018, at 10.27, Simeon Ott <simeon.ott at onnet.ch <mailto:simeon.ott at onnet.ch>>...
2009 Mar 28
2
text matching and substitution
I am trying to simplify a text variable by matching and replacing it with a
string in another vector
so for example in
colours <- paste(letters,colours(),"stuff",LETTERS)
find and replace with ("red","blue","green","gray","yellow","other") -
irrespective of case
its a large dataset, so i'd like to be able to do this
2018 Aug 07
2
limit sharing ability to certain users
still the same?
root at buserver:/etc/dovecot# doveadm user test2 at onnet.ch
field valueuserdb lookup: user test2 at onnet.ch doesn't exist
relevant config output from doveconf -n
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
result_success = continue-ok
}
userdb {
args = username_format=%Lu /etc/dovecot/share.passwd
driver = passwd-file
result_failure =
2012 Oct 21
1
Parameter Matrix
...(via another loop,
or by using rbind etc.). However I hope you guys may have
a much better solution compiling such a matrix very quick
and straightforward.
Example (very simple):
a <- 1:2
b <- 5
c <- seq(1,10,5)
The Matrix should be:
a b c
1 5 1
1 5 6
2 5 1
2 5 6
Any ideas?
Cheers,
Simeon
2009 Aug 18
1
Plyr and memory allocation issue
...problem is that I get an error "cannot allocate vector of size 128.0
Mb". I wouldnt have thought any of these were particularly large files. Is
there a limit on how many splits ddply can handle (ie 1330 here)? Or - more
likely - am i doing something dumb?
grateful for any help
best
simeon
I am using XP with 3G of RAM, R2.9.1 and most recent ggplot2
> memory.size()
[1] 883.49
> memory.limit()
[1] 2047
> object.size(x) # size of dataframe
1410136 bytes
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 218229 5.9 11384284 304.0 15229393 406.7
Vc...
2019 Sep 18
2
Sync UID/GUI between two DCs
Am 18.09.19 um 16:17 schrieb Rowland penny:
> On 18/09/2019 03:41, Simeon Peter via samba wrote:
>> I would remove any uidNumber & gidNumber attributes from the
>> following users (if set):
>>> administrator
>>> guest
>>> krbtgt
>> Administrator has a uidNumber since long time and owns some files.
>> Are there disa...
2017 Nov 14
1
OrcJIT + CUDA Prototype for Cling
...his function do but after first research, I think it has
something to do with the linking. Maybe You know more about the function?
Your code also helps me to understand more, how the interpreter library
works. I have also some new ideas, how I could find the concrete problem
and solve it.
Cheers,
Simeon
Am 09.11.2017 um 00:59 schrieb Lang Hames:
> Hi Simon,
>
> I think the best thing would be to add an ObjectTransformLayer between
> your CompileLayer and LinkingLayer so that you can capture the object
> files as they're generated. Then you can inspect the object files
> bein...
2008 Nov 04
2
ggplot & annotating charts
...ics, but would ideally like to use ggplot
whenever possible (additionally, i would like to add text labels
automatically to the chart). The code is below
I suspect I need to use geom_rect, but what is foxing me is how to set up
the aes() parameters.
I'd be very grateful for any help
thanks
simeon
###################
require(zoo)
require(chron)
vix <-read.csv("
http://www.cboe.com/publish/ScheduledTask/MktData/datahouse/vixcurrent.csv",
header=T,sep=",", na.strings="")
names(vix) <- tolower(names(vix))
vix$dates <- chron(as.character(vi...
2010 Apr 18
4
confused with yearmon, xts and maybe zoo
R-listers,
I am using xts with a yearmon index, but am getting some inconsistent
results with the date index when i drop observations (for example by using
na.omit).
The issue is illustrated in the example below. If I start with a monthly
zooreg series starting in 2009, yearmon converts this to "Dec-2008". Not
such a worry for my example, but strange. Having converted to xts, i drop
2018 Aug 05
4
limit sharing ability to certain users
...at buserver:~$ doveadm acl rights -u test at onnet.ch INBOX
Rights
lookup read write write-seen write-deleted insert post expunge create delete admin
Thanks in advance for your help
Simeon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180805/6fc45657/attachment.html>
2009 Jan 17
1
Downloading Excel file & reading a range
...xls"
download.file(url=v,destfile=dest,mode="wb")
library(RODBC)
channel <-odbcConnectExcel(dest)
qry <- paste("SELECT * FROM '",tbls$TABLE_NAME[2],"'",sep="")
onstest <- sqlQuery(channel,qry)
close(channel)
very grateful for any help
simeon
[[alternative HTML version deleted]]
2019 Sep 18
2
Sync UID/GUI between two DCs
Thank you for your answers Rowland.
I could go ahead.
Am 17.09.19 um 18:52 schrieb Rowland penny:
> On 17/09/2019 09:30, Simeon Peter wrote:
>> Am 17.09.19 um 17:08 schrieb Rowland penny via samba:
>>> Do not give the standard Windows users and groups a uid/gidNumber,
>>> most are never used on Unix, the main exception would be Domain Users.
>> OK, now I did it already. It it ok to leave it li...
2019 Sep 17
3
Sync UID/GUI between two DCs
...the
database
Should I delete this tree entries?
Is it necessary to sync the idmap.ldb again as long as I only change
users, groups? and computers in the AD?
Are the other entries in the 3000000 range all from the DCs, so it is
better to keep them like they are?
Thank you for your answers.
Simeon
2008 Dec 31
9
Word Wrap Problem
Hi,
I have installed openSuse 11.1, which uses wine 1.1.11. I had already used wine with openSuse 10.3 which, I think, had the version 1.0.
I have a dictionary for windows which doesn't work well in wine 1.1.11 but it worked with a small problem, but not so big, in 1.0.
As in all dictionaries, the explanation of a word is shown in a text box. When the explanation is too long the text box
1997 Oct 03
1
Homedir maps (+small patch)
Hello,
I have following setup: User homedir are on server B and I have samba
running on server A and B (B is dec/osf1, A is HPUX).
In Luke's reply to "Spiros B" (tue 12 aug 97) he said:
> because (and this is the bit about the home.map support that i don't
> exactly understand, and don't quite follow) when you do a domain logon
> to server A, the home.map support
2018 Aug 06
0
limit sharing ability to certain users
...userdb {
?? driver = username_format=%Lu passwd-file
?? args = /etc/dovecot/share.passwd
}
#? /etc/dovecot/share.passwd
test at onnet.ch::::::: userdb_acl=vfile:/etc/dovecot/dovecot-acl
userdb_acl_globals_only = yes
should prevent the user from modifying any ACL files.
Aki
On 05.08.2018 17:04, Simeon Ott wrote:
> Hello
>
> Is it possible to limit the ability of sharing it?s own mailboxes to
> only a few users?
> We have a few sensitive mailboxes of users where the ability to share
> via IMAP SETACL should be prevented.
>
> I tried the following so far?
> ??doveadm acl...
2018 Aug 07
0
limit sharing ability to certain users
Can you provide your doveconf -n after adding the database *after* LDAP.
You probably need to add 'noauthenticate' as one parameter after the
userdb ones.
Aki
On 07.08.2018 11:05, Simeon Ott wrote:
> May you please clarify that? Where should I omit the userdb_ prefix? Which of my attempts are you pointing at?
> As stated, I omitted the userdb_ prefix when working with an LDAP attribute.
>
>> On 7 Aug 2018, at 10:03, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
&g...
2018 Aug 08
0
limit sharing ability to certain users
...e option ?use_globals_only" is supported only in v2.2.31+
We are on Debian jessie with dovecot v2.2.13 ? even an upgrade to current stable stretch won?t help (dovecot v2.2.27). So we will wait until the packages find their way into the repository.
thanks anyway
> On 7 Aug 2018, at 13:00, Simeon Ott <simeon.ott at onnet.ch> wrote:
> but, did you read my last note anyway?
> IMPORTANT NOTE: anyway.. even with this options set (acl and acl_globals_only) the user test at onnet.ch <mailto:test at onnet.ch> is still able to share its own folders?!
>
> root at buserver:/e...
2007 Sep 24
1
Documentation bug: Section 3.3.2 of R-Lang. (PR#9928)
Full_Name: Simeon Bird
Version: 2.5.1
OS: Linux
Submission from: (NULL) (131.111.200.200)
In the manual "The R Language Definition", section 3.3.2 reads:
"3.3.2 Propagation of names
propagation of names (first one wins, I think - also if it has no names?? ??
first one *with names* wins, recycling...