klog problem getting a token other than uid

Willi Langenberger wlang at wu-wien.ac.at
Thu Mar 9 14:35:30 CET 2000


Hi Arla Drinkers!

I'm using arla-0.31.

I had problems with klog to get a token for an AFS ID which is
different from the Unix ID. With the following patch, it seems to work
(at least for me ;-)


  --- arla-0.31/appl/afsutils/klog.c.ori    Thu Mar  9 14:11:31 2000
  +++ arla-0.31/appl/afsutils/klog.c        Thu Mar  9 14:11:42 2000
  @@ -187,7 +187,7 @@
                                          arg_servers.strings,
                                          &returned_id);
         if (ret == 0)
    -       return 0;
    +       return returned_id;


       /* 


\wlang{}

-- 
Willi.Langenberger at wu-wien.ac.at                 Fax: +43/1/31336/702
Zentrum fuer Informatikdienste, Wirtschaftsuniversitaet Wien, Austria





More information about the Arla-drinkers mailing list