]> git.pld-linux.org Git - packages/nfs-utils.git/blame - nfs-utils-idmapd.conf.patch
- fix memory leak in mountd
[packages/nfs-utils.git] / nfs-utils-idmapd.conf.patch
CommitLineData
5b0b2a56
JR
1
2Taken from libnfsidmap, keep in sync with the library
3
4--- nfs-utils-1.0.12/utils/idmapd/idmapd.conf~ 2007-03-21 14:39:21.000000000 +0100
5+++ nfs-utils-1.0.12/utils/idmapd/idmapd.conf 2007-03-21 14:39:16.000000000 +0100
6@@ -4,7 +4,78 @@
7 Pipefs-Directory = /var/lib/nfs/rpc_pipefs
8 Domain = localdomain
9
10+#Cache-Expiration = 600
11+
12 [Mapping]
13
14 Nobody-User = nobody
15 Nobody-Group = nobody
16+
17+[Translation]
18+# Translation method is either "nsswitch" (DEFAULT) or "umich_ldap"
19+Method = nsswitch
20+
21+#-------------------------------------------------------------------#
22+# The following are only used if Translation Method is umich_ldap.
23+#-------------------------------------------------------------------#
24+
25+[UMICH_SCHEMA]
26+
27+# server information (REQUIRED)
28+LDAP_server = ldap-server.local.domain.edu
29+
30+# the default search base (REQUIRED)
31+LDAP_base = dc=local,dc=domain,dc=edu
32+
33+#-----------------------------------------------------------#
34+# The remaining options have defaults (as shown)
35+# and are therefore not required.
36+#-----------------------------------------------------------#
37+
38+# whether or not to perform canonicalization on the
39+# name given as LDAP_server
40+#LDAP_canonicalize_name = true
41+
42+# absolute search base for (people) accounts
43+#LDAP_people_base = <LDAP_base>
44+
45+# absolute search base for groups
46+#LDAP_group_base = <LDAP_base>
47+
48+# Set to true to enable SSL - anything else is not enabled
49+#LDAP_use_ssl = false
50+
51+# You must specify a CA certificate location if you enable SSL
52+#LDAP_ca_cert = /etc/ldapca.cert
53+
54+# Objectclass mapping information
55+
56+# Mapping for the person (account) object class
57+#NFSv4_person_objectclass = NFSv4RemotePerson
58+
59+# Mapping for the nfsv4name attribute the person object
60+#NFSv4_name_attr = NFSv4Name
61+
62+# Mapping for the UID number
63+#NFSv4_uid_attr = UIDNumber
64+
65+# Mapping for the GSSAPI Principal name
66+#GSS_principal_attr = GSSAuthName
67+
68+# Mapping for the account name attribute (usually uid)
69+# The value for this attribute must match the value of
70+# the group member attribute - NFSv4_member_attr
71+#NFSv4_acctname_attr = uid
72+
73+# Mapping for the group object class
74+#NFSv4_group_objectclass = NFSv4RemoteGroup
75+
76+# Mapping for the GID attribute
77+#NFSv4_gid_attr = GIDNumber
78+
79+# Mapping for the Group NFSv4 name
80+#NFSv4_group_attr = NFSv4Name
81+
82+# Mapping for the Group member attribute (usually memberUID)
83+# The value of this attribute must match the value of NFSv4_acctname_attr
84+#NFSv4_member_attr = memberUID
This page took 0.042227 seconds and 4 git commands to generate.