Re: [Samba] Does this tell me anything? Traffic report

2009-06-08 Thread Chris Smart
2009/6/8 Matt Burkhardt : >> Just a few thoughts: >> Is Samba only listening on localhost rather than your ethernet device? Have you set anything for interfaces in your /etc/samba/smb.conf? If so, try taking it out or ensuring it's correct. > > I was thinking that might be the problem, but I don'

[Samba] Problem installing printer drivers in Samba

2009-06-08 Thread Olivier Nicole
Hi, After using the client driver for a long time, I want to give a try to the drivers installed on Samba server. I am using the how-to at http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/classicalprinting.html It goes fine up to "installing drivers into [print$] using APW". I can see a

RE: [Samba] Make CIFS look like NFS

2009-06-08 Thread Edward Ned Harvey
> > protocol. You can even reboot the NFS server in the middle of file > > operations, and there will be no problem (just a delay) on the > client. > > The same is true of a Samba server, as the clients are usually > coded to do reconnects correctly (remember they originally were > designed to wo

Re: [Samba] Make CIFS look like NFS

2009-06-08 Thread Jeremy Allison
On Mon, Jun 08, 2009 at 06:00:52PM -0400, Edward Ned Harvey wrote: > > > NFS is a more native network filesystem for unix machines, so it > > really only makes sense to use samba if you have some compelling reason > > not to use NFS. Do you have some reason NFS would be bad in this case? > > > > >

RE: [Samba] Make CIFS look like NFS

2009-06-08 Thread Edward Ned Harvey
> > NFS is a more native network filesystem for unix machines, so it > really only makes sense to use samba if you have some compelling reason > not to use NFS. Do you have some reason NFS would be bad in this case? > > > I had tried NFS previously - and didn't enjoy it. I had numerous > lockups.

Re: [Samba] winbind with ports 445/139 blocked

2009-06-08 Thread Volker Lendecke
On Mon, Jun 08, 2009 at 11:31:05AM -0700, Nick Bartos wrote: > I have an annoying problem I'm hoping to get some guidance on. > > I am able to use winbind with our local domain, however it does not work > with a remote trusted domain (it works fine for a local trusted domain). > >From the looks of

[Samba] RE: password authentification

2009-06-08 Thread Edward Ned Harvey
A tough question. "I know the pass comes from AD, but what exactly happens." I normally configure my systems to use Kerberos, so users can ssh into the linux machine before I configure samba, and kerberos is doing the authentication to AD; however, when I do the "net join" it says Kerberos fai

RE: [Samba] password authentification

2009-06-08 Thread BeefStu BeefStu
Guys, Thanks for your input. I am just trying to keep this as simple as possible. As mentioned, the setup I see now is bush-league where I have to keep track of a users password in (domain and with in samba). I just want to be able to tell SAMBA to use my password server and eliminate

RE: [Samba] valid user and password authentication using smbpasswd

2009-06-08 Thread Xu, Ying (Houston)
I figured it out. It seems that it doesn't like the given password, but it didn't give me the error either. It starts working after I changed the samba password. Any password with numbers doesn't work. Is it a bug or something? It is 3.0.25a on x86. Thanks Ying Xu Unix Group Office: 713-2

Re: [Samba] password authentification

2009-06-08 Thread William Jojo
Dale Schroeder wrote: I don't know AIX, but I do know you will have to configure kerberos on your system. Since this is AD, it is better to set security to ADS. security = ADS Add your realm realm = hshhp.com (or whatever it is) You can use the default idmap backend, but this is better

Re: [Samba] password authentification

2009-06-08 Thread Dale Schroeder
I don't know AIX, but I do know you will have to configure kerberos on your system. Since this is AD, it is better to set security to ADS. security = ADS Add your realm realm = hshhp.com (or whatever it is) You can use the default idmap backend, but this is better idmap backend = rid:HS

[Samba] valid user and password authentication using smbpasswd

2009-06-08 Thread Xu, Ying (Houston)
I have a very simple samba setup on one of the solaris servers. Only pwxuser is allowed to access a share. I have created a passwd entry for it using smbpasswd. I verified on another solaris server that pwxuser could access the share via "smbclient server\share -U pwxuser" However, I wasn't

[Samba] winbind with ports 445/139 blocked

2009-06-08 Thread Nick Bartos
I have an annoying problem I'm hoping to get some guidance on. I am able to use winbind with our local domain, however it does not work with a remote trusted domain (it works fine for a local trusted domain). >From the looks of things, winbind requires port 445 or 139 to be open to the remote doma

RE: [Samba] password authentification

2009-06-08 Thread BeefStu BeefStu
Since I am totally lost can somebody please walk me through this? My goal is to use AD to do password authentification and NOT need a password file with in SAMBA. The reason being is we have a policy that our domain password expires every 60 days and I don't want to keep 2 passwords files in

Re: [Samba] password authentification

2009-06-08 Thread Dale Schroeder
You will need winbind. Easy to understand 2-part howto for linux/AD following: http://www.enterprisenetworkingplanet.com/netos/article.php/3487081 http://www.enterprisenetworkingplanet.com/netos/article.php/10951_3502441_1 Choose the idmap backend that works for you. I'm partial to RID. http:/

Re: [Samba] Make CIFS look like NFS

2009-06-08 Thread Daniel L. Miller
Edward Ned Harvey wrote: I'm trying to run an IMAP mail server (Dovecot) in a virtual machine. However, I do not want the messages stored within the virtual disk. So - the question was how the virtual machine could access those files. Dovecot has been setup and tested with NFS. However, when I

Re: [Samba] I am so frustrated - Samba ports not opening and no error message

2009-06-08 Thread Walter Mautner
Am Freitag 05 Juni 2009 23:40:20 schrieb Matt Burkhardt: > Okay - I've been plugging away and it got to the point that running > smbclient was returning information about an Alfresco install that I > never used, so I went ahead and deleted everything I could find on my > machine that said "alfresco

[Samba] NT_STATUS_LOGON_FAILURE fedora 10 with latest samba

2009-06-08 Thread it from AK
I just installed samba and the smb.conf is as follows [global] workgroup = NUS valid users = Admin,Tech read only = no socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 netbios name = kiska server string = Samba %v on (%L) security = user hosts allow = 192.168.

[Samba] Re: problem compiling ctdb

2009-06-08 Thread ronnie sahlberg
Please update to latest GIT and try again. IPMUX has been removed since it is obsolete and replaced by the much better LVS solution. On Wed, Jun 3, 2009 at 12:46 AM, Evgeny Privarotskiy wrote: > Hello , > > I am trying to compile ctdb. I pull latest version 2-Jun-2009. > During make it fails w

[Samba] Problems with "samba share" after return from standby/sleep with Ubuntu 8.10

2009-06-08 Thread alanh
I have a D-Link DNS-323 NAS Drive which I'm accessing from a desktop PC running Ubuntu 8.10. When I first mount the DNS-323 share, everything is hunky-dory. I can access folders and files and save them. However, when my desktop PC has returned from standby I have problems saving files, which manif

[Samba] problem compiling ctdb

2009-06-08 Thread Evgeny Privarotskiy
Hello , I am trying to compile ctdb. I pull latest version 2-Jun-2009. During make it fails with error: Compiling utils/ipmux/ipmux.c In file included from /usr/include/linux/netfilter_ipv4/ip_queue.h:10, from /usr/include/libipq.h:37, from utils/ipmux/ipmux.c:31

Re: [Samba] Vulnerabilities reported by Qualys scan

2009-06-08 Thread Przemek Klosowski
Remote User List Disclosure Using NetBIOS (CVE-2000-1200) Null Session/Password NetBIOS Access (CVE-1999-0519) Is there anyway to address this besides disable guest account? This is not a technical question about samba but rather a policy question that you should direct to your IT secu

Re: [Samba] Permissions and security

2009-06-08 Thread Walter Mautner
Am Dienstag 26 Mai 2009 11:13:13 schrieb Dennis Duggen: > Hi list > > I have trouble setting up the system permissions to be secure. Here my > basic setup. > > 2 groups: users and staff > > /home/user should have the permissions user:users rwx-- > /mnt/staff should have the permissions user:sta

Re: [Samba] Re: Bug in sernet RPM's postun?

2009-06-08 Thread Karolin Seeger
On Tue, Apr 28, 2009 at 10:54:21AM +0200, Richard Foltyn wrote: > Karolin Seeger wrote: > > > Hi Richard, > > Please report everything concerning the SerNet packages directly to > > sa...@sernet.de. But I think in this case, the samba.org packages are > > affected as well. Currently, I couldn't re

Re: [Samba] Does this tell me anything? Traffic report

2009-06-08 Thread Matt Burkhardt
On Mon, 2009-06-08 at 12:25 +1000, Chris Smart wrote: > 2009/6/8 Matt Burkhardt : > > I'm trying to get Samba up and running and having a terrible time. It > > says that I should be able to run nmap and see that 137 and 139 are open > > - which they are not. I have not added any restrictions in s

[Samba] password authentification

2009-06-08 Thread BeefStu BeefStu
Ed, Thanks, but I have a few more questions. I took a working example of a smb.conf from another machine and placed this into my smb.cnf (see below in red). This is the only thing I did on the UNIX end. To use AD for password verification, I will follow your directions below, but is th

[Samba] nmbd-daemon fails on startup without error

2009-06-08 Thread Mr. Tux
Hello List Sorry to bring it up again, but this error [1] posted by Stefan is affecting my Lenny 5.0 installation as well. [1] http://lists.samba.org/archive/samba/2009-March/146841.html I don't have selinux installed, so it is not responsible. *) I see in nmbd.log and smbd.log both services h

[Samba] nmbd-daemon fails on startup without error

2009-06-08 Thread Mr. Tux
Hello List Sorry to bring it up again, but this error [1] posted by Stefan is affecting my Lenny 5.0 installation as well. [1] http://lists.samba.org/archive/samba/2009-March/146841.html I don't have selinux installed, so it is not responsible. *) I see in nmbd.log and smbd.log both services h

[Samba] nmbd-daemon fails on startup without error

2009-06-08 Thread Mr. Tux
_ http://redirect.gimas.net/?n=M0906xWLM2009 Neu: Messenger 2009! Hier kostenlos downloaden!-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba