forked from dnaeon/zabbix-ldap-sync
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I want to ask if it's possible to implement multiple media per user.
Benefit is only one script for multiple media types.
In config something like:
[ldap]
media1 = mail
media2 = mobile
media3 = mobile
[media1]
name = Email (HTML)
description = Email (HTML)
active = 0
[media2]
name = VoIP
description = VoIP
active = 0
[media3]
name = SMS
description = SMS
active = 0
I have read and tried solution by creating multiple configs with different media as sugested in bug issue #17 and #8 but it doesnt work. Each config file just replace media for created user instead of updating another media.
I have used latest master build. Thx in advance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request