Displaying 3 results from an estimated 3 matches for "trusted2".
Did you mean:
trusted
2017 Aug 10
1
idmap question
On Thu, 10 Aug 2017 12:19:36 +0200
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai Mathias,
>
> Type: wbinfo --all-domains
>
> You should see 3 domainnames.
>
> BUILTIN => idmap config *
> HOSTNAME => ? Dont know where this one maps to.
> NTDOM => idmap config NTDOM
On a Unix domain member, I get 4
BUILTIN
2025 Apr 29
1
Multiple allowed signer files in `ssh-keygen -Y verify`
...key with wrong key trusted"
+ # Multiple files.
+ ${SSHKEYGEN} -vvv -Y verify -s $sigfile -n $sig_namespace \
+ -I $sig_principal -f $OBJ/allowed_signers \
+ -f $OBJ/allowed_signers.2 < $DATA >/dev/null 2>&1 && \
+ fail "accepted signature for $t key with wrong key trusted2"
+
+ # Wrong key in one file shouldn't stop correct key in other working.
+ trace "$tid: key type $t verify with right and wrong keys"
+ (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers
+ (printf "$sig_principal " ; cat $pubkey) > $OBJ/allo...
2025 Apr 23
1
Multiple allowed signer files in `ssh-keygen -Y verify`
Hello,
I'm currently evaluating using `ssh-keygen -Y verify` to check OS
artifacts (e.g. packages) and I noticed that the `-f
allowed_signers_file` option can be passed only once. A side remark:
technically it can be passed multiple times without a warning but the
last invocation overrides all previous ones. Tested using:
$ ssh-keygen -Y verify -f allowed_signers -f /dev/null -n file -s