[29150] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.13]: Remove ksu -D flag documentation

daemon@ATHENA.MIT.EDU (Tom Yu)
Wed Dec 2 14:58:13 2015

Date: Wed, 2 Dec 2015 14:58:10 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201512021958.tB2JwAk5031540@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/d6d860410216c3e3186025b7ea4eb5f53643fa38
commit d6d860410216c3e3186025b7ea4eb5f53643fa38
Author: Remi Ferrand <remi.ferrand@cc.in2p3.fr>
Date:   Sat Nov 15 11:40:11 2014 +0100

    Remove ksu -D flag documentation
    
    ksu -D does not work in the default build, so we should not document
    it.  Remove any mention of it from the usage message and from ksu.rst.
    
    [ghudson@mit.edu: edited commit message; omit change to generated man
    page]
    
    (cherry picked from commit f4e3e096af73254f208d0fc0632db12fc559e1ad)
    
    ticket: 8287 (new)
    version_fixed: 1.13.3
    status: resolved

 doc/user/user_commands/ksu.rst |    4 ----
 src/clients/ksu/main.c         |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/doc/user/user_commands/ksu.rst b/doc/user/user_commands/ksu.rst
index 975c898..b2f9121 100644
--- a/doc/user/user_commands/ksu.rst
+++ b/doc/user/user_commands/ksu.rst
@@ -11,7 +11,6 @@ SYNOPSIS
 [ **-n** *target_principal_name* ]
 [ **-c** *source_cache_name* ]
 [ **-k** ]
-[ **-D** ]
 [ **-r** time ]
 [ **-pf** ]
 [ **-l** *lifetime* ]
@@ -229,9 +228,6 @@ OPTIONS
     shell or a command (**-e** command).  Without **-k**, ksu deletes
     the target cache.
 
-**-D**
-    Turn on debug mode.
-
 **-z**
     Restrict the copy of tickets from the source cache to the target
     cache to only the tickets where client == the target principal
diff --git a/src/clients/ksu/main.c b/src/clients/ksu/main.c
index e1a9352..0c05843 100644
--- a/src/clients/ksu/main.c
+++ b/src/clients/ksu/main.c
@@ -66,7 +66,7 @@ static krb5_error_code resolve_target_cache(krb5_context ksu_context,
 void usage (){
     fprintf(stderr,
             _("Usage: %s [target user] [-n principal] [-c source cachename] "
-              "[-k] [-D] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
+              "[-k] [-r time] [-pf] [-l lifetime] [-zZ] [-q] "
               "[-e command [args... ] ] [-a [args... ] ]\n"), prog_name);
 }
 
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post