search for: mfischer

Displaying 7 results from an estimated 7 matches for "mfischer".

Did you mean: fischer
2005 Apr 27
1
'valid users' does not accept my users, but my groups
...work. The configuration for this share is: [testshare] path = /data/test public = no writeable = yes browseable = yes create mode = 0777 force directory mode = 0775 force create mode = 0666 force user = www-data force group = www-data valid users = mfischer The logfile tells me: [2005/04/27 10:44:05, 2] auth/auth.c:check_ntlm_password(305) check_ntlm_password: authentication for user [mfischer] -> [mfischer] -> [TEST-DOM"mfischer] succeeded [2005/04/27 10:44:05, 2] smbd/service.c:make_connection_snum(314) user 'TEST-DOM"...
2004 Jan 21
1
MODREG source
Is the fortran source code for the MODREG package available? If so can someone send me a zip file or point to a web address? Thanks, Matt. ------------------------------------------------- This mail sent through IMP: www-mail.usyd.edu.au
2000 Jun 23
3
Samba, Apache, & NT
I am in need of authenticating a webpage hosted by Apache to an NT domain. Apache is on a linux system running Samba 2.0.6. Is there anything that allows Apache to communicate with Samba for authentication purposes? Ben
1999 Oct 23
2
How can I Authenticate via MySQL ?
Hi , I want to set up my Redhat 6.0 Linux machine to Authenticate username and password and other information for user that received from /etc/passwd & /etc/shadow from MySQL server . How Can I do that ? any Refrences or Manual for this is helpfull :) Thanx Hamid Hashemi
2003 Dec 01
0
No subject
...valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org --"I never saved anything for the swim back." Ethan Hawk in Gattaca-- Return-Path: <mfischer@to.com> Delivered-To: samba@lists.samba.org Received: from to.com (fw.to.com [194.221.251.1]) by lists.samba.org (Postfix) with ESMTP id BBDCE4BA7 for <samba@lists.samba.org>; Wed, 25 Jul 2001 06:43:12 -0700 (PDT) Received: from elwood.think (unknown [192.168.10.15]) by to.com (Postf...
2009 Mar 23
0
MySQL ISAM can't start from OCFS2 filesystem
Hello friends, I've got a strange problem with my cluster-setup. I've got two nodes called www1 and www2 running Ubuntu Linux 8.10. The have a 50G volume which is replicated in primary/primary mode with DRBD. On this volume there is an OCSF2 filesystem with this two nodes. Everything is working really fine, files are perfectly mirrored, really nice. On one of the
2013 Dec 12
0
Bad file descriptor on reload under Ruby 2.0
If you''re getting an EBADF (bad file descriptor) error when re-execing Unicorn under Ruby >= 2.0 (see, e.g, http://rubyforge.org/pipermail/mongrel-unicorn/2013-August/001858.html), it''s likely that you''re re-running Unicorn via "bundle exec": http://developer.zendesk.com/blog/2013/10/09/ruby-2-0-changes-exec-bundler/ The fix is to use a binstub for