Displaying 20 results from an estimated 7534 matches for "smith".
2003 Jul 17
1
Question on use of a username map file and security=domain interactions ?
Hi ....
I'm looking for thoughts/experiences when the following conditions are met ...
I have 2 users .... say Sam Smith and Jeff Smith
On UNIX (on the samba server) their logins are
Walt Smith = "smith"
Jeff Smith = "jsmith
On the NT DOMAIN side, their logins are
Walt Smith = "wsmith"
Jeff Smith = "smith"
In my smb.config file, I have
security = domain...
2010 Jan 19
1
QueryParser: aliases and OP_AND
...term prefixes).
With the following php code :
<?php
$parser=new XapianQueryParser();
$parser->set_default_op(XapianQuery::OP_AND);
$parser->add_prefix('alias', 'AUT1:');
$parser->add_prefix('alias', 'AUT2:');
echo $parser->parse_query('alias:(john smith)')->get_description();
?>
I get:
Xapian::Query(((AUT1:john:(pos=1) OR AUT2:john:(pos=1)) AND (AUT1:smith:(pos=2) OR AUT2:smith:(pos=2))))
i.e. (AUT1:john OR AUT2:john) AND (AUT1:smith OR AUT2:smith)
I was expecting something like:
Xapian::Query(((AUT1:john:(pos=1) AND AUT1:smith:(pos=...
2005 Oct 05
1
problem accessing home directory
...is greatly appreciated. Is it possible the space in the username is
causing problems (I didn't setup the domain)?
Thanks,
Jason
Here's what I'm getting in my log.
[2005/10/05 15:29:07, 2] auth/auth.c:check_ntlm_password(305)
check_ntlm_password: authentication for user [jason smith] -> [jason
smith] -
> [FIRSTCELL\jason smith] succeeded
[2005/10/05 15:29:07, 2] smbd/service.c:make_connection_snum(321)
user 'FIRSTCELL\jason smith' (from session setup) not permitted to
access this
share (jason smith)
Here's getent output
noflsrvtest:/var/log/samba# ge...
2015 Apr 23
3
RFC2307 attributes not being read by DC2 in 4.2.1
Hi all
On latest samba 4.2.1 I have provisioned a new domain on DC1 that
successfully reads RFC2307 attributes set on a user account through
ADUC.
wbinfo (correct uid gets resolved from sid)
wbinfo -n fsmith
S-1-5-21-1273750850-484487853-1026460749-1120 SID_USER (1)
wbinfo -S S-1-5-21-1273750850-484487853-1026460749-1120
1000006
ldbsearch
sudo ldbsearch -H '/usr/local/samba/private/sam.ldb' -b
'DC=samdom,DC=example,DC=org' -s sub
'(&(objectCategory=Person)(CN=Fred Smith))'...
2005 Dec 08
2
Profile naming and Domain Name
For the purpose of my question I will use the following informaiton:
User Name = john.smith
PDC = MIDEARTH
Domain Name = MARS
I have a samba-3 domain set up using Win XP Pro clients. Everything
works ok besides for a few programs that are flaking out. But I have
one small querk.
I can log on the computer using MARS\john.smith and works fine. Lets
say I have john.smith as a local u...
2005 Sep 01
1
?The network name cannot be found?
Hi,
I'm running samba-3.0.14a_1,1 under FreeBSD 5.4-STABLE. I migrated all my data
from samba 2 to samba 3, and I'm having a problem with some users.
For example, user john can login perfectly to the network. It?s ok. But user
smith not, him get the error ?The network name cannot be found?. But all
configurations of john and smith are the same. I found this on Samba Official
Hanbook:
?The network name cannot be found?
This error can be caused by one of these misconfigurations:
You specified a nonexisting path for the share i...
2003 Dec 16
1
user name with a dot not working
Hello,
I'm having problems with user names containing a dot. For example
"j.smith".
In our network we have Win2K PDC and a Samba server. smb.conf contains
this:
[global]
security = domain
password server = MYSERVER
username map = /etc/samba/smbusers
[myshare]
valid users = j.smith
write list = j.smith
etc...
/etc/samba/smbusers file contains this:
jsmith = j.smith
And Li...
2003 Feb 27
2
win2k usernames with spaces
Hi all,
one of the win2k clients of my network uses an ID with
one space inside, e.g. "jack smith". I succeeded in creating a
Linux user with such a name, but have troubles in adding him to
the smb users.
Any suggestion?
PS Running RH 8.0 & Samba 2.2.5 When i had RH 6.2 & Samba ?.?.? the
trick worked out.
Thanx
maq
2002 Jun 13
0
Windows 2000 login bug?
I am using E-Smith server as my internet gateway/firewall and as a seperate
server.
Clients using this are: Windows 2000 Pro SP2, Windows 2000 Server SP2,
RedHat linux.
I have already upgraded Samba on the E-Smith server to Samba 2.2.3a.
This is the problem I have:
Quick summary of my home network:
I have a W...
2011 Nov 21
2
[LLVMdev] Optimization of array access
On Mon, Nov 21, 2011 at 1:03 PM, Michael Smith
<Michael.Smith at synopsys.com> wrote:
> Sorry, Dead Store Elimination.
Hmm... does tweaking the value of BlockScanLimit in
MemoryDependenceAnalysis.cpp help?
-Eli
>
>
>
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
> Behalf Of Michael...
2010 Jul 12
1
Samba and file permissions
A problem that has plagued me for a long time (finally decided to get
some expert help) is setting the owner/group on directories/files I
create with samba. Here is my situation:
On my Linux/Apache I have a user, smith. The /home/smith directory is
owned by smith and is part of the group, todd (me) with permissions 775.
This works fine until I create via samba a directory in smith e.g.
/home/smith/test. The directory is owned by todd and smith cannot
create a file in it.
What have I missed and how do I fix...
2011 Nov 21
0
[LLVMdev] Optimization of array access
Tried 5 and 50, doesn't seem to make any difference.
-----Original Message-----
From: Eli Friedman [mailto:eli.friedman at gmail.com]
Sent: Monday, November 21, 2011 1:20 PM
To: Michael Smith
Cc: Cameron Zwarich; llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Optimization of array access
On Mon, Nov 21, 2011 at 1:03 PM, Michael Smith
<Michael.Smith at synopsys.com> wrote:
> Sorry, Dead Store Elimination.
Hmm... does tweaking the value of BlockScanLimit in
MemoryDependenceAnaly...
2013 Apr 28
3
Dovecot Solr Panic
...lue, but I have still this error.
Anyway, this is the error I have when I try to index this virtual folder:
---8<---------------------------------------------------------------------------------------------------------------------------------------
root at lapetus:/mnt/emails/indiefield.co.uk/jsmith/Mails/Virtual# doveadm -v index -u 'john smith' 'Search/Archives'
doveadm(john smith): Info: Search/Archives: Caching mails seq=109580..127362
1800/17783doveadm(john smith): Panic: file solr-connection.c: line 416 (solr_connection_select): assertion failed: (!conn->posting)
dovea...
2007 Mar 13
1
Setting up virtual http pages
Disclaimer: I may need help in asking the question properly!
Currently, my http root is /home/httpd/, so http://209.204.172.137/
takes you there.
Is it possible to assign a specific page for a user? Lets say I have a
user, "smith", and his directory is /home/smith/. Could "smith" have a
root page, /home/smith/www/? With this, "smith" could ftp his html to
his own directory. If this is possible, how would "smith" see his pages?
Todd
--
Ariste Software
2200 D Street Ext
Petaluma, CA...
2009 Nov 27
1
is there a script to find a message from a given username easily?
Hello people,
I used primarily mutt and sendmail for many years. (And elm
before mutt.) All my mail was saved into ~/Mail. Messages
from, say, smith at foo.ber were stored in ~/Mail/smith; all mail
from smith was catenated into one file, and if I wanted to
find something that smith had written, I would just cd to
~/Mail and grep or egrep on a likely word or phrase.
Is there a script that can reach into my server into My
maildirectory and...
2005 Dec 30
2
Why are dots in username & groupname no longer allowed?
For some strange reason I am no longer able to create groupnames or
usernames (with useradd and groupadd) that contain a dot.
Uptill now it was possible to create user&groupnames like c.smith but now
I get these errors:
[root at server etc]# useradd c.smith
useradd: invalid user name 'c.smith'
[root at server1 etc]# groupadd c.smith
groupadd: c.smith is a not a valid group name
Anything without a dot works without problems.
The box is a (fully updated) CentOS 3.6 x86_64 bo...
2010 May 11
2
[LLVMdev] Machine Code, JIT, and Windows
My understanding was that compiling directly to native code wasn't supported on Windows yet. At least Clang seems to require having GCC in the path on Windows.
-----Original Message-----
From: Daniel Berlin [mailto:dberlin at dberlin.org]
Sent: Tuesday, May 11, 2010 4:14 PM
To: Michael Smith
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Machine Code, JIT, and Windows
On Tue, May 11, 2010 at 6:48 PM, Michael Smith
<Michael.Smith at synopsys.com> wrote:
> I'm writing an application that generates LLVM byte code and executes it at
> runtime. The options I'm lookin...
2015 Apr 23
0
RFC2307 attributes not being read by DC2 in 4.2.1
On 23/04/15 02:48, Fred Smith wrote:
> Hi all
>
> On latest samba 4.2.1 I have provisioned a new domain on DC1 that
> successfully reads RFC2307 attributes set on a user account through
> ADUC.
>
> wbinfo (correct uid gets resolved from sid)
>
> wbinfo -n fsmith
> S-1-5-21-1273750850-484487853-1026...
2005 Jan 19
2
winbind usernames
Hi,
I'm successfully using winbind to authenticate a
debian sarge workstation against an nt4 server.
Works a treat.
However, I have an odd situation where a user logs in
for the first time as "John Smith" and gets created a
"John Smith" directory in /home. *Then*, if they log
in as "john smith", they get a second directory
created as "john smith" in /home!
(yes, our nt4 usernames have whitespace in them, and
yes, it's a headache - but that's another story...
2006 Feb 09
1
Samba Error when using gedit
...des,
I've got a centOS 4.2 (clean reinstall) workstation and a Samba mount
in my home directory where "c:\uploads" is a XP Home directory
mounted as ~\uploads in my home directory. The file 'letter9feb.txt'
exists in 'c:\uploads\fd\complaint' which i created from the smith
box. I cannot save the 'letter9feb.txt' as it says its being used.
Error "Generic error" while copying "/home/smith/.../letter9feb.txt".
(When trying to use Nautilus)
Could not save the file
"/home/smith/uploads/fd/complaint/letter9feb.txt". Could not create...