[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: identd: return audit tokens? (prevent information gathering)



I've just added token support to our identd.  It's the -h option:

for instance, the following return value from ident:

819 , 22 : USERID : OTHER :O.kG4jA6Vgv67ULXtzy2

causes this to be logged:

Sep 16 14:18:56 cvs identd[16251]: Connection from i386.openbsd.org
Sep 16 14:18:58 cvs identd[16251]: token O.kG4jA6Vgv67ULXtzy2 == uid 2343 (deraadt)

Let me know if I need to change this further.