issues
search
cismet
/
cids-server
Server components of the cids system.
GNU Lesser General Public License v3.0
5
stars
0
forks
source link
allowing direct config-attr assignement to the user (without group assignement)
#273
Closed
jeanatcismet
closed
1 year ago
jeanatcismet
commented
2 years ago
before:
configAttr@(domain) => user gets the configAttr if he/she is logged in with the given domain
configAttr@(group) => user gets the configAttr if he/she is logged in with the given group
configAttr@(group, user) => user gets the configAttr if he/she is logged in with the given group
new:
configAttr@(user) => user gets the configAttr, regardless of the group or domain he/she is logged into
before:
new: