Sponsored Content
Full Discussion: Signatures
Contact Us Post Here to Contact Site Administrators and Moderators Signatures Post 302125238 by vgersh99 on Wednesday 4th of July 2007 05:47:32 PM
Old 07-04-2007
I don't think 'signatures' were ever enabled - I thought it was against the 'policy'. AT least I don't see where you set your signature? 'UserCP'?

I've been known to be wrong before though....

Last edited by vgersh99; 07-04-2007 at 06:54 PM..
 

5 More Discussions You Might Find Interesting

1. HP-UX

List of Signatures

Hi Guys I just want the list of signatures and the event IDs(If there are any) of the HP-UX System log. If anybody having the same, could you please just post me or give the link where I could find them. Thanks Guys Praveen Kumar Pagadala (0 Replies)
Discussion started by: pgdl_praveen
0 Replies

2. UNIX and Linux Applications

Sendmail with Digital Signatures

I have been asked to look into implementing digital signatures with emails sent from our Solaris servers to users. The emails would be sent from "application" accounts on the servers to users in the Windows world (exchange). The only info I could find was a high level blurb (read by a CIO)... (1 Reply)
Discussion started by: bluescreen
1 Replies

3. UNIX for Dummies Questions & Answers

Delete gpt signatures

Hi Can anyone tell me how to delete GPT signatures in linux/unix. Thanks Tannu (3 Replies)
Discussion started by: tannu
3 Replies

4. Post Here to Contact Site Administrators and Moderators

Signatures

Hi is it possible to add signatures? I have found option in profile config to enable it but no option to set it for my account. I have found some discussion form 2007. https://www.unix.com/post-here-contact-site-administrators-moderators/39610-signatures.html Is it true signatures are... (8 Replies)
Discussion started by: gito
8 Replies

5. UNIX for Advanced & Expert Users

Warning: only V3 signatures can be verified, skipping V4 signature

Hello, First, sorry for my english :mad: I just installed php / mysql on my RHEL4 server, when I want to list the installed package for mysql, I received a warning as follows: ------------------------------------------------------------------------------------- # rpm -qa | grep mysql ... (1 Reply)
Discussion started by: gerrard08
1 Replies
DEBSIG-VERIFY(1)                                              General Commands Manual                                             DEBSIG-VERIFY(1)

NAME
debsig-verify - Verify signatures for a Debian format package SYNOPSIS
debsig-verify [options] <deb> DESCRIPTION
This program is part of a security model that verifies the source and validity of a Debian format package (commonly refered to as a deb). This program implements the verification specs defined in the document, "Package Verification with dpkg: Implementation", which is a more complete reference for the verification procedure. The program generally takes one argument, the deb file to be verified. It will then check the origin signature of the deb, find its Public Key ID (long format), and use that as the name for a policy subdirectory. If this subdirectory does not exist, then the verification fails immediately. In this subdirectory, the program finds one or more files named with the .pol file extension, which signifies an XML format policy defini- tion. This file contains three main parts. Origin Information about the origin of this policy. Selection Rules used to decide if this policy is pertinent to this deb's verification. Verification Rules that are used to actually verify the deb. The policy files will reference keyrings by a filename. These keyrings will be looked for in a subdirectory of the keyring directory. The subdirectory has the same name as the policy subdirectory (previously determined by the Origin's Public Key ID). The program will, after first parsing the entire file, check the Origin ID against the Public Key ID of the origin signature in the deb. If these match (which they should, else something is really wrong), then it will proceed to the Selection rules. The Selection rules decide whether this policy is suitable for verifying this deb. If these rules fail, then the program will proceed to the next policy. If it passes, then the program commits to using this policy for verification, and no other policies will be referenced. The last verification step relies on the Verification rules. These are similar in format to the Selection rules, but are usually more con- strained. If these rules fail, the program exits with a non-zero status. If they pass, then it exits with a zero status. OPTIONS
-q Causes the program to send no output, other than fatal errors. This is useful when being called from another program, where you rely on the exit value only. -v Causes the program to send more output on execution, so as to follow the steps it is taking while trying to verify the deb. -d Outputs even more info than the -v option. This is mainly for debugging. --version Outputs the version information for the program. This includes the policy format version. This option does not require any other arguments. --list-policies Outputs a list of the policies that passed the Selection phase of the verification process. In other words, those that could poten- tially verify the deb. The output is one line showing the directory selected by the origin signature, and then a single line for any policy files in that directory that pass the Selection rules. This option will NOT verify the deb. --use-policy <pol> This option takes one argument, which is the name of the policy file (as shown by the --list-policies option). Note, this is just a file, and not a full path. You cannot specifiy arbitrary policies. This option is useful if more than one policy applies to poten- tially verifying the deb. The program will then use this policy, and only this policy, to try and verify the deb. FILES
/etc/debsig/policies/ Directory containing the policy (.pol) definitions. /etc/debsig/policies/*/*.pol XML format policy files. /usr/share/debsig/keyrings/ Directory containing the keyrings that coincide with the policies. /usr/share/debsig/keyrings/*/*.gpg GPG format keyrings for use by the policies. SEE ALSO
deb(5), AUTHOR
Ben Collins <bcollins@debian.org> DEBSIG-VERIFY(1)
All times are GMT -4. The time now is 07:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy