diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 14:42:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 14:42:55 +0100 |
commit | be2be0779e118534b234971f668bc05f833ba8a7 (patch) | |
tree | 43483295b5cc82c529997c26269a6d4c8b7197aa | |
parent | 0938fad4f19622aa99513c01fecf1ef1a4a65b91 (diff) | |
download | samba-be2be0779e118534b234971f668bc05f833ba8a7.tar.gz samba-be2be0779e118534b234971f668bc05f833ba8a7.tar.bz2 samba-be2be0779e118534b234971f668bc05f833ba8a7.zip |
Ignore kinit with pkinit test failures for now.
(This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283)
-rw-r--r-- | source4/samba4-knownfail | 2 | ||||
-rw-r--r-- | source4/torture/config.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/samba4-knownfail b/source4/samba4-knownfail index b1b2140fec..cf5f97ca74 100644 --- a/source4/samba4-knownfail +++ b/source4/samba4-knownfail @@ -34,3 +34,5 @@ RPC-NETLOGON.*.GetTrustPasswords BASE-CHARSET.*.Testing partial surrogate .*NET-API-DELSHARE.* # DelShare isn't implemented yet RAP.*netservergetinfo +kinit with pkinit # fails with: salt type 3 not supported + diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 0ee7873628..2666a1d0be 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -14,7 +14,7 @@ PUBLIC_DEPENDENCIES = \ LIBTALLOC [SUBSYSTEM::TORTURE_UTIL] -OBJ_FILES = util.o util_smb.o +OBJ_FILES = util_smb.o PRIVATE_DEPENDENCIES = LIBCLI_RAW PUBLIC_PROTO_HEADER = util.h PUBLIC_DEPENDENCIES = POPT_CREDENTIALS |