search for: prefix2

Displaying 9 results from an estimated 9 matches for "prefix2".

Did you mean: prefix
2005 Mar 31
1
IDMAP LDAP problems
...the ldap configuration? Thanks. Marco. /etc/samba/smb.conf netbios name = XXXX03 os level = 16 wins server = XXX.XXX.XXX.XXX socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE unix charset = LOCALE workgroup = WORKGROUP realm = PREFIX1.PREFIX2.COM security = ADS password server = kdc01.sinter.gkn.com encrypt passwords = yes winbind use default domain = Yes winbind separator = / winbind enum users = Yes winbind enum groups = Yes ldap ssl = No ldap admin dn = cn=Manage...
2011 Jun 09
1
Trying to make code more efficient
...ve a repetative task in R and i'm trying to find a more efficient way to perform the following task. lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"), suffix2 = c("rate", "rates"), suffix3 = c("comparison"), state = c(state), inscompany = c(inscompany), city=c(city), cityst = c(cityst), agency=c(agency...
2005 Mar 30
0
IDMAP storage in LDAP using winbind
...the ldap configuration? Thanks. Marco. /etc/samba/smb.conf netbios name = XXXX03 os level = 16 wins server = XXX.XXX.XXX.XXX socket options = IPTOS_LOWDELAY TCP_NODELAY SO_KEEPALIVE unix charset = LOCALE workgroup = WORKGROUP realm = PREFIX1.PREFIX2.COM security = ADS password server = kdc01.sinter.gkn.com encrypt passwords = yes winbind use default domain = Yes winbind separator = / winbind enum users = Yes winbind enum groups = Yes ldap ssl = No ldap admin dn = cn=Manage...
2011 Jun 09
1
Error: missing values where TRUE/FALSE needed
I'm writing a function and keep getting the following error message. myfunc <- function(lst) { lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"), suffix2 = c("rate", "rates"), suffix3 = c("comparison")) myone <- function(x, y) { nu <- do.call(paste, expand.grid(lst$x, lst$y)) mydf <- data.frame(keyword=c(nu)) } mytwo <- fun...
2011 Jun 09
2
Problem with a if statement inside a function
...ia, IL", "Atlantic City, NJ", "Antioch, CA", "Thousand Oaks, CA") lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"), suffix2 = c("rate", "rates"), suffix3 = c("comparison"), state = c(state), inscompany = c(inscompany), city=c(city), cityst = c(cityst)) myone &lt...
2011 Jun 09
1
Using a function inside a function
I'm trying to run a function inside a function but get an error message. lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"), suffix2 = c("rate", "rates"), suffix3 = c("comparison")) myfunc <- function(lst) { myone <- function(x, y) { nu <- do.call(paste, expand.grid(x, y)) my...
2011 Jun 06
1
Merge two columns of a data frame
I have the following data: prefix <- c("cheap", "budget") roots <- c("car insurance", "auto insurance") suffix <- c("quote", "quotes") prefix2 <- c("cheap", "budget") roots2 <- c("car insurance", "auto insurance") roots3 <- c("car insurance", "auto insurance") suffix3 <- c("quote", "quotes") df1 <- expand.grid(prefix, roots, suffix) df2 <-...
2011 Mar 22
2
Mail Sync
I am trying to sync my mail on two different servers as testing for converting our business over to a server using dovecot. I am currently running dovecot version 2.0.11 While trying to sync the messages using Thunderbird and a program named imapsync, I run into an error stating that the dovecot server does not know how to handle messages with the FORWARD flag set. Is the FORWARD flag
2012 Apr 02
1
imapsync, namespaces and Dovecot 2.x
...g files I found that namespaces could be defined, but if you did not a 'private' default one was created. In the 2.x wiki documentation (http://wiki2.dovecot.org/Migration) it says nothing about Namespaces. I don't know if I have to create one or not. If I add the parameters --sep2 . --prefix2 '' to imapsync then it works fine. I'm proxying using dovecot as frontend and backend, version 2.0.18 (The one that comes with Debian Wheezy). Any thoughts, please? Thanks, Aleix.