From: Todd C. Miller Date: Mon, 31 Dec 2007 19:24:10 +0000 (+0000) Subject: make it clear that the global options are from LDAP X-Git-Tag: SUDO_1_7_0~285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09439030f6c67f528630af9673b425cf9d5871cf;p=sudo make it clear that the global options are from LDAP --- diff --git a/ldap.c b/ldap.c index bca65c75d..2e0d7274c 100644 --- a/ldap.c +++ b/ldap.c @@ -874,7 +874,7 @@ sudo_ldap_display_privs(nss, pw) if (rc == LDAP_SUCCESS && (entry = ldap_first_entry(ld, result))) { v = ldap_get_values(ld, entry, "sudoOption"); if (v != NULL) { - fputs("Global options:\n ", stdout); + fputs("Global LDAP options:\n ", stdout); for (p = v; *p != NULL; p++) { if (p != v) fputs("\n ", stdout);