summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_keytab.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-30 10:32:15 +0200
committerGünther Deschner <gd@samba.org>2008-06-30 12:38:40 +0200
commit16e44ee1126a5126346689785d240ac37a32fad7 (patch)
tree7cec7b504f03ca13e6736b920c09653e3946d892 /source3/libnet/libnet_keytab.c
parent52635c6f58edaa0e948851fd3f06b95d05ab10a4 (diff)
downloadsamba-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/libnet/libnet_keytab.c')
-rw-r--r--source3/libnet/libnet_keytab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_keytab.c b/source3/libnet/libnet_keytab.c
index faa491471e..02c2b6f761 100644
--- a/source3/libnet/libnet_keytab.c
+++ b/source3/libnet/libnet_keytab.c
@@ -126,6 +126,7 @@ krb5_error_code libnet_keytab_add(struct libnet_keytab_context *ctx)
entry->principal,
enctypes,
password,
+ true,
true);
if (ret) {
DEBUG(1,("libnet_keytab_add: "