search for: doe

Displaying 20 results from an estimated 794 matches for "doe".

Did you mean: do
2011 May 04
2
split character vector by multiple keywords simultaneously
Hi. I have a character vector that looks like this: > temp <- c("Company name: The first company General Manager: John Doe I > Managers: John Doe II, John Doe III","Company name: The second company > General Manager: Jane Doe I","Company name: The third company Managers: > Jane Doe II, Jane Doe III") > temp [1] "Company name: The first company General Manager: John Doe I Manage...
2013 Jul 16
1
2.2.4 - Some questions about and needing help with quota-status
...39;m providing hereafter some more info that may not be immediately obvious. This is dovecot 2.2.4 with changesets 9091d0f2d971 and 2be295a0b64f. All involved databases are sqlite ones. passdb and userdb are devised so as to change usernames. For example, I could have a user with addresses "doe at oldexample.com", "johnd at oldexample.com" and "john.doe at example.com" needing to be able to log in as "jdoe" or "u123456"; all db lookups for that user then end with name "john.doe". This is a single mail user setup (user/group "dov...
2017 Jun 19
1
New AD user cannot access file share from member server
...atters but here is the AD object of a user with no > issues: > > [root at GJSERVER ~]# ldbsearch -H /var/lib/samba/private/sam.ldb -b > 'ou=office,dc=samdom,dc=example,dc=ch' -s sub > "(&(objectclass=person)(samaccountname=jd))" > # record 1 > dn: CN=John Doe,OU=OFFICE,DC=samdom,DC=example,DC=ch > objectClass: top > objectClass: person > objectClass: organizationalPerson > objectClass: user > cn: John Doe > sn: Doe > givenName: John > instanceType: 4 > whenCreated: 20151228014125.0Z > displayName: John Doe > uSNCreated:...
2007 Aug 21
2
userdb override?
Hi, I used to change the mailbox root for some users using a custom userdb file which contains lines like: doe::20000:200::/u/doe::userdb_mail=mbox:/u/doe/Mail:INBOX=/var/mail/%u The logfiles shows the mail location stays default ( rc15 worked ): --- dovecot: Aug 21 09:43:49 Info: auth(default): master out: USER 250 doe system_user=doe uid=20324 gid=200 home=/u/doe dovecot: Aug 21 09:43:49...
2013 May 19
1
(force) default security mask
...in Users" should only be able to have read/execute rights, but no write/delete rights on this directory+subdirs. "/data/public" has no ACL set. Here's an output of my ACL I have set manually with setfacl on this "special" directory. Only user "john" and "doe" and group "foobar" have full access to this "special" directory, and "Domain Users" or other should only have read rights. root at samba:/data/public# getfacl special # file: special/ # owner: admin # group: Domain\040Users user::rwx user:john:rwx user:doe:rwx...
2006 Jan 19
2
Simple Ferret Questions
...following query: INDEX.search_each(%Q/first_name:#{query}* OR last_name:#{query}* OR full_name:#{query}*/) do |doc, score| The problem I am having is when I search the index it is tokenizing my query so that each word is being evaluated independantly. For example, if I search for ''John Doe'', both ''John'' and ''Doe'' will match, so if someone is named ''Jane Doe'' it will match and if someone is named ''John Smith'' it will match. Is there a way to not tokenize the query that is passed into the search_each meth...
2019 Mar 25
0
Panic
Dovecot-2.3.5, FreeBSD-12 (amd64), I will wait to see coredumps after setting up things to allow it. Mar 24 20:56:08 imap(john.doe at crownkenya.com)<82746><wg80zdqEy+eaTXHr>: Panic: file mempool-system.c: line 137 (pool_system_realloc): assertion failed: (old_size == (size_t)-1 || mem == NULL || old_size <= malloc_usable_size(mem)) Mar 24 20:56:08 imap(john.doe at crownkenya.com)<82746><wg80zdqEy+eaTXH...
2018 Sep 24
4
v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt
...der :days 1 :subject "Out of office reply" # List of additional recipient addresses which are included in the auto replying. # If a mail's recipient is not the envelope recipient and it's not on this list, # no vacation reply is sent for it. :addresses ["j.doe at company.dom", "john.doe at company.dom"] "I'm out of office, please contact Joan Doe instead. Best regards John Doe"; $ cat message Subject: test From: me at domain.tld testing 123
2009 Jan 22
2
Sieve filters forwarding erratic after upgrade to 1.1.8
...ded to redirect to another address when the header > from contains something like @example.com. However, it simply never > performs the redirection. Here it works: Jan 22 21:49:15 vh3 deliver(user at test.tld): Sending a forward to <user at example.org> with return path <<john.doe at example.com>> Jan 22 21:49:15 vh3 postfix/pickup[13961]: 5C3B165CF: uid=70005 from=<john.doe at example.com> Jan 22 21:49:15 vh3 deliver(user at test.tld): msgid=<6Zd0$2460.john.doe at example.com>: forwarded to <user at example.org> Jan 22 21:49:15 vh3 deliver(user at te...
2005 Sep 27
0
SMB/LDAP: Confused...
.... LDAP contains a root dc=dept and we already have groups and persons just working, and experimental hosts: # group example dn: cn=deptafs,ou=info,dc=dept objectClass: top objectClass: posixGroup cn: diaafs gidNumber: 10000 description: general afs group # user example dn: uid=doe,ou=info,dc=dept objectClass: top objectClass: posixAccount objectClass: shadowAccount objectClass: inetOrgPerson cn: John uid: Doe uidNumber: 10000 gidNumber: 10000 description: info will be here title: Mr. sn: Doe o: MyUniversity ou: Dept st: State l: City mail: doe@dept.org gecos: ,,, givenName:...
2013 Jul 14
2
2.2.4 - quota-status changing the user it is running as
...ate/quota-policyd { user = postfix } } The idea is to run the service as root during the preliminary tests (at worst, since the service is going to be used as a policy daemon by Postfix only, it shouldn't be very problematic to have it running as root anyway). A user, with address john.doe at example.com and identified as john.doe, is known to be over-quota. A "doveadm quota get" returns: $ sudo doveadm quota get -u john.doe Password: Quota name Type Value Limit % Quota utilisateur STORAGE 5 5...
2005 Dec 08
2
Prototype.js Hash Methods
...Has anyone seen any documentation on the Hash Object defined in the prototype library? To be precise the following methods - 1. keys 2. values 3. toQueryString 4. inspect 5. Merge I am trying to play around with them and have come up with the following examples - var h = $H({name: "john doe", email: "john-Ch9RrZxMC0c@public.gmane.org", msg: "say hello to me"}); var h_in = h.inspect(); alert(h_in); //returns #<Hash:{''name'': ''john doe'', ''email'': ''john-Ch9RrZxMC0c@public.gmane.org'', '...
2009 Jul 12
1
How to create managesieve core dumps
...Jul 11 01:44:29 dovecot: Info: Dovecot v1.2.1 starting up | ... | Jul 11 01:50:21 auth(default): Info: client in: AUTH 1 PLAIN service=sieve lip=192.168.111.222 rip=192.168.111.122 lport=12000 rport=35084 resp=<hidden> | Jul 11 01:50:21 auth(default): Info: sql(j.doe at example.com,192.168.111.122): query: SELECT "user", password FROM dovecot_password WHERE "user" = 'j.doe at example.com' AND sieve | Jul 11 01:50:21 auth(default): Info: client out: OK 1 user=j.doe at example.com | Jul 11 01:50:21 auth(default): Info: master...
2006 May 05
3
OT: DOE - experiments for teaching
Hi, I'm sorry for this not being related to R but I think this is a good place to ask. I'm looking for DOE examples(experiments) that can be done at home or in class, such as Paper Helicopter, Paper Towel etc.. I'm thankful for any comment. Thomas [[alternative HTML version deleted]]
2016 Aug 31
1
Sudden unexplained slowness on share (caused by duplicate UID?)
...Protocol Version ------------------------------------------------------------------------------ 7051 ash Domain Admins 10.4.1.240 (ipv4:10.4.1.240:39646) NT1 7057 john. Domain Admins 10.4.1.242 (ipv4:10.4.1.242:65033) SMB3_00 7057 john.doe Domain Admins 10.4.1.242 (ipv4:10.4.1.242:65033) SMB3_00 7689 tim.doe Domain Admins 10.4.1.245 (ipv4:10.4.1.245:57526) SMB3_00 7060 ryan Domain Admins 10.4.1.247 (ipv4:10.4.1.247:54588) SMB2_10 Service pid machine Connected at -...
2010 Mar 25
1
cmusieve auto-reply and quota
...lso it works well. Here is an example of a sieve I was using in some tests: -- require ["fileinto", "vacation"]; if header :contains "X-DSPAM-Result" "Spam" { stop; } vacation :days 1 :subject "Out of office reply" :addresses ["john.doe at do.ma.in", "jd at do.ma.in"] "I'm out of office, please contact Joan Doe instead. Best regards John Doe"; -- And as I said it works. But when I send a message to this mailbox that could exceed it's quota I get this on my logs: -- Mar 25 14:02:25 mybox postfix...
2015 Jul 15
2
how to return a transfered call to the transferrer?
Hi all Any of you guys could point me in the right direction? I need to make that a blind transfer to return to the transferrer when the transferee does not answer. Scenario: . Miss Jane Doe, our front desk attendant, picks up an external call to Mr. Smith; . Miss Doe flashes, dial Mr. Smith's extension and then hangup; . Mr Smith's phone rings until timeout; . At this point, how to return the call to the Miss Doe's extension; C...
2020 Oct 12
6
Re: Encrypting boot partition Libvirt not showing the OS booting up
On 10/12/20 2:14 PM, john doe wrote: >> <snip/> > > I sent privately the requested xml file to 'Peter Krempa > <pkrempa@redhat.com>'. > Peter Krempa 's privately answered me back suggesting to add the > following in the domain xml file: Solving things privately doesn't help the...
2016 Jan 15
1
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
...quot;cut/n/paste forgot to modify" lapsus; you probably meant *.vector in the 2nd case). I'm pretty sure Bill was not asking *why* this happens {he would easily find out if he wanted} but reporting two (potential) bugs: - one in R [not reporting erronous as.data.frame() usage] - one in DoE.wrapper I'm going to look into the R one, which is indeed in the as.data.frame.vector() method, as you've noted. -- Martin Maechler ETH Zurich
2001 Feb 21
2
openssh-2.5.1p1 problem on redhat 6.2
Hi, I built rpm from openssh-2.5.1p1 srpm on redhat 6.2, then installed it. When trying to ssh from other machine, sshd gives error: ..... Feb 20 17:54:24 foo PAM_pwdb[925]: (login) session opened for user doe by LOGIN(uid=0) Feb 20 17:55:15 foo sshd[1342]: Connection closed by 192.168.0.3 Feb 20 17:55:43 foo sshd[1343]: PAM unable to dlopen(/lib/security/pam_stack.so) Feb 20 17:55:43 foo sshd[1343]: PAM [dlerror: /lib/security/pam_stack.so: cannot open shared object file: No such file or directory] Feb...