j'ai l'erreur suivante et je ne comprends pas vraiment ou se retrouve l'erreur
 
Verification des informations...
 test0
 test1
 The lock time for this user is 34.1 minutes.
 if: Expression syntax.  | 
 
 
 
Code :
 - echo "Verification des informations..."
 - echo "test0"
 - set chk = `/usr/afsws/etc/kas exam $argv[2] -admin $argv[1] -p ****** |grep "authentications" |awk '{print $1}'`
 - if ($chk != 15 && $chk != 5) then
 -    echo "Probleme, verifier le parametre: -attempts"
 - endif
 - echo "test1"
 - set chk = `/usr/afsws/etc/kas exam $argv[2] -admin $argv[1] -p ****** |grep "lock time" |grep "minutes"`
 - echo $chk
 - if ($chk != "" ) then
 -    echo "Probleme, verifier le parametre: -locktime"
 - endif
 
  | 
 
Message édité par burgergold le 12-07-2004 à 14:23:39