diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-19 15:34:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:57 -0500 |
commit | b47e65692706e1d3b2388ea9d49990e692709574 (patch) | |
tree | e83730b372755d1b8666c1b87119eee2ff1b28cd /source4/torture/rpc | |
parent | fbd34a19abefa5e2d317599483611ff80dff73c0 (diff) | |
download | samba-b47e65692706e1d3b2388ea9d49990e692709574.tar.gz samba-b47e65692706e1d3b2388ea9d49990e692709574.tar.bz2 samba-b47e65692706e1d3b2388ea9d49990e692709574.zip |
r11185: - resolve attid for "supplementalCredentials" into a name
- print "supplementalCredentials" also when --option="dssync:print_pwd_blobs=yes"
is used
abartlet: this field may contain the krb5 keys...
metze
(This used to be commit 26c69348ca3ae10128df9832f8b4d9c1024631e2)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/dssync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 4ae75d7add..25c4c3d3cb 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -331,6 +331,9 @@ static void test_analyse_objects(struct DsSyncTest *ctx, case DRSUAPI_ATTRIBUTE_lmPwdHistory: name = "lmPwdHistory"; break; + case DRSUAPI_ATTRIBUTE_supplementalCredentials: + name = "supplementalCredentials"; + break; default: continue; } |