Show
Ignore:
Timestamp:
03/26/06 11:58:23 (18 years ago)
Author:
jerome
Message:

PyKota v1.24beta is out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/man/pt/pknotify.1

    r2779 r2808  
    1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35. 
     1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36. 
    22.TH PKNOTIFY "1" "mars 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 
    33.SH NOM 
    4 pknotify \- page de manuel de pknotify 1.24alpha15_unofficial 
     4pknotify \- page de manuel de pknotify 1.24beta_unofficial 
    55.SH DESCRIPTION 
    6 pknotify v1.24alpha15_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
     6pknotify v1.24beta_unofficial (c) 2003, 2004, 2005, 2006 Jerome Alet \- alet@librelogiciel.com 
    77.PP 
    88Notifies or ask questions to end users who launched the PyKotIcon application. 
     
    3131user. Then pknotify will output the result. 
    3232.TP 
     33\fB\-C\fR | \fB\-\-checkauth\fR 
     34When \fB\-\-ask\fR is used and both an 'username' and a 
     35\&'password' are asked to the end user, then 
     36pknotify will try to authenticate the user 
     37through PAM. If authentified, this program 
     38will print "AUTH=YES", else "AUTH=NO". 
     39If a field is missing, "AUTH=IMPOSSIBLE" will 
     40be printed. If the user is authenticated, then 
     41"USERNAME=xxxx" will be printed as well. 
     42.TP 
    3343\fB\-c\fR | \fB\-\-confirm\fR 
    3444Tells pknotify to ask for either a confirmation 
    3545or abortion. 
     46.TP 
     47\fB\-D\fR | \fB\-\-denyafter\fR N 
     48With \fB\-\-checkauth\fR above, makes pknotify loop 
     49up to N times if the password is incorrect. 
     50After having reached the limit, "DENY" will 
     51be printed, which effectively rejects the job. 
     52The default value of N is 1, meaning the job 
     53is denied after the first unsuccessful try. 
    3654.TP 
    3755\fB\-n\fR | \fB\-\-notify\fR 
     
    4462be combined with the other ones to make PyKotIcon 
    4563exit after having sent the answer from the dialog. 
     64.TP 
     65\fB\-t\fR | \fB\-\-timeout\fR T 
     66Tells pknotify to ignore the end user's answer if 
     67it comes pas T seconds after the dialog box being 
     68opened. The default value is 0 seconds, which 
     69tells pknotify to wait indefinitely. 
     70Use this option to avoid having an user who 
     71leaved his computer stall a whole print queue. 
    4672.IP 
    4773You MUST specify either \fB\-\-ask\fR, \fB\-\-confirm\fR, \fB\-\-notify\fR or \fB\-\-quit\fR. 
     
    5985printed. If one of the varname is 'password' 
    6086then this field is asked as a password (you won't 
    61 see what you type in). 
     87see what you type in), and is NOT printed. Although 
     88it is not printed, it will be used to check if 
     89authentication is valid if you specify \fB\-\-checkauth\fR. 
    6290.TP 
    6391\fB\-c\fR | \fB\-\-confirm\fR : A single argument is expected, representing the 
     
    7510310 credits !" 
    76104.IP 
    77 would display the cost of a print job and asks for confirmation. 
     105Would display the cost of a print job and asks for confirmation. 
     106.IP 
     107pknotify \fB\-\-destination\fR $PYKOTAJOBORIGINATINGHOSTNAME:7654 \e 
     108.IP 
     109\fB\-\-checkauth\fR \fB\-\-ask\fR "Your name:username:" "Your password:password:" 
     110.IP 
     111Asks an username and password, and checks if they are valid. 
     112NB : The PYKOTAJOBORIGINATINGHOSTNAME environment variable is 
     113only set if you launch pknotify from cupspykota through a directive 
     114in ~pykota/pykota.conf 
     115.IP 
     116The TCP port you'll use must be reachable on the client from the 
     117print server. 
    78118.PP 
    79119This program is free software; you can redistribute it and/or modify