Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107634 | Differences between
and this patch

Collapse All | Expand All

(-)sudo-1.6.8p9/env.c.orig (-12 lines)
Lines 209-226 Link Here
209
	}
209
	}
210
    }
210
    }
211
211
212
#ifdef HAVE_LDAP
213
    /*
214
     * Prevent OpenLDAP from reading any user dotfiles
215
     * or files in the current directory.
216
     *
217
     */	     
218
    if (nep < ne_last)
219
	*nep++ = "LDAPNOINIT=1";
220
    else
221
	errx(1, "internal error, attempt to write outside newenv");
222
#endif
223
224
    return(&newenv[0]);
212
    return(&newenv[0]);
225
}
213
}
226
214

Return to bug 107634