~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs-xml/registry/FolderRedir.adm

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CLASS MACHINE
 
2
 
 
3
CATEGORY !!Shell
 
4
 
 
5
        CATEGORY !!CustomSharedAppFolders
 
6
                KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
 
7
 
 
8
                POLICY !!CustomFolders_SharedAppData
 
9
                        PART !!CustomFolders_SharedAppDataPath         EDITTEXT REQUIRED  EXPANDABLETEXT
 
10
                        DEFAULT !!CustomFolders_SharedAppDataDefault
 
11
                        VALUENAME "AppData"
 
12
                        END PART
 
13
                END POLICY
 
14
 
 
15
                POLICY !!CustomFolders_SharedMyDocs
 
16
                        PART !!CustomFolders_SharedMyDocsPath         EDITTEXT REQUIRED  EXPANDABLETEXT
 
17
                        DEFAULT !!CustomFolders_SharedMyDocsDefault
 
18
                        VALUENAME "Personal"
 
19
                        END PART
 
20
                END POLICY
 
21
 
 
22
        END CATEGORY
 
23
 
 
24
END CATEGORY    ; Shell
 
25
 
 
26
 
 
27
[strings]
 
28
Shell="Shared User Profile Folders"
 
29
CustomSharedAppFolders="Custom Shared Folders"
 
30
CustomFolders_SharedAppData="Custom Shared Application Folders"
 
31
CustomFolders_SharedAppDataPath="Path to location of Shared Application Data"
 
32
CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data"
 
33
CustomFolders_SharedMyDocs="Custom Shared Documentation Folder"
 
34
CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents"
 
35
CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents"
 
 
b'\\ No newline at end of file'