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

Re: For those who care about pam-ssh: RFC



2008/12/16 Luca Niccoli <lultimouomo@gmail.com>:

> I can't really see what I'm doing wrong...

Maybe I have a clue:

++file_filter(const struct dirent *dir)
++{
++      return (DT_REG == (DT_REG & dir->d_type)) ||
++             (DT_LNK == (DT_LNK & dir->d_type)) ;
++}

But I use XFS, which seems to have some problems with d_type [1]
I'm not really sure this is the source of the problem, but I thought
it was worth giving a try...
Cheers,
Luca
[1] http://nerdfortress.com/2008/09/19/linux-xfs-does-not-support-direntd_type/


Reply to: