Re: [Samba] User's home folders

2012-05-06 Thread zingalo
On 05/04/2012 12:42 PM, Helmut Hullen wrote: Hallo, Stefano, Du meintest am 04.05.12: #!/bin/bash Login="rw,file_mode=0644,dir_mode=0755,username=zingalo,password=** ** ,noserverino" smbmount //192.168.5.219/users/zingalo /mnt/samba/Dati df is Filesystem 1K-blocks Used Av

Re: [Samba] User's home folders

2012-05-04 Thread Helmut Hullen
Hallo, Stefano, Du meintest am 04.05.12: >>> #!/bin/bash >>> Login="rw,file_mode=0644,dir_mode=0755,username=zingalo,password=** >>> ** ,noserverino" >>> smbmount //192.168.5.219/users/zingalo /mnt/samba/Dati > df is > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/s

Re: [Samba] User's home folders

2012-05-04 Thread zingalo
On 05/04/2012 11:40 AM, Helmut Hullen wrote: Hallo, Stefano, Du meintest am 04.05.12: What tells df i wrote this script: #!/bin/bash Login="rw,file_mode=0644,dir_mode=0755,username=zingalo,password= ,noserverino" smbmount //192.168.5.219/users/zingalo /mnt/samba/Dati z

Re: [Samba] User's home folders

2012-05-04 Thread Helmut Hullen
Hallo, Stefano, Du meintest am 04.05.12: What tells df > i wrote this script: > #!/bin/bash > Login="rw,file_mode=0644,dir_mode=0755,username=zingalo,password= > ,noserverino" smbmount //192.168.5.219/users/zingalo /mnt/samba/Dati > zingalo is user registered on ld

Re: [Samba] User's home folders

2012-05-04 Thread zingalo
On 05/03/2012 11:37 AM, Helmut Hullen wrote: Hallo, zingalo, Du meintest am 03.05.12: yes, home directories are specified in the homeDirectory attribute as: //amahoro/users/zingalo That's the samba notation. //$SERVER/$SHARE You mean my notation is wrong? No - that's one kind of not

Re: [Samba] User's home folders

2012-05-03 Thread Helmut Hullen
Hallo, Daniel, Du meintest am 03.05.12: > Try ex.: > [global] > logon script = logon.bat #<--your logon.script,if not defined in > ldap > logon path = /users#<--your path to homes.Leave empty if > defined in ldap > [netlogon] > Path=/path/to/your/netlogon Just for curiousity: that looks l

Re: [Samba] User's home folders

2012-05-03 Thread Helmut Hullen
Hallo, zingalo, Du meintest am 03.05.12: >>> yes, home directories are specified in the homeDirectory attribute >>> as: >>> //amahoro/users/zingalo >> That's the samba notation. //$SERVER/$SHARE > You mean my notation is wrong? No - that's one kind of notation. When this share is mounted then

Re: [Samba] User's home folders

2012-05-03 Thread zingalo
On 05/03/2012 10:01 AM, Helmut Hullen wrote: Hallo, zingalo/Stefano, Du meintest am 03.05.12: Hi, yes, home directories are specified in the homeDirectory attribute as: //amahoro/users/zingalo That's the samba notation. //$SERVER/$SHARE You mean my notation is wrong? but after logging

Re: [Samba] User's home folders

2012-05-03 Thread Daniel Müller
hricht- Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im Auftrag von zingalo Gesendet: Donnerstag, 3. Mai 2012 09:46 An: samba@lists.samba.org Betreff: Re: [Samba] User's home folders On 05/03/2012 08:24 AM, Daniel Müller wrote: > If you have samba/ldap running

Re: [Samba] User's home folders

2012-05-03 Thread Helmut Hullen
Hallo, zingalo/Stefano, Du meintest am 03.05.12: > Hi, > yes, home directories are specified in the homeDirectory attribute > as: > //amahoro/users/zingalo That's the samba notation. //$SERVER/$SHARE > but after logging this creates the same directory on the client and > this is wrong. What t

Re: [Samba] User's home folders

2012-05-03 Thread zingalo
@lists.samba.org Betreff: Re: [Samba] User's home folders Thanks! i have a second question. sorry if i didn't write before. My server has samba, smbldap-tools and ldap installed. On the server i have a public directory /user_data with some documents available to everyone of domain and the

Re: [Samba] User's home folders

2012-05-02 Thread Daniel Müller
Internet: www.tropenklinik.de --- -Ursprüngliche Nachricht- Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im Auftrag von zingalo Gesendet: Mittwoch, 2. Mai 2012 17:33 An: samba@lists.samba.org Betreff: Re: [Samba] User&#

Re: [Samba] User's home folders

2012-05-02 Thread Helmut Hullen
Hallo, zingalo/Stefano, Du meintest am 02.05.12: > I have a computer room with 30 machine Ubuntu and about 200 > differents users. > So user_1 will logon on client_1 and he will work on > /usersHomes/user_1 directory. > Then, the user_2 will logon on the same client and he will work on > /usersHo

Re: [Samba] User's home folders

2012-05-02 Thread zingalo
On 05/02/2012 08:42 PM, Tom Noonan II wrote: - insert in /etc/fstab two line to mount the /user_data and /usersHomes? This is the method I prefer. Simply mount the disks on boot as you do with any other filesystem. If I'm understanding the question properly, samba and logins don't even come i

Re: [Samba] User's home folders

2012-05-02 Thread Tom Noonan II
> - insert in /etc/fstab two line to mount the /user_data and /usersHomes? This is the method I prefer. Simply mount the disks on boot as you do with any other filesystem. If I'm understanding the question properly, samba and logins don't even come into play. This is just an issue of preparing

Re: [Samba] User's home folders

2012-05-02 Thread Aaron E.
I think we'll need more information about your setup.. All linux machines, or mix of windows / linux.. On 05/02/2012 11:33 AM, zingalo wrote: Thanks! i have a second question. sorry if i didn't write before. My server has samba, smbldap-tools and ldap installed. On the server i have a public di

Re: [Samba] User's home folders

2012-05-02 Thread zingalo
Thanks! i have a second question. sorry if i didn't write before. My server has samba, smbldap-tools and ldap installed. On the server i have a public directory /user_data with some documents available to everyone of domain and the directory i told you "/usersHomes" where i'll make every directo

Re: [Samba] User's home folders

2012-05-02 Thread Aaron E.
No Problem You'll just need the proper filesystem iee ext3, ext4 on the partition your home folders will be on.. On 05/02/2012 10:52 AM, zingalo wrote: Hi, i have a debian server with 2 hd, sda and sdb. Debian is installed in sda1. I'll create an home folder for every user. He will login i

[Samba] User's home folders

2012-05-02 Thread zingalo
Hi, i have a debian server with 2 hd, sda and sdb. Debian is installed in sda1. I'll create an home folder for every user. He will login into this from the clients. Could be a problem creating and using on sdb where there is not the operating system? Thanks -- To unsubscribe from this list g