mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
s4-rpc-bkrp: Do not set the ca status
Windows doesn't have any CA data set on the certificate. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
committed by
Andreas Schneider
parent
e8ce1f2477
commit
8e096698af
@ -985,10 +985,6 @@ static WERROR self_sign_cert(TALLOC_CTX *ctx, hx509_context *hctx, hx509_request
|
||||
if (ret !=0) {
|
||||
goto fail;
|
||||
}
|
||||
ret = hx509_ca_tbs_set_ca(*hctx, tbs, 1);
|
||||
if (ret !=0) {
|
||||
goto fail;
|
||||
}
|
||||
ret = hx509_ca_tbs_set_notAfter_lifetime(*hctx, tbs, lifetime);
|
||||
if (ret !=0) {
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user