Hi, I have set a few attributes in Groups and as far as I have seen, attribute defined there overrides (same) attribute if is defined in user’s profile. Is there any way to make it working the other way around - user’s attribute would override group’s attribute? Regards Martin
On Aug 29, 2019, at 9:21 AM, Marcin Marszałkowski <m.marszal@wp.pl> wrote:
I have set a few attributes in Groups and as far as I have seen, attribute defined there overrides (same) attribute if is defined in user’s profile. Is there any way to make it working the other way around - user’s attribute would override group’s attribute?
Use operators. See "man unlang", or the SQL documentation on the Wiki. The group attributes can use "=" instead of ":=". That was they don't change attributes which already exist. Alan DeKok.
Use operators. See "man unlang", or the SQL documentation on the Wiki.
The group attributes can use "=" instead of ":=". That was they don't change attributes which already exist.
Thanks! And sorry for such a late reply, your message was for a quite long time in spam box… Martin
participants (2)
-
Alan DeKok -
Marcin Marszałkowski