PLDWWW: Docs/samba

Mateusz Korniak "Mateusz Korniak" at pld-linux.org
Tue Apr 20 14:00:02 CEST 2010


Author: Mateusz Korniak   Date: Tue Apr 20 12:00:02 2010 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Docs/samba?action=diff&rev2=3&rev1=2
---- Log message:


---- Page affected: Docs/samba

---- Diffs:

================================================================
+ [[TableOfContents]]
+ 
- = Allowing simple access from MS windows computers =
+ == Allowing simple access from MS windows computers ==
  We have user 'kolo' on linux machine 'someserver' and we want access it's home directory contents from windwows machines.
  
  === Installation ===
@@ -49, +51 @@

  }}}
  
  === Start smb and verify if it runs ===
- 
- 
  {{{
  [matkor at someserver ~]$ smbclient -L localhost -U%
  Domain=[SOMEWORKGROUP] OS=[Unix] Server=[Samba 3.5.1]
@@ -69, +69 @@

          SOMEWORKGROUP 
  }}}
  
- == Add samba user (used to microsoft network logins) ==
+ === Add samba user (used to microsoft network logins) ===
  {{{
  sudo smbpasswd -a kolo
  New SMB password:                                                                                                                                                                                                                           
@@ -78, +78 @@

  
  You should now see server in network neighbourhood and be able to login to it or map drives on its shares.
  
- 
- = Allowing following symlinks outside of share directory =
+ == Allowing following symlinks outside of share directory ==
  
  In global section one need to disbale linux client extensions (allowing to create symlinks)
  {{{


More information about the pld-cvs-commit mailing list