~ben-kietzman/ubuntu/quantal/mountmanager/fix-for-598070

« back to all changes in this revision

Viewing changes to options/adfs.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2008-08-20 10:22:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080820102214-fv93myu0ncb1503r
Tags: upstream-0.2.4
Import upstream version 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<options>
 
3
        <option>
 
4
                <title lang="en">All files belongs to group</title>
 
5
                <title lang="ru">Все файлы принадлежат группе</title>
 
6
                <type>GID</type>
 
7
                <docmark>gid</docmark>
 
8
        </option>
 
9
        <option>
 
10
                <title lang="en">All files belongs to user</title>
 
11
                <title lang="ru">Все файлы принадлежат пользователю</title>
 
12
                <type>UID</type>
 
13
                <docmark>uid</docmark>
 
14
        </option>
 
15
        <option>
 
16
                <title lang="en">Permission mask for ADFS owner</title>
 
17
                <title lang="ru">Права для хозяина ADFS</title>
 
18
                <type>Permissions</type>
 
19
                <maximum>777</maximum>
 
20
                <values>
 
21
                        <variant>ownmask=</variant>
 
22
                </values>
 
23
                <docmark>adfs_ownmask</docmark>
 
24
        </option>
 
25
        <option>
 
26
                <title lang="en">Permission mask for other users of ADFS</title>
 
27
                <title lang="ru">Права для других пользователей ADFS</title>
 
28
                <type>Permissions</type>
 
29
                <maximum>777</maximum>
 
30
                <values>
 
31
                        <variant>othmask=</variant>
 
32
                </values>
 
33
                <docmark>adfs_othmask</docmark>
 
34
        </option>
 
35
</options>
 
 
b'\\ No newline at end of file'