diff options
author | Günther Deschner <gd@samba.org> | 2008-06-30 10:32:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-30 12:38:40 +0200 |
commit | 16e44ee1126a5126346689785d240ac37a32fad7 (patch) | |
tree | 7cec7b504f03ca13e6736b920c09653e3946d892 /source3/include | |
parent | 52635c6f58edaa0e948851fd3f06b95d05ab10a4 (diff) | |
download | samba-16e44ee1126a5126346689785d240ac37a32fad7.tar.gz samba-16e44ee1126a5126346689785d240ac37a32fad7.tar.bz2 samba-16e44ee1126a5126346689785d240ac37a32fad7.zip |
kerberos: allow to keep entries with old kvno's while creating keytab.
Guenther
(This used to be commit 6194244bd9fcc1fb736f3d91433f107270cac1c9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index e9addf6ee0..aa99dc0b63 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1231,7 +1231,8 @@ int smb_krb5_kt_add_entry_ext(krb5_context context, const char *princ_s, krb5_enctype *enctypes, krb5_data password, - bool no_salt); + bool no_salt, + bool keep_old_entries); #endif /* HAVE_KRB5 */ |