The branch, master has been updated
via e39cce4 s4-libnet: Fix passing samba_all_enctypes as a fn rather
than the encrypt array it returns
from 5d96498 s4-dsdb: Avoid printing secret attributes in ldb trace logs
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit e39cce4214b8df14aa123d63a9ac8e1c03925f2d
Author: Andrew Bartlett <[email protected]>
Date: Wed Aug 29 16:22:24 2012 +1000
s4-libnet: Fix passing samba_all_enctypes as a fn rather than the encrypt
array it returns
Autobuild-User(master): Andrew Bartlett <[email protected]>
Autobuild-Date(master): Wed Aug 29 09:56:27 CEST 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/libnet/libnet_export_keytab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/libnet/libnet_export_keytab.c
b/source4/libnet/libnet_export_keytab.c
index 9763726..16165b8 100644
--- a/source4/libnet/libnet_export_keytab.c
+++ b/source4/libnet/libnet_export_keytab.c
@@ -63,7 +63,7 @@ NTSTATUS libnet_export_keytab(struct libnet_context *ctx,
TALLOC_CTX *mem_ctx, s
}
if (r->in.principal) {
- ret = kt_copy_one_principal(smb_krb5_context->krb5_context,
from_keytab, r->in.keytab_name, r->in.principal, 0, samba_all_enctypes);
+ ret = kt_copy_one_principal(smb_krb5_context->krb5_context,
from_keytab, r->in.keytab_name, r->in.principal, 0, samba_all_enctypes());
} else {
unlink(r->in.keytab_name);
ret = kt_copy(smb_krb5_context->krb5_context, from_keytab,
r->in.keytab_name);
--
Samba Shared Repository