I've attached a new patch for the ldap-search-limit patch I sent on Oct. 29th. Just had to fix one variable in the patch so we don't accidently try to access an unitialized pointer. Thanks, Chris -------- Original Message -------- Subject: [autofs] [PATCH] ldap search limit fix Date: Fri, 29 Oct 2004 14:44:43 -0500 From: Chris Feist Reply-To: cfeist@redhat.com Organization: RedHat, Inc. To: raven@themaw.net, autofs@linux.kernel.org Currently if a site is using ldap for its automount maps and the number of maps they have is greater than the search limit for their ldap server, automount will give an error and quit at that mount point. This is because the ldap search returns LDAP_SIZELIMIT_EXCEEDED, which automount assumes is an error. So the patch modifies automount so it knows that if it recieves an LDAP_SIZELIMIT_EXCEEDED that it got the map, it was just too large. And automount knows that it can't ghost the map, but it still can look up individual entries. Thanks, Chris