1 |
# Spectre Samba Mounter |
2 |
# |
3 |
# Douglas Thrift |
4 |
# |
5 |
# $Id$ |
6 |
|
7 |
# Override the path to findsmb. |
8 |
#findsmb=/usr/bin/findsmb |
9 |
|
10 |
# Override the path to smbclient. |
11 |
#smbclient=/usr/bin/smbclient |
12 |
|
13 |
# Override the path to mount. |
14 |
#mount=/sbin/mount |
15 |
|
16 |
# Override the path to umount. |
17 |
#umount=/sbin/umount |
18 |
|
19 |
# The root of the Samba mount tree. |
20 |
root=/smb |
21 |
|
22 |
# Host Specific Configurations |
23 |
|
24 |
host=mi6 |
25 |
{ |
26 |
# Password find order: |
27 |
passwd=prompt,file |
28 |
# Default user mapping: |
29 |
folder=*:root:Administrator |
30 |
# Specific user mappings: |
31 |
folder=Agent 007:bond:James Bond |
32 |
folder=Agent Q:q:Q |
33 |
folder=Agent M:m:M |
34 |
folder=Moneypenny:mp:Money Penny |
35 |
} |
36 |
|
37 |
host=spectre |
38 |
{ |
39 |
# Password find order: |
40 |
passwd=file,prompt |
41 |
# Default user mapping: |
42 |
folder=*:root:Administrator |
43 |
# Specific user mappings: |
44 |
folder=Ersnt Stavro Blofeld:number1:Number 1 |
45 |
folder=Assassin Jaws:jaws:Jaws |
46 |
} |