29 Aug
2019
29 Aug
'19
9:24 a.m.
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.