[Samba] Sharing other home directories

2013-08-16 Thread Raymond Wan
Dear all,

I'm new to Samba and am trying to set it up on an Ubuntu 12.04 system using
version 3.6.3 .  Thanks to some great documentation, I actually have it
*working* as I had intended.  However, there is something puzzling me which
I cannot figure out from any of the documentation I've seen (so far).

What I would like to do is to share 3 different sets of folders:

* home directories
* home-like directories -- a path where there are directories, one for each
user, inside
* a group directory -- for all users of a Unix group

This is what I have:

[homes]
comment = Home Directories
browseable = no
writeable = yes
create mask = 0700
directory mask = 0700
valid users = %S
;guest ok = no

[home2]
comment = Secondary Home Directories
path = /share/home2
browseable = no
writeable = yes
create mask = 0700
directory mask = 0700
valid users = user1 user2
;guest ok = no

[accounting]
comment = Account group
path = /share/accounting
browseable = no
writeable = yes
create mask = 0770
directory mask = 0770
valid users = @accounting


And surprisingly, it works!  But, I'm not sure why...and would like to
understand why it is working and more importantly, is it a fluke that will
go away in a few days.

I understand [homes] is special and when Samba sees it, it looks for user
accounts inside that directory.

But for both [homes2] and [accounting], I've given paths in two different
ways.  The first, it is the path one-level up from what I want to share
(i.e., because I want it treated like a home directory).  But with the
second, I want to share /share/accounting and not /share/accounting/user1,
etc.

Somehow, it seems to work as I'd like it.  Is there a reason why this
works?  The alternative which I wanted to avoid was for [homes2], I'd have
to create one entry for each user on the system.  So, I'm very happy it
works...just wondering why and if it is by some luck...  :-)

Thank you!

Ray
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] PROPOSAL: Remove SWAT in Samba 4.1

2013-02-17 Thread Raymond Lillard


I'm just a data point of one.  My Samba history
is as a user since before 2.0.

Shortly into the 2.0.x series I was asked by
locals (a point and click lot) to setup Swat so
they could manage Samba.  I did so and they
still f'ed the configuration.

That was and remains my only experience with Swat.

I won't miss it.




On 02/17/2013 04:02 PM, Andrew Bartlett wrote:

As most of you would have noticed, we have now had 3 CVE-nominated
security issues for SWAT in the past couple of years.

At the same time, while I know many of our users use SWAT, we just don't
have anybody to maintain it inside the Samba Team.  Kai has made a
valiant effort to at least apply the XSS and CSRF guidelines when folks
make security reports, but by his own admission he isn't a web developer
- none of us are!

There are many other parts of Samba that have not been substantially
maintained in years, but few have the level of security exposure that
SWAT does (most are bits of library and utility code that we apply
elsewhere, but which just quietly does it's own job).

The issue isn't that we can't write secure code, but that writing secure
Web code where we can't trust the authenticated actions of our user's
browser is a very different modal to writing secure system code.
Frankly it just isn't our area.

Therefore, it was suggested on a private list that we just drop SWAT.  I
want to start a public discussion on that point, prompted by
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700729 which reminds us
why we didn't apply the specific CSRF hardening we applied in 4.0.2 to
SWAT in the first place.

Thanks,

Andrew Bartlett



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Samba 3.6.1 losing browser elections to WinXP

2012-02-14 Thread Raymond Lillard

Hello Samba;

I am aware this was a problem years ago...

This week I turned up a brand new server
to replace an embarrassingly old one.  The
problem has re-occurred.

I expected this to be a problem long ago
fixed.

I have made the following registry edit to the
offending XP machine and restarted Samba.
I hope it sticks.

I have two questions:

1) Have I missed something in the configuration?
   or is there some reason this isn't fixed?

2)  How can I force a browser election without
restarting the daemons?  smbd doesn't seem
to respond to a SIGHUP.  A command line would
be nice.

Thanks,
Ray



Details to follow:
This is a standalone server in a workgroup
(no domain) on an OpenBSD 5.0 platform.

My relevant smb.conf settings:

Server role: ROLE_STANDALONE

[global]
workgroup = MY_WORKGROUP
server string = Samba %v
interfaces = bge0
passwd program = /usr/bin/passwd %u
passwd chat = *password* %n\n *password* %n\n *successful*
username map = /etc/samba/smbusers
unix password sync = Yes
log file = /var/log/samba/smbd.%m
max log size = 1024
add user script = /usr/sbin/useradd %u
delete user script = /usr/sbin/userdel %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
delete user from group script = /usr/sbin/deluser %u %g
add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s 
/bin/false %u

logon script = %U_logon.bat
logon path = \\%L\profiles\%U-%m
logon drive = H:
logon home = \\%L\%U
os level = 65
preferred master = Yes
domain master = No
wins proxy = Yes
utmp = Yes
idmap config * : backend = tdb
admin users = +wheel




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] DFS/FRS

2010-04-07 Thread Raymond Fagnon
I am somewhat new to samba and  have a couple of questions related to
DFS/FRS.

 

I understand that Samba supports DFS, but does it also support FRS with
DFS?

Does anybody have a quick howto guide on how to setup DFS with FRS?

If FRS is not supported is it planned? 

What alternatives can I use for FRS, rsync?

 

Thank you.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] srvtools -- are these really useful?

2009-12-18 Thread Raymond Lillard
I have installed 3.4.3 on a CentOS 5.4 box as a PDC with tdbsam
for a backend.  All seems to be working as expected in the
Samba world.

With the intention of getting ordinary maintenance off of
my back, I downloaded and installed usrmgr and srvmgr in
/root/bin.

When I launch either of them from a WinXP workstation member
while logged into the domain as root, the domain is not found.
I can find the domain from the menu and look at various settings,
but cannot do much of anything that can be made permanent.

Question:  Have I omitted some critical setting to make these
   tools useful?  Should I not be able to add users to
   groups, for example?


What follows is some output that shows thing to be configured
correctly.  I think.


r...@foobar {~} net rpc group MEMBERS Domain Admins
Enter root's password:
PS2\root
PS2\b0fh


r...@foobar {~} net groupmap list
... cut several local groups from this list ...
Domain Users (S-1-5-21-2487701501-27877076-1099799052-513) - staff
Domain Guests (S-1-5-21-2487701501-27877076-1099799052-514) - nobody
Domain Admins (S-1-5-21-2487701501-27877076-1099799052-512) - wheel
Administrators (S-1-5-32-544) - 1
Users (S-1-5-32-545) - 10001

Note: I'm not sure what the groups Administrators and Users are about.



r...@foobar {~} net rpc rights list
Enter root's password:
 SeMachineAccountPrivilege  Add machines to domain
  SeTakeOwnershipPrivilege  Take ownership of files or other objects
 SeBackupPrivilege  Back up files and directories
SeRestorePrivilege  Restore files and directories
 SeRemoteShutdownPrivilege  Force shutdown from a remote system
  SePrintOperatorPrivilege  Manage printers
   SeAddUsersPrivilege  Add users and groups to the domain
   SeDiskOperatorPrivilege  Manage disk shares

Note: I see no priv to add users to an existing group?




Thank you for your time,
Ray

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Users groups are not synchronized with Samba

2008-03-31 Thread Raymond Holguin
Currently I am using Samba with ACL control.  My problem is that if I 
add or remove users from a group, those changes are not reflected for 
samba access until I restart the samba server.


Example of what I mean.
GroupA and GroupBUSER is part of no group.
Unix: I give GroupA full access to FOLDER
Windows: as USER I try and access FOLDER I get permission denied.
Unix: I add USER to GroupA
Windows: as USER I try and access FOLDER I get permission denied!
Unix: I restart Samba server
Windows: as USER I try and access FOLDER I get full access.

This is definitely not going to work for me.  I created an web 
application that gives me full control over samba and unix users so I 
can manage user/group permissions for all files and directories in my 
fileserver.  If i have to restart the samba server every time I change 
somebodies group this is going to be chaos where I work.  Adding users 
to files/folders works fine, its just when I add users to groups that 
Samba doesn't recognize that users new group until I restart.


anyone have any idea how I can solve this issue?  is this a Samba 
parameter that I need to make sure Samba konws when users move around to 
different groups?


Thanks
-Ray

--

Raymond Holguin
Programmer Analyst
College of Humanities, Arts, and Social Sciences
Tel: (951) 827-6212
Email: [EMAIL PROTECTED]

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] How to give user access to only 1 directory on a share?

2008-03-31 Thread Raymond Holguin
Yes, use ACL's and all the files and directories that the user should 
NOT access set the ACL to somethign like


setfact -m u:USER_NAME:- DIRECTORY_NAME

that will say that even if the directory is 777, that particular user 
has no access whatsoever.  The directory that he/she is allowed to 
access should stay the same.


Matt Lozier wrote:

Hello,

 


Is there a way to give a single user access to a single directory on a given
share, and yet prevent that user from accessing the rest of the data on that
share?  All users on the system are within the *same* group, and if
possible, I'd like to keep it this way.  Would I have to go with ACLs to
implement this?

 

Any and all suggestions are appreciated! 

 


Thanks,

Matt

 

  


--

Raymond Holguin
Programmer Analyst
College of Humanities, Arts, and Social Sciences
Tel: (951) 827-6212
Email: [EMAIL PROTECTED]

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Do I have to create user accounts twice??

2008-02-27 Thread Raymond Holguin
Im going to be migrating a windows file server of about 200+ users to 
this samba server.  Now I have been searching for a while and can't seem 
to find an answer.  My question is do I really have to create a unix 
account for each user and THEN create the user account again on the 
samba server??  I can't find a way to create a unix account and have 
that account be also automatically created on the samba server.  is 
there a solution for this or do I need to create some kind of custom 
script to do this for me??


Thanks
-Ray

--

Raymond Holguin
Programmer Analyst
College of Humanities, Arts, and Social Sciences
Tel: (951) 827-6212
Email: [EMAIL PROTECTED]

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Do I have to create user accounts twice??

2008-02-27 Thread Raymond Holguin
Thanks for your input John.  I ended up just creating a script that 
creates both accounts for me at the same time so that solved the issue.


John Drescher wrote:

On Tue, Feb 26, 2008 at 5:50 PM, Raymond Holguin
[EMAIL PROTECTED] wrote:
  

Im going to be migrating a windows file server of about 200+ users to
 this samba server.  Now I have been searching for a while and can't seem
 to find an answer.  My question is do I really have to create a unix
 account for each user and THEN create the user account again on the
 samba server??  I can't find a way to create a unix account and have
 that account be also automatically created on the samba server.  is
 there a solution for this or do I need to create some kind of custom
 script to do this for me??



With ldap the answer is no (both unix and samba account get created in
the same place).
With other security mechanisms you need samba and unix accounts for each user.

John
  


--

Raymond Holguin
Programmer Analyst
College of Humanities, Arts, and Social Sciences
Tel: (951) 827-6212
Email: [EMAIL PROTECTED]

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Second SAMBA Server different NETBIOS alias and shares for ClearCase

2006-06-24 Thread Kdeiss, Raymond E.
 
We might not have been clear in our question. I will try to explain what we
are trying to do.

We have a SAMBA Server (Solaris) utilizing an LDAP backend for user
authentication. The Samba server serves PCs for authentication and it serves
Samba filesystem shares. We want to be able to create a second samba server
(Solaris) that can be a member of the domain and also serves shares to PCs
and only serves shares to PC. The second SAMBA server does not need to be
responsible for PC logging / Authentication.

Is that possible and have can I make that second UNIX server a member of the
domain?

Thanks

Raymond Kdeiss


-Original Message-
From: Gary Dale [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 4:20 PM
To: Hoferer, Patrick K.
Cc: samba@lists.samba.org; Bailey, Alonza; Kdeiss, Raymond E.
Subject: Re: [Samba] Second SAMBA Server different NETBIOS alias and shares
for ClearCase

Hoferer, Patrick K. wrote:

I have a SAMBA Server utilizing an LDAP backend for user authentication 
and it works great unless I use ClearCase. When ClearCase is used the 
compilation time for our code is slowed down to a crawl and the 
ClearCase application is rendered nearly useless. As a test fix my boss 
wants me to create a second SAMBA server to be used for only the 
ClearCase server.

I don't know if this will work, but I may be able to accomplish my task 
if I set the os level lower than my primary SAMBA server set the SID 
to the same as my existing server. I then change the netbios alias to 
clearcase. I'll then add my views and vobs through either NFS or SANS 
client to the ClearCase SAMBA server. This way if a workstation using 
ClearCase needs  to use the \\clearcase\views share it will utilize the 
ClearCase SAMBA server not the primary server. All authentication 
should remain through my LDAP server since I did not change the SIDs 
for my server or user accounts.

If this plan sound feasible please let me know. If it sounds like I may 
break my existing architecture let me know. If you have better 
suggestions I am looking for any help.

Thank you for your time,
Patrick Hoferer
  

I don't think you're being very clear. In Windows terms, you log into a
domain, not a server. It sounds like you want to maintain the same
authentication but split an application off onto a different server to
improve performance. However, it's not clear if you want to use Samba or NFS
to share the files. I'm going to assume that the new server will be
providing file services through Samba.

If you want the ClearCase server to use the same authentication, just make
it a member server in your existing domain. Stop the ClearCase Samba shares
on the old server and start them on the new one.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

[Samba] Windows to Linux Samba problems

2006-05-04 Thread Raymond Chan
Hi all,

 

I'm new to the list and found this to be the general place to ask questions,
but if I'm asking at the wrong place I apologize in advance and hope someone
can point me in the right direction.

 

I'm sort of a newbie w/ Samba, and have been having some strange issues.  I
have a CentOS Linux Server running Samba 3.0, and I am trying to allow all
my users to map their home directories to their Windows boxes.  I've been
testing this with my own user and another person's.  Half the time it works
fine, but the other half of the time, it keeps prompting me for the password
and I absolutely know that I am typing it in correctly.  To double check I
tried to set my password again w/ smbpasswd on the Linux server, and get
this error message:

 

machine 127.0.0.1 rejected the (anonymous) password change: Error was :
Account disabled.

 

I never explicitly disabled my account or the other user's, but we both get
this error.  I then use 'smbpasswd -e' to re-enable, and it works fine for a
day, and again it disables account again.  This re-enable and automatic
disable happens very frequently.  Here's the part of my smb.conf that
describes my home directories.  Note that also in my smb.conf doesn't yet
have extra security like hosts allow to limit samba connections to within
the LAN, etc.  :

 

[homes]

   comment = Home Directories

   browseable = no

   guest ok = no

   Read only = no

   public = no

   create mask = 0750

 

 

Does anyone have any ideas of why this is happening?  I plan to allow up to
100 users to map a samba connection to this server, is there a max number of
connections samba can take?  I'm not too worried about performance now
because I just want users to be able to have a nicely mapped drive so they
can drag files from their Windows desktop to the server if they need
(without the hassle of FTP), but most of the time it will just be an unused
connection.

 

Thanks in advance for everything,

Ray C.

 

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] POLL: Does anyone actually use multiple passdb backends on the same server?

2006-02-09 Thread Raymond Lillard

Gerald (Jerry) Carter wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Folks,

We are discussing removing the capability to chaining passdb
backends.  It's a decent idea but overly complicates things
IMO and unless it has wide spread use, we'll probably axe it
soon (voting is starting up on the samba-tecnnical ml now).

To give you an example of what I mean, is anyone using
something like:

passdb backend = smbpasswd ldapsam

If you haven't been using this type of configuration, don't
start now in case is does get removed in the next release.


Kill it.  Never used it.  Never will.

Ray
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Error when migrating from 3.0.20b to 3.0.21x

2006-01-04 Thread Raymond Lillard

Oliver Schulze L. wrote:


I have been doing some debug and it seems that my:
# net groupmap list
is lost.

In which .tbd is that info stored? 




group_mapping.tdb


... looks promising.

Try:

tdbdump group_mapping.tdb


Ray


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 3.0.21 and Rejecting auth request from client

2005-12-28 Thread Raymond Lillard

Oliver Schulze L. wrote:


Hi,
I have migrate from samba 3.0.20b to 3.0.21.
I restored the backup of all .tdb and when starting samba and a
Windows XP tries to connect, I get this error:

[2005/12/28 09:19:04, 0] libsmb/credentials.c:creds_server_check(159)
 creds_server_check: credentials check failed.
[2005/12/28 09:19:04, 0] rpc_server/srv_netlog_nt.c:_net_sam_logon(667)
 _net_sam_logon: creds_server_step failed. Rejecting auth request from 
client COMPUTER machine account COMPUTER$


I still can access the shares in the samba PDC.

Is this a warning or an error?


Sorry, I don't have an answer for you, but I'm seeing the same
thing.  In my case I re-built the tdb files anew.  The PDC I just
upgraded was v3.0.7.

I tend to think the problem is real.  Most of the time, the files
on the server can be seen from the workstation, but we have
an application whose binaries are on the server .  the app is
unreliable.

I am seeing AutoEnrollment Errors in the Application Event Logs.

Description:
Automatic certificate enrollment for local system failed to contact
the active directory (0x8007054b).  The specified domain either
does not exist or could not be contacted.

Enrollment will not be performed.

Are you seeing these AutoEnrollment errors too?

Ray
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 3.0.21 and Rejecting auth request from client

2005-12-28 Thread Raymond Lillard

Oliver Schulze L. wrote:


Hi Ray,
how do you rebuilded the tdb files?
Maybe that can help.

Oliver

Raymond Lillard wrote:



Sorry, I don't have an answer for you, but I'm seeing the same
thing.  In my case I re-built the tdb files anew.  The PDC I just
upgraded was v3.0.7.




I am running on WBEL3.  The latest Samba available from Whitebox
is v3.0.9, so I decided to build Samba-3.0.21 from the tarball.

I kept all of the Linux groups and users, the DHCP, the DNS and
smb.conf (mostly) unchanged.  I built the new samba to live under
/usr/local so as not to interfere with the existing Samba-3.0.9
from WBEL3.  Some fixing up of paths with symlinks was needed.
Don't forget ldconfig.

I re-did the nt-unix groupmapping and added the users to the
passdb.tdb file.  I abandoned all the *.tdb files under /var and
created a new secrets.tdb, passdb.tdb file.  The new *.tdb files
are now under /usr/local/var.

Thus my new 3.0.21 installation as all new tdb files.

I still don't know whether the AutoEnrollment Error is related
to my application mis-behaviour.

If anybody can spot a problem I'll be eternally grateful.

Ray





My Build Configuration:

#!/bin/sh

VER=3.0.21
DOM=MYDOMAIN
time_stamp=`date +%y%m%d-%H%M`
prefix=/usr/local/samba-$VER


./configure \
   --prefix=$prefix \
   --localstatedir=/usr/local/var/samba-$VER \
   --with-configdir=/usr/local/etc/samba-$VER \
   --with-privatedir=/usr/local/etc/samba-$VER \
   --with-piddir=/usr/local/var/run/samba-$VER \
   --with-lockdir=/usr/local/var/locks/samba-$VER \
   --with-logfilebase=/usr/local/var/log/samba-$VER \
   --with-smbwrapper \
   --with-fhs \
   --with-quotas \
   --with-smbmount \
   --enable-cups \
   --with-pam \
   --with-pam_smbpass \
   --with-syslog \
   --with-utmp\
   --with-sambabook=$prefix/share/swat/using_samba \
   --with-swatdir=$prefix/share/swat \
   --with-shared-modules=idmap_rid \
   --with-libsmbclient \
   --with-winbind \
   --disable-static \
   --enable-shared | tee Config-$time_stamp.txt




My Configuration:

# Samba config file created using SWAT
# from 192.168.1.20 (192.168.1.20)
# Date: 2005/12/28 08:27:57

[global]
   workgroup = MYDOMAIN
   interfaces = eth0, lo
   bind interfaces only = Yes
   smb passwd file = /usr/local/etc/samba-3.0.21/private/smbpasswd
   private dir = /usr/local/etc/samba/private
   passdb backend = tdbsam:/usr/local/etc/samba/private/passdb.tdb
   pam password change = Yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *password* %n\n *password* %n\n *successful*
   username map = /usr/local/etc/samba/smbusers
   unix password sync = Yes
   client NTLMv2 auth = Yes
   client lanman auth = No
   client plaintext auth = No
   log level = 5
   log file = /usr/local/var/log/samba/%m.log
   max log size = 10
   name resolve order = wins bcast hosts
   time server = Yes
   printcap name = CUPS
   show add printer wizard = No
   add user script = /usr/sbin/useradd -m %U
   delete user script = /usr/sbin/userdel -r %U
   add group script = /usr/sbin/groupadd %g
   delete group script = /usr/sbin/groupdel %g
   add user to group script = /usr/sbin/usermod -G %g %U
   add machine script = /usr/sbin/useradd -c Machine Account \
   -d /dev/null -g 700 -s /sbin/nologin -M %m$
   logon script = %U_logon.bat
   logon path = \\%L\profiles\%U-%m
   logon drive = H:
   logon home = \\%L\%U
   domain logons = Yes
   os level = 65
   preferred master = Yes
   domain master = Yes
   wins support = Yes
   ldap ssl = no
   eventlog list = smbd.log
   utmp = Yes
   idmap uid = 1-2
   idmap gid = 1-2
   template homedir = /home/winnt/%D/%U
   template shell = /bin/bash
   winbind use default domain = Yes
   comment = Samba
   hosts allow = 192.168.1., 127.0.0.1
   map acl inherit = Yes
   cups options = raw
   veto files = /*.eml/*.nws/*.{*}/
   veto oplock files = /*.doc/*.xls/*.mdb/

[netlogon]
   path = /home/samba/netlogon
   read list = @staff
   write list = +root
   browseable = No

[profiles]
   comment = Profiles
   path = /home/samba/profiles
   read only = No
   guest ok = Yes
   profile acls = Yes
   browseable = No
   csc policy = disable

[homes]
   comment = Home Directories
   path = /home/%U
   valid users = %S
   read only = No
   create mask = 0600
   directory mask = 0700
   browseable = No

[Public]
   comment = Public Directory
   path = /home/Public
   valid users = +staff
   force group = +staff
   read only = No
   create mask = 0666
   directory mask = 0777
   guest ok = Yes
   root preexec = /root/bin/log-smb-service-conn %U %S

... other

[Samba] Windows special chars in filenames, cannot access files

2005-09-25 Thread Raymond Blum

Hi
  I am running Samba v3.0.20-2 on Redhat Linux.
to get right to the point:
THE PROBLEM:
  I am using mount with type=smbfs to mount a WIndows XP share.  The  
share has filenames with special chars (the Registered symbol (r)) .  
This filename appears in Linux directory listings with a r in place  
of the (r) char.  If I try to access the file, I get a File not found.

i.e.
  ls -l shows filename XXXr.url
but if I try cat XXXr.url I get the msg XXXr.url no such file or  
directory


WHAT I HAVE TRIED:
I have tried setting the dos charset and unix charset both to UTF-8  
with no results, likewise to the DOS default CP850


Anyone know how to address this?  It would be an acceptable solution  
to substitute chars in the filename, I just need to be able to access/ 
copy it.


Thanks
---raymond
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Windows special chars in filenames, cannot access files

2005-09-25 Thread Raymond Blum
Thanks but NG ... I need to copy any such files from a shell script  
on the Unix side as they appear


On Sep 25, 2005, at 7:53 PM, Gary Dale wrote:


Try doing cat XXX?.url. To rename it, try mv XXX?.url XXX2.url.

Alternatively, try using a graphical file manager to access the  
files. They should allow you to rename or copy the files.


Or you can try renaming them on the Windows side.



Raymond Blum wrote:



Hi
  I am running Samba v3.0.20-2 on Redhat Linux.
to get right to the point:
THE PROBLEM:
  I am using mount with type=smbfs to mount a WIndows XP share.   
The  share has filenames with special chars (the Registered symbol  
(r)) .  This filename appears in Linux directory listings with a  
r in place  of the (r) char.  If I try to access the file, I get  
a File not found.

i.e.
  ls -l shows filename XXXr.url
but if I try cat XXXr.url I get the msg XXXr.url no such file  
or  directory


WHAT I HAVE TRIED:
I have tried setting the dos charset and unix charset both to  
UTF-8  with no results, likewise to the DOS default CP850


Anyone know how to address this?  It would be an acceptable  
solution  to substitute chars in the filename, I just need to be  
able to access/ copy it.


Thanks
---raymond






--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] 3.0.20

2005-08-26 Thread raymond

Will there be an RPM for Suse 8.2? As the last one available is the 3.0.14a
and I would like to update the Samaba server to 3.0.20. If not, how can I
upgrade my existing one?

Thanks!

Raymond

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] order virgin more and innocent little their pussies

2005-05-30 Thread Riley Raymond

'Ello, 'ello, 'ello, what have we got here?

soon Young pre teen so used beauty and young and

One is very crazy when in love.

So Beautiful... linteled So young... So innocent...
SEE THEM IN A DIRTY countersigning PORN

http://www.geocities.com/stephanie_432mosley_754/
You cannot love a thing without wanting to fight for it.

Unique high by quality content

We want to be first not first if, not first but but first!Every man sees in his 
relatives, and especially in his cousins, a series of grotesque caricatures of 
himself.Read in order to live.


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Joining a domain controller with a conflict name

2005-04-14 Thread Raymond Lillard
Tom Skeren wrote:
Jonathan Johnson wrote:
Again, this is the responsibility of the network administrator. That's 
why a password is required to join a domain, so those who don't know 
the password (read: your users) can't mess up your network. As an 
administrator, it's your responsibility to make sure that a network 
name conflict does not occur, by knowing if there's a machine with 
THAT NAME on the network already.

Yes, that's all fine and good, except when the boss allows some visiting 
dignitary to plug his laptop into the ethernet port in the conferernce 
room, etc.
That's why you should use DHCP with static address assignments.
If you allow foreign machines on sensitive networks, then you
will soon get what you deserve.
Make guest ports available on a network separate from your
private network for visitors to browse the Internet and read
mail, etc ...
Regards,
Ray
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] login scripts do not run

2004-09-22 Thread Raymond Lillard
[EMAIL PROTECTED] wrote:
I have a simple script that sets the time on a Windows client at
startup.
The one-line script:
net time \\myhost /set /yes
Works perfectly well when I double-click it from Windows Explorer, so I
don't think the problem lies there.
The relevant lines in my smb.conf file:
[global]
time server = yes
logon script = smbtimeset.BAT
[netlogon]
   comment = shared scripts
   path = /usr/share/samba/scripts
   public = no
   writable = no
   browseable = no

I've set the log level to '3' and there aren't any messages at all
relating to running a startup script.
Any ideas?
Well, yes I do.
I was looking into this earlier today.
You don't say enough about your workgroup/domain, but I
have this problem too.  In my case, I am running v3.0.6
as a PDC.  All of my MS clients are NT4-SP6 or better
(well newer anyway).  Most are WinXP.
What I find in the event log of WinXP clients is a message
to the effect that the client has joined a NT4 domain
(in this case, my Samba PDC) and the MS NT4 generation
domain server does not support NTP.
A bit of searching has found this:
http://groups.google.com/groups?q=ntpclient+nt4-domainhl=enlr=ie=UTF-8c2coff=1selm=%23Oa8EadWCHA.3360%40tkmsftngp11rnum=1
This article contains two links at the bottom
which look promising too.
I'm about to start playing with it, but I would be
good to hear a Samba solution.  I don't like
hacking the registry.
Ray

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba, Bind and OpenLDAP

2004-09-09 Thread Raymond
I have successfully configured and populated Bind 9.x with Windoze AD service  
records and OpenLDAP for the Samba SAM.

Questions:

When Windows 2K/XP clients attempts to log on when utilizing netbios over tcp 
(port 139 disabled on Samba), the Bind srv resource records redirect the 
windows client to an LDAP server. Exactly which Bind ldap SRV records are 
utilized and what subsequent ldap objects are queried?

I realize this is somewhat off-topic.
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Need clarification of read list option in smb.conf(5)

2004-09-02 Thread Raymond Lillard
Dear Samba,
I have a v3.0.6 PDC with shares that are to have the
access rights described below:
1. All members of the mrp group are to have r/w access
2. All new files to be created with perm 660
3. All new directories to be created with perm 770
4. All new files and directories are to be assigned
   to the mrp group
5. One user, joe is to have r/o access
6. No other users are to be allowed any form of access
My settings:
MRP]
comment = Materials, Requirements  Planning
path = /home/MRP
read only = no
write list = @mrp
force group = +mrp
read list = joe
create mask = 0660
directory mask = 0770
browseable = Yes
guest ok = No
What I get is:
If user joe *IS NOT* in the mrp group, all access is denied.
If user joe *IS* in the mrp group, r/w access is granted
as described in the man page.
I have read smb.conf(5) ad nauseum and to the best of my reading,
the above should work with user joe not in the mrp group.
From smb.conf(5):
read list(S)
This is a list of users that are given read-only access to a
service.  If the connecting user is in this list then they will
not be given write access, no matter what the read only option
is set to. The list can include group names using the syntax
described in the  invalid users parameter.
Example: read list = mary, @students
So, how do I solve this, and what additional text in the manual
could make this clarify this issue?
Thanks to all,
Ray

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] libnss_wins

2004-08-25 Thread Raymond
 libnss_wins allows you to resolve netbios names via
 gethostbyname() and gethostbyaddr().

Does Samba3 utilize these function calls in the packaged RPM builds and if so, 
is there any reason to utilize the libnss_wins libs / conf if currently 
implementing an nss-ldap configuration with Samba3 operating as a wins 
server?
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] libnss_wins

2004-08-24 Thread Raymond
Could someone explain the use of libnss_wins within Samba 3?
Currently utilizing libnss_ldap.
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Slow Domain or Member Browsing

2004-08-22 Thread Raymond
Successfully installed Samba3 utilizing OpenLDAP, nsswitch and pam-ldap. 
Additionally, the smbldap-tools and phpLDAPadmin are excellent.

However, member browsing either in workgroup or domain mode  is extremely 
slow. Once a member resource are accessed (say, a server share), performance 
is good.

Local and perferred master are set to yes with an OS value of 65.
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] ldap, smbldap-tools and smbpasswd

2004-08-19 Thread Raymond
After a review of the smbldap-tools and:

add user script = /usr/local/sbin/smbldap-useradd -m %u
delete user script = /usr/local/sbin/smbldap-userdel %u
add group script = /usr/local/sbin/smbldap-groupadd -p %g
delete group script = /usr/local/sbin/smbldap-groupdel %g
add user to group script = /usr/local/sbin/smbldap-groupmod -m %u %g
delete user from group script = /usr/local/sbin/smbldap-groupmod -x %u %g
set primary group script = /usr/local/sbin/smbldap-usermod -g %g %u
add machine script = /usr/local/sbin/smbldap-useradd -w %u

Can these perl scripts be effectively replaced by the current incarnation of 
smbpasswd?
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] LDAP and Password Values

2004-08-18 Thread Raymond
 ... without sambaGroupMapping aux objects on at least some of your
 posixGroups your installation will be of minimal utility - you need the
 required groups like Domain Administrators, Power Users, etc... to get
 'normal' NT behaviour.

Excellent. This is why I selected phpLDAPadmin; it utilizes 
Samba3-schema-specific upload forms that includes drop-down list-boxes with 
the aforementioned groups predefined in both Local and Global (domain) 
categories.

Now if phpLDAPadmin could only generate the initial  sambaNTPassword and 
sambaLMpassword  

Where I remain unclear is the ldap password sync flag in smb.conf. If set to 
yes, does a Windows NT/2K/XP user participating with Samba3 in a workgroup 
(security=user) automatically have his or her password transparently 
synchronized on the Samba box the next time he or she attempts to utilize a 
Samba resource ( if previously changed on the user workstation) or is ldap 
password sync a Domain-member-specific implementation. 
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] smbpasswd password via stdin?

2004-08-18 Thread Raymond
Is there a method to pass a password to smbpasswd from stdin? Currently it 
appears only the user or machine name can be passed.

Would like to automate the process via shell script.

-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] LDAP and Password Values

2004-08-17 Thread Raymond
I remain unclear regarding Samba and LDAP.
It appears that mkntpwd is required to generate a viable sambaNTPassword and 
sambaLMPassword attribute values. But I believe I read that the current 
incarnation of smbpasswd can accomplish this. Lastly, when utilzing 
phpLDAPadmin, do the NT and LM password fields contain the values generated 
by mkntpwd?

-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] LDAP and Password Values

2004-08-17 Thread Raymond
Samba schema and related indices were added and containers created.

Added user xxx to LDAP database via phpLDAPadmin and executed

smbpasswd -a xxx -D 256

Besides the does not exist issues, the attribute sambaDomainName was added. 
Are there additional containers and/or attributes that I have overlooked in 
the documentation?

Lastly, is the sambaSID value consistant accross users sans the hyphen integer 
suffix?

Please advise.

Raymond

-


Netbios name list:-
my_netbios_names[0]=
Trying to load: ldapsam:ldap://localhost
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend 'ldapsam_compat'
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 'smbpasswd'
Attempting to register passdb backend tdbsam
Successfully added passdb backend 'tdbsam'
Attempting to register passdb backend guest
Successfully added passdb backend 'guest'
Attempting to find an passdb backend to match ldapsam:ldap://localhost 
(ldapsam)
Found pdb backend ldapsam
Searching for:[((objectClass=sambaDomain)(sambaDomainName=))]
smbldap_search: base = [dc=z,dc=com], filter = 
[((objectClass=sambaDomain)(sambaDomainName=))], scope = [2]
smbldap_open_connection: ldap://localhost
smbldap_open_connection: connection opened
ldap_connect_system: Binding to ldap server ldap://localhost as 
cn=Manager,dc=z,dc=com
ldap_connect_system: succesful connection to the LDAP server
The LDAP server is succesful connected
pdb backend ldapsam:ldap://localhost has a valid init
Attempting to find an passdb backend to match guest (guest)
Found pdb backend guest
pdb backend guest has a valid init
New SMB password:
Retype new SMB password:
smbldap_search: base = [dc=z,dc=com], filter = [(((uid=xxx)
(objectclass=sambaSamAccount))(objectclass=sambaSamAccount))], scope = [2]
smbldap_open: already connected to the LDAP server
init_sam_from_ldap: Entry found for user: xxx
pdb_set_username: setting username xxx, was
element 12 - now SET
pdb_set_domain: setting domain , was
element 14 - now DEFAULT
pdb_set_nt_username: setting nt username xxx, was
element 15 - now SET
pdb_set_user_sid_from_string: setting user sid 
S-1-5-21-479559372-1547523452-3818884970-3006
pdb_set_user_sid: setting user sid 
S-1-5-21-479559372-1547523452-3818884970-3006
element 18 - now SET
pdb_set_group_sid_from_string: setting group sid S-1-5-32-547
pdb_set_group_sid: setting group sid S-1-5-32-547
element 19 - now SET
element 18: SET
element 21 - now SET
smbldap_get_single_attribute: [sambaLogonTime] = [does not exist]
smbldap_get_single_attribute: [sambaLogoffTime] = [does not exist]
smbldap_get_single_attribute: [sambaKickoffTime] = [does not exist]
element 9 - now SET
element 10 - now SET
pdb_set_full_name: setting full name Denise Miller, was
element 13 - now SET
smbldap_get_single_attribute: [sambaHomeDrive] = [does not exist]
pdb_set_dir_drive: setting dir drive , was NULL
element 3 - now DEFAULT
smbldap_get_single_attribute: [sambaHomePath] = [does not exist]
Home server: 
pdb_set_homedir: setting home dir \\\xxx, was
element 1 - now DEFAULT
smbldap_get_single_attribute: [sambaLogonScript] = [does not exist]
pdb_set_logon_script: setting logon script , was
element 4 - now DEFAULT
smbldap_get_single_attribute: [sambaProfilePath] = [does not exist]
Home server: 
pdb_set_profile_path: setting profile path \\\xxx\profile, was
element 2 - now DEFAULT
smbldap_get_single_attribute: [description] = [does not exist]
smbldap_get_single_attribute: [sambaUserWorkstations] = [does not exist]
smbldap_get_single_attribute: [sambaMungedDial] = [does not exist]
element 32 - now SET
element 33 - now SET
element 20 - now SET
element 16 - now SET
element 17 - now SET
smbldap_get_single_attribute: [sambaBadPasswordCount] = [does not exist]
smbldap_get_single_attribute: [sambaBadPasswordTime] = [does not exist]
element 27 - now SET
smbldap_get_single_attribute: [modifyTimestamp] = [does not exist]
element 34 - now CHANGED
element 21: SET
element 20 - now CHANGED
element 20 - now CHANGED
element 33 - now CHANGED
element 32 - now CHANGED
element 11 - now CHANGED
element 21 - now CHANGED
account_policy_get: maximum password age:-1
element 10 - now CHANGED
account_policy_get: minimum password age:0
element 9 - now CHANGED
ldapsam_update_sam_account: user xxx to be modified has dn: 
uid=xxx,ou=Users,ou=Samba,dc=z,dc=com
element 12: SET
init_ldap_from_sam: Setting entry for user: xxx
element 18: SET
element 19: SET
element 13: SET
element 23: DEFAULT
element 24: DEFAULT
element 26: DEFAULT
element 1: DEFAULT
element 3: DEFAULT
element 4: DEFAULT
element 2: DEFAULT
element 5: DEFAULT
element 6: DEFAULT
element 7: DEFAULT

[Samba] pdb_mysql.so?

2004-08-11 Thread Raymond
This has probably been asked before, but where is pdb_mysql.so?
Utilizing the current FC2 kernel.org update.
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdb_mysql.so?

2004-08-11 Thread Raymond
 find / -name pdb_mysql.so

utilize updatedb and slocate respectively.

samba RPM query returns:

samba-common-3.0.3-5
samba-3.0.3-5
system-config-samba-1.2.9-2
samba-client-3.0.3-5

find returns same as slocate: nothing.

Still, no pdb_mysql.so 
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdb_mysql.so?

2004-08-11 Thread Raymond
Updated to current 3.0.5-2 RPMs

Still, no pdb_mysql.so
-- 
Raymond
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba and LDAP

2004-03-21 Thread Raymond
After perusing the Samba 3.x docs and purchasing Terpstra's and Vernooij's 
excellent Samba-3 Howto, I am still unclear on LDAP authentication. Not a 
Windows admin so please bear with me.

1) Regarding the Samba schema, is there a tool to extract the Windows client 
information (sid, etc.) for populating an LDIF?

Raymond 

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Problem with NT - Samba User Configuration: Probably very simple

2004-02-16 Thread Sebuwufu Raymond (UK)
Hi All,
my problem is I am unable to configure an NT user to access a UNIX Tru64
5.1b share from their PC. I am running Samba 2.0.7 and it runs as a domain
member.

Here are the steps I have completed without success:

Assuming ntuser is the NT username used to log into the NT workstation/PC.


1. Created UNIX user username
2. Created UNIX directory /usr/users/username/input
3. Appended following line to a user name mapping file defined in smb.conf
with the parameter username map = ...:
username = ntuser

Note: The user name mapping file already contained an entry for another user
and the one above was appended to the file.

4. Added the following to smb.conf:

[servicename] 
comment = 'etc'
path = /usr/users/username/input 
valid users = username
public = no 
writable = yes 
printable = no

5. Restarted the samba daemons.

Can anyone spot what the problem is? Have I missed out a particular step? 

In desperation I tried adding username to the samba password file by
running
smbpasswd but it would appear this user is already a member. This I
concluded
from the fact that I typed Enter when first asked for the existing
password
and when I entered the new password twice the following messages were
displayed.

error connecting to #.#.#.#:# (Connection refused)
unable to connect to SMB server on machine #.#.#.#. Error was : code 0.
Failed to change password for statdat

Note the # symbols represent numbers which I have physically replaced with
#.
I believe they are addresses of some sort.

If you know what the problem is please can you let me know as soon as you
can. Your help with be greatly appreciated. 

I am hoping this is something very simple that can be quickly knocked on the
head

Many thanks

Raymond


===
This electronic message contains information from the mmO2 plc Group 
which may be privileged or confidential. The information is intended to be for the use 
of the individual(s) or entity named above. If you are not the intended recipient be 
aware that any disclosure, copying, distribution or use of the contents of this 
information is prohibited. If you have received this electronic message in error, 
please notify us by telephone or email (to the numbers or address above) immediately. 
Please note that as of June 1st we will no longer be accepting email for any 
btcellnet.net, btcellnet.co.uk or cellnet.co.uk addresses.  From this date all mail 
should be addressed to O2.com
===

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Virus Found in message mcvdqucmuc

2004-02-09 Thread Raymond Haggar
Symantec AntiVirus found a virus in an attachment you ([EMAIL PROTECTED]
[EMAIL PROTECTED]) sent to [EMAIL PROTECTED]

To ensure the recipient(s) are able to use the files you sent, perform a
virus scan on your computer, clean any infected files, then resend this
attachment.


Attachment:  text.zip
Virus name: [EMAIL PROTECTED]
Action taken:  Clean failed : Quarantine succeeded : 
File status:  Infected


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Samba, PAM and Win98

2004-02-02 Thread Raymond
Have Samba 3 server utilizing PAM on Fedora 1.0 and a Win98 client.

How does one configure clear text passwords on Win98?

Thanks in advance.

Raymond

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Panic / internal error signal 11 on access samba share

2004-01-07 Thread Raymond de Vries
Hello to all,

After years of worriless use of Samba, I've stumbled across a strange
error
when building up a new system based on an Alpha PWS-600au.
My distri is based on Gentoo. The Samba source is 2.2.8a.

After compiling, configuring and running, my server is visible and all
shares are browsable. If I would copy a file to this share (very first
thing), an error pop ups (network resource is unavailable) and a zero
byte
file is on the share.

On the samba server the following message is logged:
Jan  7 10:47:01 mogh smbd[5545]: [2004/01/07 10:47:01, 0]
lib/fault.c:fault_report(38)
Jan  7 10:47:01 mogh smbd[5545]:
===
Jan  7 10:47:01 mogh smbd[5545]: [2004/01/07 10:47:01, 0]
lib/fault.c:fault_report(39)
Jan  7 10:47:01 mogh smbd[5545]:   INTERNAL ERROR: Signal 11 in pid 5545
(2.2.8a)
Jan  7 10:47:01 mogh smbd[5545]:   Please read the file BUGS.txt in the
distribution
Jan  7 10:47:01 mogh smbd[5545]: [2004/01/07 10:47:01, 0]
lib/fault.c:fault_report(41)
Jan  7 10:47:01 mogh smbd[5545]:
===
Jan  7 10:47:01 mogh smbd[5545]: [2004/01/07 10:47:01, 0]
lib/util.c:smb_panic(1094)
Jan  7 10:47:01 mogh smbd[5545]:   PANIC: internal error
Jan  7 10:47:01 mogh smbd[5545]:

On the second (and on) attempt the file is copied successfully. After
waiting a while (say 15 min) the same thing happened.
This behaviour is the same when renaming files on the server (again,
first
time access).

There is no problem when coping files FROM the server before files are
copied to the server.


With regards,
Raymond de Vries





--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Port 445 and Network Neighborhood Browsing

2003-12-21 Thread Raymond
OK, I got Win2K hosts connecting to Samba 3.0 on Fedora 1.0 utilizing 
port 445 and utilizing system authentication via PAM. Utilized SWB to 
troubleshoot ( a GREAT tool !!! )

Modified the following default smb.conf parms:

encrypted = no
smb ports = 445
Set NetBIOS over TCP to disable and workgroup to MYGROUP on the Win2K 
clients (for testing). Win2K clients registry had cleartext passwords 
already enabled.

Current problems:

1. Unable to -see- Samba server on Network Neighborhood; can mount share 
with net use from Win2K command prompt. Although not mapped on DNS 
server, the Samba server has hosts file mappings as does the Win2K 
clients. This *should* resolve any DNS issues for testing purposes. But 
still unable to see Samba box on Win2K  Network Neighborhood. Can 
physically create mount from from Network Neighborhood. What gives ???

2. When utilizing SSH and mapping port 445 to localhost 20445 on the 
Samba server, authentication fails. Samba has smb ports = 20445, 
interfaces = lo and bind interfaces only = yes for this test. A direct 
SSH 445 to localhost 445 fails too. Attempted mounting as \\localhost 
and mapping the machine name to 127.0.0.1 on the Win2K hosts file, both 
to no avail.

Anybody got Samba 3.0 on port 445 successfully tunneling in SSH2 ?

Help please.

Raymond



--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba and SSH

2003-12-20 Thread Raymond

When using port 445 (that means - without NetBIOS) you must have a wellfunctioning DNS server. Hostnames will be resolved via DNS. WINS is like DNS for NetBIOS names.
 

Could someone post an smb.conf and any other example conf file required 
for ssh tunneling with the samba server listening only to localhost ?

Having problems with this.

Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba and SSH

2003-12-19 Thread Raymond
Utilizing Samba 2.x on Fedora 1.0.

Clients are Win2K and XP utilizing SSH clients.

Successfully implemented Jabber and CUPS within ssh.

Is it possible to implement wins browsing and eliminate lmhosts 
modifications if using port 445. ?

Console mapping ( net use ) and lmhosts entries are impractical.

Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] [Fwd: Samba and SSH]

2003-12-19 Thread Raymond
Correction: utilizing Samba 3.x.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] SAMBA 3.x, Wireless and NAT

2003-12-11 Thread Raymond
Have Win2K notebook connecting to Samba server on Fedora 1.0  box.

Unable to either browse or mount shares through wireless access point.

Laptop routes through Orinoco BG2000 access point which utilizes NAT for 
a single IP address to the Samba server.

Does anybody know if NAT is compatible with SAMBA 3.x  or SMB in general ?

Possible issue with the BG2000?

Help please.

Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] RPMS for Suse Debian

2003-09-20 Thread Raymond Vetter
hello samba Team,

where are binary packages for Samba-3.0.0 RC4 for Suse (suse 7.x and
8.x) and Debian?

Thanks

Raymond

--
www.raymond-vetter.de


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba and Port 445

2003-09-15 Thread Raymond
Utilizing Redhat 8.0. and the current SAMBA 2.x RPM.

Clients are Win2K and XP

Will be tunneling smb through ssh.

Would like to utilize port 445 and get away from UDP, LMHOSTS, and the like.

Please advise on how this can be accomplished with SAMBA.

Raymond
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Home Subdirectory and [homes]

2003-09-11 Thread Raymond
Installed Samba 3.0RC4 on a RH80 box.

Need [homes] section to point to a subdirectory of the users home directory.
The aforementioned subdirectory exists in EVERY users home directory.
Defining a path for EACH user is impractical.

How does one accomplish this?

Thanks in advance.

Raymond
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] access denied to printers

2003-08-09 Thread Raymond Norton
I have a working color laser printer configured on red hat 9. I have created
a share in my smb.conf . The printer shows up, but I get access denied,
unable to connect. Here is what I have in my config. Any ideas what is
wrong?

[printers]

path = /usr/spool/public

guest ok = Yes

printable = Yes

browseable = yes



[hp4500]

path = /usr/spool/public

read only = No

guest ok = Yes

printable = Yes

printer name = hp4500

oplocks = No

Raymond Norton


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] win98 must be in root group to logon

2003-07-20 Thread Raymond Norton
I have set up my samba server (2.2.5-10) as a pdc. NT and XP clients can
logon fine. Win98 clients get The domain password you supplied is not
corect, or access to your logon server has been denied. If I make them
part of the root group they can logon just fine. I have quite a bit of time
in searching the docs on this, but cannot seem to find the answer.

Any help would be greatly appreciated


-- 
Raymond Norton
Little Crow Telemedia Network
320-234-0270


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] samba restart

2003-06-06 Thread Raymond Gree
Hi,
I start to use Samba with difficulties for now but I just blame me
I have the following problem when I change my smb.conf I reload or 
restart Samba but most of the time my changes are not available
I have to reboot my server
is there anything special to do?
Thanks
Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba restart

2003-06-06 Thread Raymond Gree
[EMAIL PROTECTED] wrote:

Dude, it's UNIX/Linux. You should never reboot ;)
That's not normal. Did you try to stop the service and start it again, like so:
samba stop
samba start
and not
samba restart
Are you sure the daemons are dead after issueing a samba stop.


Raymond Gree [EMAIL PROTECTED] wrote:

Hi,
 

I start to use Samba with difficulties for now but I just blame me
I have the following problem when I change my smb.conf I reload or 
restart Samba but most of the time my changes are not available
I have to reboot my server
is there anything special to do?
Thanks
Raymond

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
   



 

I did it also but same result. how can I verify that the deamon is dead 
(ps -A)?

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] cannot map drive

2003-06-03 Thread Kdeiss, Raymond E. (Space Systems)
I setup Samba on my Sun workstation and it is running fine. I setup a user
and password. When I tried to map the share at my windows 2000 PC from the
SUN station, I get the error The account is not authorized to login in from
this station. I am puzzled. Do not know what this mean. The user is setup
fine at the samba sun station. Can you help?

FYI: I can telnet to the sun workstation fine from the windows 2000 PC.

Ray
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] weird problem with Samba

2003-06-03 Thread Kdeiss, Raymond E. (Space Systems)
I loaded Samba on my Solaris 8.0 SUN server and was working fine until I
loaded the patch cluster. The problem now is that smbd is not running (In
the gui / web it shows that IS running) and nmbd is running  (In the gui /
web it shows that is NOT running). Did you have this problem before? Do you
know which patch out of the patch cluster that might have caused the
problem?

Thanks

Ray
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] RE: weird problem with Samba

2003-06-03 Thread Kdeiss, Raymond E. (Space Systems)

 I loaded Samba on my Solaris 8.0 SUN server and was working fine until I
 loaded the patch cluster. The problem now is that smbd is not running (In
 the gui / web it shows that IS running) and nmbd is running  (In the gui /
 web it shows that is NOT running). Did you have this problem before? Do
 you know which patch out of the patch cluster that might have caused the
 problem?
 
 Thanks
 
 Ray
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] OSX as file server in AD domain

2003-03-10 Thread Christian Raymond
Hi all

I just installed an OSX server that I joined to an existing Active Directory
Domain. It works for the Mac side of OSX, but windows clients can't connect.
From wath I understand, it is now time to setup samba to authenticate users
of the AD domain. How can I tell samba to use AD for authentification? If
you can point me to an How-to on this, it would be greatly appreciated.


(PS re-compiling samba to add LDAP support is not much of an option, if
there is another way...)


Chris
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] what's the difference??

2002-06-18 Thread Raymond Norton

I have an XP machiine that sees the shares on my NT server, but won't see
them on my Samba server. Do I need to turn something on, or edit a file?

-- 
Raymond Norton
Little Crow Telemedia Network
320-234-0270



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] let's make it simple

2002-06-15 Thread Raymond Norton

I have not gotten a reply to my last post about not being able to access
samba shares, so I would like to start from scratch. I am new to samba and
I would like to start with a simple smb.conf that would guarantee access to
a share by anyone, then start adding security measures until I have a
secure working config. Does anyone have a smb.conf file they could send me
that would get me started?

--
Raymond Norton
Little Crow Telemedia Network
320-234-0270



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] can't access samba shares

2002-06-14 Thread Raymond Norton

The firewall problem seems to be fine now.
Second question, I am on a NT server trying to access samba shares. If I
add encrypt-passwords = yes to smb.conf I get a login box for username and
password. It starts by telling me the username or password is wrong. I can
enter any username, but the box keeps coming back. If I remove encrypt-
passwords I get The account is not authorized to login from this station


-- 
Raymond Norton
Little Crow Telemedia Network
320-234-0270



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba