libnet keytab: add parameter ingnore_kvno to libnet_keytab_remove_entries()
authorMichael Adam <obnox@samba.org>
Thu, 31 Jul 2008 22:05:42 +0000 (00:05 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:07:59 +0000 (16:07 +0200)
commit8876d793110262625adefe91efdd835119979e5e
treed1c7fb4cae3f82778fc24b864721fb342cd91a74
parent18573c3e1fba45cd5f8ae3f3e2634d2a1efdf3e3
libnet keytab: add parameter ingnore_kvno to libnet_keytab_remove_entries()

to allow for removing all entries with given principal and enctype without
repecting the kvno (i.e. cleaning "old" entries...)

This is called with ignore_kvno == false from libnet_keytab_add_entry() to
keep the original behaviour.

Michael
(This used to be commit 6047f7b68548b33a2c132fc4333355a2c6abb19a)
source3/libnet/libnet_keytab.c