Finish creating the tmpl union. value_pair_tmpl_t structs can now be ATTRIBUTES or...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Sep 2014 03:46:12 +0000 (23:46 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Sep 2014 03:46:45 +0000 (23:46 -0400)
commit533259f5f9bf7bfc01b0149fb5468b8ea8ae19b1
tree683a431951e673bdcf4390a8aab777e071b2c5f7
parent07144b0bed0455340e5f5093c438c55dc40395d9
Finish creating the tmpl union. value_pair_tmpl_t structs can now be ATTRIBUTES or DATA but not both (you need a map for that)
src/include/tmpl.h
src/main/map.c
src/main/modcall.c
src/main/parser.c
src/main/tmpl.c
src/modules/rlm_cache/rlm_cache.c
src/modules/rlm_ldap/attrmap.c