Line 1... |
Line 1... |
1 |
[General]
|
1 |
[General]
|
2 |
#Verbosity = 0
|
2 |
#Verbosity = 0
|
3 |
# The following should be set to the local NFSv4 domain name
|
3 |
# The following should be set to the local NFSv4 domain name
|
4 |
# The default is the host's DNS domain name.
|
4 |
# The default is the host's DNS domain name.
|
5 |
#Domain = local.domain.edu
|
5 |
#Domain = local.domain.edu
|
- |
|
6 |
|
- |
|
7 |
# In multi-domain environments, some NFS servers will append the identity
|
- |
|
8 |
# management domain to the owner and owner_group in lieu of a true NFSv4
|
- |
|
9 |
# domain. This option can facilitate lookups in such environments. If
|
- |
|
10 |
# set to a value other than "none", the nsswitch plugin will first pass
|
- |
|
11 |
# the name to the password/group lookup function without stripping the
|
- |
|
12 |
# domain off. If that mapping fails then the plugin will try again using
|
- |
|
13 |
# the old method (comparing the domain in the string to the Domain value,
|
- |
|
14 |
# stripping it if it matches, and passing the resulting short name to the
|
- |
|
15 |
# lookup function). Valid values are "user", "group", "both", and
|
- |
|
16 |
# "none". The default is "none".
|
- |
|
17 |
#No-Strip = none
|
- |
|
18 |
|
- |
|
19 |
# Winbind has a quirk whereby doing a group lookup in UPN format
|
- |
|
20 |
# (e.g. staff@americas.example.com) will cause the group to be
|
- |
|
21 |
# displayed prefixed with the full domain in uppercase
|
- |
|
22 |
# (e.g. AMERICAS.EXAMPLE.COM\staff) instead of in the familiar netbios
|
- |
|
23 |
# name format (e.g. AMERICAS\staff). Setting this option to true
|
- |
|
24 |
# causes the name to be reformatted before passing it to the group
|
- |
|
25 |
# lookup function in order to work around this. This setting is
|
- |
|
26 |
# ignored unless No-Strip is set to either "both" or "group".
|
- |
|
27 |
# The default is "false".
|
- |
|
28 |
#Reformat-Group = false
|
6 |
|
29 |
|
7 |
# The following is a comma-separated list of Kerberos realm
|
30 |
# The following is a comma-separated list of Kerberos realm
|
8 |
# names that should be considered to be equivalent to the
|
31 |
# names that should be considered to be equivalent to the
|
9 |
# local realm, such that <user>@REALM.A can be assumed to
|
32 |
# local realm, such that <user>@REALM.A can be assumed to
|
10 |
# be the same user as <user>@REALM.B
|
33 |
# be the same user as <user>@REALM.B
|