r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)(private...
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Feb 2007 13:43:23 +0000 (13:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:09 +0000 (14:48 -0500)
commit43a0c615a3f2b8da0baa99090ed0049d13212085
treedb32b7c4d60df28091765b8a88f7b59676a289f6
parent41771deb299d23bb0aabb15d8f1e0858a6ea8d0b
r21315: ldb now supports filters like (&(dn=%s)(&(objectClass=kerberosSecret)(privateKeytab=*))) again
we can use such a filter:-)

we should only update the keytab for records matching this filter,
that means we need to do a search before calling cli_credentials_set_secrets()

metze
(This used to be commit 23adca4e3426360fe0685548ae2b808578f6ba75)
source4/dsdb/samdb/ldb_modules/update_keytab.c