Re: [Samba] changing share name?

2003-09-29 Thread LeVA
Tom Dickson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Try doing smbclient -l //servername -U username%password

then you should see a share named [username]

Other than that, I don't know.

Windows network neighborhood will not see all the shares, as some are
hidden. They will only see theirs, as [homes] is hidden.
- -Tom
Hi!

I need samba server to change the share name. The [homes] section is 
creating a share for every user in my system. This is cool because I 
don't have to add a share for each user. But when I list the shares with 
smbclient, or under windows I see this:

//user/homes

I think that would be much better if I could see this:

//user/user_home
or
//user/user
I hope this is possible.

Thanks!

Daniel

LeVA wrote:
| Hello!
|
| Is it possible to change the share name of the [homes] section. Now
| smb.conf has the [homes] section configured, and when I list my shares
| with smbclient, it prints:
|
| Sharename  Type  Comment
| -    ---
| homes  Disk  Public folder
|
| Is is possible to change that "homes" to the name of the actual user, or
| anything that I type in smb.conf?
|
| Thanks!
|
| Daniel
|
| --
| LeVA
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/d6rKRliD/69byygRAkwjAJ4t8cnQrAwLsp3X1CkWTMNVYO0gyACfSIng
K1BDw8Xz1olJIhS4RvndlDE=
=Yqx6
-END PGP SIGNATURE-
--
LeVA
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] changing share name?

2003-09-28 Thread LeVA
Hello!

Is it possible to change the share name of the [homes] section. Now 
smb.conf has the [homes] section configured, and when I list my shares 
with smbclient, it prints:

Sharename  Type  Comment
-    ---
homes  Disk  Public folder
Is is possible to change that "homes" to the name of the actual user, or 
anything that I type in smb.conf?

Thanks!

Daniel

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


Re: [Samba] per user smb.conf

2003-09-28 Thread LeVA
LeVA wrote:
Tom Dickson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No. Samba will check (and reload if necessary) your smb.conf once a
minute, I think.


Hi!

Thanks! This is realy works and it's great! But :) do you know a
solution that is done automagicaly. You know now the root has to add
this include line for each user. And there are realy a lot of users, and
and it's a lot work (adding an include line per a user). Is there a way
to setup this "user maintained" sharing with a single line. I mean for
example:
include = /home/$alluser/.smb.conf (or something like that)

Thanks!

Daniel
Sorry! I have already found the answer for this question. I have to add 
the above include line with uppercased U. Like /home/%U/.smb.conf, 
instead /home/%u/.smb.conf.

Anyway thanks for helping me to solve this problem!

Daniel



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


Re: [Samba] per user smb.conf

2003-09-28 Thread LeVA
Tom Dickson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No. Samba will check (and reload if necessary) your smb.conf once a
minute, I think.
Hi!

Thanks! This is realy works and it's great! But :) do you know a
solution that is done automagicaly. You know now the root has to add
this include line for each user. And there are realy a lot of users, and
and it's a lot work (adding an include line per a user). Is there a way
to setup this "user maintained" sharing with a single line. I mean for
example:
include = /home/$alluser/.smb.conf (or something like that)

Thanks!

Daniel



- -Tom

LeVA wrote:
| Tom Dickson wrote:
|
|> -BEGIN PGP SIGNED MESSAGE-
|> Hash: SHA1
|>
|> Look at the
|>
|> include =
|>
|> line.
|>
|> If you did:
|>
|> include = /home/%u/.smb.conf
|>
|> then I think you'd have what you need.
|>
|> - -Tom
|>
|
| Hi!
|
| Thanks! But another question. Do I have to ask the root to restart smbd
| everytime I modify my /home/%u/.smb.conf ?
|
| Thanks!
|
| Daniel
|
|> LeVA wrote:
|> | Hello!
|> |
|> | I need a user defined config file for samba. I mean there must be a
|> file
|> | called ~/.samba.conf or ~/.smb.conf or whatever, where a simple user
|> can
|> | maintain his own shares, probably under his own home dir. Is it
|> possible
|> | to config samba to enable "per user" samba config files, to let simple
|> | user share their own dirs/files without the root's permission.
|> |
|> | Does samba support something like this?
|> |
|> | Thanks!
|> |
|> | Daniel
|> |
|> | --
|> | LeVA
|> |
|> -BEGIN PGP SIGNATURE-
|> Version: GnuPG v1.2.2 (GNU/Linux)
|> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
|>
|> iD8DBQE/dedORliD/69byygRAhZxAJ99py+PprYk3fUgMta6/vV7c1aU/QCfYA02
|> GgV9DCLy/F8DpXmWjrksEHA=
|> =6cFb
|> -END PGP SIGNATURE-
|>
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/dlsuRliD/69byygRAq8NAJ9mcJjIVTJIc5xDn69f8qMQl4VbcQCeNUsC
aPp48ubUYGqqnpL1iTgMRsc=
=Zmv0
-END PGP SIGNATURE-


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


Re: [Samba] per user smb.conf

2003-09-27 Thread LeVA
Tom Dickson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Look at the

include =

line.

If you did:

include = /home/%u/.smb.conf

then I think you'd have what you need.

- -Tom

Hi!

Thanks! But another question. Do I have to ask the root to restart smbd 
everytime I modify my /home/%u/.smb.conf ?

Thanks!

Daniel

LeVA wrote:
| Hello!
|
| I need a user defined config file for samba. I mean there must be a file
| called ~/.samba.conf or ~/.smb.conf or whatever, where a simple user can
| maintain his own shares, probably under his own home dir. Is it possible
| to config samba to enable "per user" samba config files, to let simple
| user share their own dirs/files without the root's permission.
|
| Does samba support something like this?
|
| Thanks!
|
| Daniel
|
| --
| LeVA
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/dedORliD/69byygRAhZxAJ99py+PprYk3fUgMta6/vV7c1aU/QCfYA02
GgV9DCLy/F8DpXmWjrksEHA=
=6cFb
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] per user smb.conf

2003-09-27 Thread LeVA
Hello!

I need a user defined config file for samba. I mean there must be a file 
called ~/.samba.conf or ~/.smb.conf or whatever, where a simple user can 
maintain his own shares, probably under his own home dir. Is it possible 
to config samba to enable "per user" samba config files, to let simple 
user share their own dirs/files without the root's permission.

Does samba support something like this?

Thanks!

Daniel

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


[Samba] Adding users

2003-03-16 Thread Leva
Hi,

I've isntalled samba, and I have problems (I have read the docs, etc...).

I can't add samba users. The smbadduser program outputs the following:


[EMAIL PROTECTED]:~ > smbadduser okovacs:okovacs
No such map passwd.byname. Reason: Request arguments bad
ERROR: okovacs Not in passwd database SKIPPING...

user okovacs is listed in the /etc/passwd. I have a SuSE 7.2 system, however I
have installed samba from SuSE 7.3 rpm.

What do I do wrong?



Leva

__

E-Mail: [EMAIL PROTECTED]
AIM: ha5ogl
ICQ: 48710903
MSN: [EMAIL PROTECTED]
Yahoo!: kieg_tk16
Home Page: http://web.interware.hu/leva
Public key: http://web.interware.hu/leva/cuccok/public_key



/"\
\ /ASCII Ribbon Campaign
 X   against HTML email & vCards
/ \ http://arc.pasp.de/

Have Fun, & Linux! 73 for all by HA5OGL.
This message was generated by Sylpheed.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba