]> granicus.if.org Git - sudo/commitdiff
make it clear that the global options are from LDAP
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 31 Dec 2007 19:24:10 +0000 (19:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 31 Dec 2007 19:24:10 +0000 (19:24 +0000)
ldap.c

diff --git a/ldap.c b/ldap.c
index bca65c75df89bf32b484920892e195b81826d1f2..2e0d7274c41e33c9cb00fc14bce388a0ca7806a7 100644 (file)
--- 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);