I am in the process of writing a detail parser that will sort my detail files based on the Class attribute as suggested in the docs/duplicate_users file.
I saw that the rlm_module is include fcntl.h header so I am assuming this is a feature that is planned to be added at some time? I didn't see any calls to fcntl in the code so unless this is being locked somewhere else? The actions that my program will perform is to move/rename the existing detail file before processing it. However I really don't want to do this until the radius process is done writing its accounting data. I realize that we are dealing with fractions of a second here and the possibility of me moving the file while radius writes to it should be in my favor since I will only process the files once a day or so. But I would rather have a little piece of mind rather than small possiblity of failure. -- Joe Modjeski Systems Administrator CommSpeed [EMAIL PROTECTED] -------------------------------------------------- "If man evolved from monkeys and apes, why do we still have monkeys and apes?" - From someone out there - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
