7 Jun
2011
7 Jun
'11
4:50 p.m.
Renan wrote:
So all of the attributes are available except the ones that Ldap module fetched (for example: NT-Password, Password-With-Header, my custom defined: Aa, etc...). As a test, at my exec module I did: "env >> /tmp/temp_file.txt" to see wich variables are exported, here is the result:
Come on... *read* the documentation. An exec'd program gets passed a limited subset of attributes. A *module* gets passed all of the attributes. See rlm_example for a sample C module. If you want access to multiple attribute lists, use (a) rlm_perl, or (b) a C module. Alan DeKok.