Re: [Samba] 3 simple questions

2006-02-20 Thread Charles Marcus
1. I would like to have an include statement pointing to user configurations. For a user, say 'mike', the following works: include = /home/mike/smb.conf But this does not: include = /home/%u/smb.conf I'm by no means an expert, but I would try: include = %H/smb.conf According to the

Re: [Samba] 3 simple questions

2006-02-20 Thread Josh Kelley
On 2/19/06, Peter [EMAIL PROTECTED] wrote: 2. I have disabled printing using: disable spoolss = yes My logs are filling up with messages (every 30 minutes): printing/print_cups.c:cups_cache_reload(85) Unable to connect to CUPS server localhost - Connection refused How can I stop

Re: [Samba] 3 simple questions

2006-02-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter wrote: Hi. I am running 3.0.20. 1. I would like to have an include statement pointing to user configurations. For a user, say 'mike', the following works: include = /home/mike/smb.conf But this does not: include =

RE: [Samba] 3 simple questions

2006-02-20 Thread MJBarber
at and (maybe) even edit the include file? Many thanks, MJ Barber -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerald (Jerry) Carter Sent: Monday, February 20, 2006 9:52 AM To: [EMAIL PROTECTED] Cc: samba@lists.samba.org Subject: Re: [Samba] 3 simple

Re: [Samba] 3 simple questions

2006-02-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: For the user profile If he were to use a different path say /etc/samba/%U ... Then the user would no longer have root access to the machine right? Does the config below allow root access because it is an

Re: [Samba] 3 simple questions

2006-02-20 Thread Peter
--- Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [snip] if the user can write to the included file, the user can get root access. How? -- Peter

Re: [Samba] 3 simple questions

2006-02-20 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter wrote: --- Gerald (Jerry) Carter [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [snip] if the user can write to the included file, the user can get root access. How? [myshare] path = /

[Samba] 3 simple questions

2006-02-19 Thread Peter
Hi. I am running 3.0.20. 1. I would like to have an include statement pointing to user configurations. For a user, say 'mike', the following works: include = /home/mike/smb.conf But this does not: include = /home/%u/smb.conf I am using a very simple config with 'security = user'.