Features/Transfer to many options: Difference between revisions

Ajay Garg (talk | contribs)
Ajay Garg (talk | contribs)
Line 18: Line 18:
** Generate authentication file for the webdav folder. These user-password credentials will be asked whenever a client tries to access the webdav folder. For example, the following list of commands sets "test" as the user, and "olpc" as the password.
** Generate authentication file for the webdav folder. These user-password credentials will be asked whenever a client tries to access the webdav folder. For example, the following list of commands sets "test" as the user, and "olpc" as the password.
         <code>sudo htpasswd -c /var/www/web1/passwd.dav test
         <code>sudo htpasswd -c /var/www/web1/passwd.dav test
              New password:  <olpc>
        New password:  <olpc>
              Re-type new password:  <olpc>  
        Re-type new password:  <olpc>  
              Adding password for user test</code>
        Adding password for user test</code>
** Start service "httd".
** Start service "httd".
** ALL THESE STEPS WOULD BE DONE AS PART OF OOB STAGE.
** ALL THESE STEPS WOULD BE DONE AS PART OF OOB STAGE.