So for the homes (Yes HOMES not HOME) share to work you need winbind functioning (not necessarily pam auth, but at least winbind). You can follow http://wiki.samba.org/index.php/Samba4/Winbind ... If I get some time today I will write up some sharing stuff in the S4 howto. You will also need to add under [global] template homedir = /home/%U (if you want /home/username to work, it defaults to /home/DOMAIN/USERNAME or template homedir = /home/%D/%U )
Ricky On Tue, Apr 30, 2013 at 1:53 AM, Dave Pawson <[email protected]> wrote: > On 30 April 2013 06:56, Daniel Müller <[email protected]> wrote: > > Need to be: [home] not [homes] > > > http://www.sloop.net/smb.conf.html#SECTION DESCRIPTIONS > > shows [homes] not singular [home] > > HTH DaveP > > > > > > > > And you are up and running > > > > ----------------------------------------------- > > EDV Daniel Müller > > > > Leitung EDV > > Tropenklinik Paul-Lechler-Krankenhaus > > Paul-Lechler-Str. 24 > > 72076 Tübingen > > > > Tel.: 07071/206-463, Fax: 07071/206-499 > > eMail: [email protected] > > Internet: www.tropenklinik.de > > ----------------------------------------------- > > -----Ursprüngliche Nachricht----- > > Von: [email protected] [mailto:[email protected]] > Im > > Auftrag von Csányi Krisztián > > Gesendet: Samstag, 23. März 2013 20:34 > > An: [email protected] > > Betreff: [Samba] Samba4 home share problem > > > > Hi, > > > > I have installed Samba4 and the home share functionality is not > working. > > > > Samba version: 4.0.1 > > OS: Debian Squeeze > > Kernel: 2.6.32-5-amd64 > > > > The smb.conf: > > [global] > > workgroup = TESZT > > realm = TESZT.HU > > netbios name = FILESERVER > > server role = active directory domain controller > > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, > drepl, > > winbind, ntp_signd, kcc, dnsupdate > > load printers = no > > printing = bsd > > printcap name = /dev/null > > show add printer wizard = no > > disable spoolss = yes > > log level = 3 > > syslog = 3 > > syslog only = yes > > logon path = > > # logon home = \\fileserver\homes\%U > > logon drive = H: > > logon script = %U.cmd > > > > [netlogon] > > path = > > /opt/samba4/var/lib/samba/sysvol/fileserver.teszt.hu/scripts > > read only = No > > > > [sysvol] > > path = /opt/samba4/var/lib/samba/sysvol > > read only = No > > > > [homes] > > path = /home > > read only = no > > > > After a net use h: /home command on client I get this: > > System error 53 has occured. The network path was not found. > > > > The user I try: Administrator and the client OS is Windows XP Pro. > > I think the rights on the server are ok. > > When I try to set the home for Administrator in AD I get the answer: > > The system could not create the startfolder > > (\\fileserver\homes\Administrator), > > because can't find path. > > > > Is there anybody who can use this functionality? > > > > Please help. > > > > Thanks for the replies. > > > > Chris > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > -- > Dave Pawson > XSLT XSL-FO FAQ. > Docbook FAQ. > http://www.dpawson.co.uk > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
