Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!mcsun!ub4b!dg13!pnoe From: pnoe@dg13.cec.be (Pierre Noel) Newsgroups: comp.unix.wizards Subject: How to acknowledge a Password for a Daemon point of view ? Keywords: password dameon Message-ID: <1990Aug24.172402.21947@dg13.cec.be> Date: 24 Aug 90 17:24:02 GMT Sender: pnoe@dg13.cec.be (Pierre Noel) Reply-To: pnoe@dg13.cec.be (Pierre Noel) Organization: Commission of European Communities - DG 13 Lines: 19 Hi, I have here at CEC to write a Daemon socket server program which sould provide new facilities for users connected from their PCs. My problem is that my server has to authenticate the connected user to allow him to go further in the job. I would then know how it is possible, for the daemon process, to check the validity of the tuple UserName-Password as a real logname to the system. In fact, what I'm looking for is kind of a function which takes the Name and thePassword as parameter and reply Yes or No depending on the validity. The target Machine is a Targon/35 (Pyramid) but the program should be ported to any machine. By the way, I don't have crypt function (as we are in Europe, not in USA). Thank you for your help Pierre Noel