]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-5.0.2-ldap-schema-discovery-config-update.patch
- 5.0.3 with few official patches. ldap fixes needed
[packages/autofs.git] / autofs-5.0.2-ldap-schema-discovery-config-update.patch
1 diff --git a/redhat/autofs.sysconfig.in b/redhat/autofs.sysconfig.in
2 index 8299b55..85f4e34 100644
3 --- a/redhat/autofs.sysconfig.in
4 +++ b/redhat/autofs.sysconfig.in
5 @@ -21,9 +21,12 @@ BROWSE_MODE="no"
6  #
7  #LOGGING="none"
8  #
9 -# Define the default LDAP schema to use for lookups
10 +# Define the LDAP schema to used for lookups
11  #
12 -# System default
13 +# If no schema is set autofs will check each of the schemas
14 +# below in the order given to try and locate an appropriate
15 +# basdn for lookups. If you want to minimize the number of
16 +# queries to the server set the values here.
17  #
18  #MAP_OBJECT_CLASS="nisMap"
19  #ENTRY_OBJECT_CLASS="nisObject"
20 diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in
21 index 8299b55..85f4e34 100644
22 --- a/samples/autofs.conf.default.in
23 +++ b/samples/autofs.conf.default.in
24 @@ -21,9 +21,12 @@ BROWSE_MODE="no"
25  #
26  #LOGGING="none"
27  #
28 -# Define the default LDAP schema to use for lookups
29 +# Define the LDAP schema to used for lookups
30  #
31 -# System default
32 +# If no schema is set autofs will check each of the schemas
33 +# below in the order given to try and locate an appropriate
34 +# basdn for lookups. If you want to minimize the number of
35 +# queries to the server set the values here.
36  #
37  #MAP_OBJECT_CLASS="nisMap"
38  #ENTRY_OBJECT_CLASS="nisObject"
This page took 0.028353 seconds and 3 git commands to generate.