Skip to content

Commit

Permalink
nfs: fall back to numeric mapping by default
Browse files Browse the repository at this point in the history
Linux client uses number based mapping by default.
This makes dCache default configuration to have
'bad' behaviour. Let make our default same as linux
has.

Acked-by: Paul Millar
Target: master, 2.6
Require-book: no
Require-notes: yes
(cherry picked from commit 2d6a1aa)
  • Loading branch information
kofemann committed Oct 24, 2013
1 parent 61c5b90 commit ad9b129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skel/share/defaults/nfs.properties
Expand Up @@ -52,8 +52,8 @@ nfs.idmap.cache.timeout.unit = SECONDS


# Allow legacy numeric strings instead of principals. Used for backward compatibility
# and for setups without mapping service lile NIS or LDAP.
(one-of?true|false)nfs.idmap.legacy = false
# and for setups without mapping service like NIS or LDAP.
(one-of?true|false)nfs.idmap.legacy = true

#
# enable RPCSEC_GSS
Expand Down

0 comments on commit ad9b129

Please sign in to comment.