On Mon, 18 Aug 2003 15:44:01 -0400, "Samuel Hill" <[EMAIL PROTECTED]> wrote:
> How do I get the config file in tmda-cgi to get the data of the users > real name from vuserinfo correctly? > When I have the following line in the skel/install/.tmda/config I get > None as the persons name. > FULLNAME = "%(Name)s" I have mine set to: FULLNAME = %(Name)s Note the lack of quotes. If you read the docs at http://tmda.sourceforge.net/tmda-cgi/autoinstall.html#Skel you will see that %(Name)s includes quotes if string can be identified. Gre7g. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
