17 Oct
2012
17 Oct
'12
4:14 a.m.
On 10/17/2012 07:27 AM, jobhunts02@aol.com wrote:
Is there a function call to get the value of an attribute for a user from the users file?
Not sure I understand what you want here. A function call where? Obviously there are function calls to handle "users" files in the source - see: src/modules/rlm_files/rlm_files.c ...however there's no single, simple call "to get the value of an attribute" because that's not how users files work. They're lists of attribute-value pairs to be checked and replied, with optional expansion and dictionary handling. Perhaps if you explain what you're trying to achieve?