From 09439030f6c67f528630af9673b425cf9d5871cf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 31 Dec 2007 19:24:10 +0000 Subject: [PATCH] make it clear that the global options are from LDAP --- ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0