Changeset 1022

Show
Ignore:
Timestamp:
02/09/06 17:30:33 (3 years ago)
Author:
tushar
Message:

Update Hint: starting-and-stopping-fusesmb-with-kdm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/starting-and-stopping-fusesmb-with-kdm.txt

    r1019 r1022  
    55LICENSE: GNU Free Documentation License Version 1.2 
    66 
    7 SYNOPSIS: Starting and stopping Fusesmb at a KDE-session using KDM
     7SYNOPSIS: Starting and stopping Fusesmb at a KDE-session using KDM and PAM
    88 
    99DESCRIPTION:  
     
    31311. Browsing the network using FUSE, fusesmb and PAM 
    32321.1 Installation of FUSE and FuseSMB. 
    33 1.2 Starting the sessionbus part of fusesmb. 
    34 1.3 Stopping the sessionbus part of fusesmb. 
     331.2 Starting fusesmb. 
     341.3 Stopping fusesmb. 
    35351.4 Storing credentials in personal configurationfile. 
    3636 
     
    107107It requires samba-3.0.*. 
    108108 
    109 Now with fusesmb running you can access your SMB(Windows) 
    110 network environment via a filesystem in userspace, with 
    111 **any** (not only KDE apps with kio's or GNOME with vfs)  
    112 application, like MC or vi. 
    113  
    114  
    115 -------------------------------------------- 
    116 1.2 Starting the sessionbus part of fusesmb. 
    117 -------------------------------------------- 
     109 
     110 
     111--------------------- 
     1121.2 Starting fusesmb. 
     113--------------------- 
    118114 
    119115 
     
    158154 
    159155 
    160  
    161 -------------------------------------------- 
    162 1.3 Stopping the sessionbus part of fusesmb. 
    163 -------------------------------------------- 
     156Now with fusesmb running you can access your SMB(Windows) 
     157network environment via a filesystem in userspace, with 
     158**any** (not only KDE apps with kio's or GNOME with vfs)  
     159application, like MC or vi. 
     160 
     161 
     162------------------------ 
     1631.3 Stopping of fusesmb. 
     164------------------------ 
    164165 
    165166And the logout script: 
     
    282283[2006-01-24] 
    283284  * Initial hint. 
    284  
     285[2006-01-30] 
     286  * fixed some typos 
     287