You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

115 lines
3.5 KiB

  1. [General]
  2. #Verbosity = 0
  3. # The following should be set to the local NFSv4 domain name
  4. # The default is the host's DNS domain name.
  5. #Domain = local.domain.edu
  6. # The following is a comma-separated list of Kerberos realm
  7. # names that should be considered to be equivalent to the
  8. # local realm, such that <user>@REALM.A can be assumed to
  9. # be the same user as <user>@REALM.B
  10. # If not specified, the default local realm is the domain name,
  11. # which defaults to the host's DNS domain name,
  12. # translated to upper-case.
  13. # Note that if this value is specified, the local realm name
  14. # must be included in the list!
  15. #Local-Realms =
  16. [Mapping]
  17. #Nobody-User = nobody
  18. #Nobody-Group = nobody
  19. [Translation]
  20. # Translation Method is an comma-separated, ordered list of
  21. # translation methods that can be used. Distributed methods
  22. # include "nsswitch", "umich_ldap", and "static". Each method
  23. # is a dynamically loadable plugin library.
  24. # New methods may be defined and inserted in the list.
  25. # The default is "nsswitch".
  26. #Method = nsswitch
  27. # Optional. This is a comma-separated, ordered list of
  28. # translation methods to be used for translating GSS
  29. # authenticated names to ids.
  30. # If this option is omitted, the same methods as those
  31. # specified in "Method" are used.
  32. #GSS-Methods = <alternate method list for translating GSS names>
  33. #-------------------------------------------------------------------#
  34. # The following are used only for the "static" Translation Method.
  35. #-------------------------------------------------------------------#
  36. [Static]
  37. # A "static" list of GSS-Authenticated names to
  38. # local user name mappings
  39. #someuser@REALM = localuser
  40. #-------------------------------------------------------------------#
  41. # The following are used only for the "umich_ldap" Translation Method.
  42. #-------------------------------------------------------------------#
  43. [UMICH_SCHEMA]
  44. # server information (REQUIRED)
  45. LDAP_server = ldap-server.local.domain.edu
  46. # the default search base (REQUIRED)
  47. LDAP_base = dc=local,dc=domain,dc=edu
  48. #-----------------------------------------------------------#
  49. # The remaining options have defaults (as shown)
  50. # and are therefore not required.
  51. #-----------------------------------------------------------#
  52. # whether or not to perform canonicalization on the
  53. # name given as LDAP_server
  54. #LDAP_canonicalize_name = true
  55. # absolute search base for (people) accounts
  56. #LDAP_people_base = <LDAP_base>
  57. # absolute search base for groups
  58. #LDAP_group_base = <LDAP_base>
  59. # Set to true to enable SSL - anything else is not enabled
  60. #LDAP_use_ssl = false
  61. # You must specify a CA certificate location if you enable SSL
  62. #LDAP_ca_cert = /etc/ldapca.cert
  63. # Objectclass mapping information
  64. # Mapping for the person (account) object class
  65. #NFSv4_person_objectclass = NFSv4RemotePerson
  66. # Mapping for the nfsv4name attribute the person object
  67. #NFSv4_name_attr = NFSv4Name
  68. # Mapping for the UID number
  69. #NFSv4_uid_attr = UIDNumber
  70. # Mapping for the GSSAPI Principal name
  71. #GSS_principal_attr = GSSAuthName
  72. # Mapping for the account name attribute (usually uid)
  73. # The value for this attribute must match the value of
  74. # the group member attribute - NFSv4_member_attr
  75. #NFSv4_acctname_attr = uid
  76. # Mapping for the group object class
  77. #NFSv4_group_objectclass = NFSv4RemoteGroup
  78. # Mapping for the GID attribute
  79. #NFSv4_gid_attr = GIDNumber
  80. # Mapping for the Group NFSv4 name
  81. #NFSv4_group_attr = NFSv4Name
  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