Projects tigase _server server-core Issues #812
Commands ACL configuration conversion doesn't work correctly (#812)
Closed
wojciech.kapcia@tigase.net opened 7 years ago
Due Date
2017-04-27
sess-man/command/http\://jabber.org/protocol/admin#add-user=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#delete-user=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#change-user-password=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-user-roster=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#user-stats=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-active-users-num=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-idle-users-num=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-registered-users-list=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-online-users-list=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-active-users=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-idle-users=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#announce=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#add-user-tracker=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#get-top-active-users=LOCAL
sess-man/command/http\://jabber.org/protocol/admin#remove-user-tracker=LOCAL
sess-man/command/user-domain-perm=LOCAL
sess-man/command/connection-time=LOCAL
sess-man/command/roster-fixer=LOCAL
sess-man/command/roster-fixer-cluster=LOCAL
sess-man/command/user-roster-management=LOCAL
sess-man/command/user-roster-management-ext=LOCAL

is converted to

        'connection-time' = 'LOCAL'
        'roster-fixer' = 'LOCAL'
        'roster-fixer-cluster' = 'LOCAL'
        'user-domain-perm' = 'LOCAL'
        'user-roster-management' = 'LOCAL'
        'user-roster-management-ext' = 'LOCAL'
        'http:' {
             {
                jabber.org {
                    protocol {
                        'admin#add-user' = 'LOCAL'
                        'admin#add-user-tracker' = 'LOCAL'
                        'admin#announce' = 'LOCAL'
                        'admin#change-user-password' = 'LOCAL'
                        'admin#delete-user' = 'LOCAL'
                        'admin#get-active-users' = 'LOCAL'
                        'admin#get-active-users-num' = 'LOCAL'
                        'admin#get-idle-users' = 'LOCAL'
                        'admin#get-idle-users-num' = 'LOCAL'
                        'admin#get-online-users-list' = 'LOCAL'
                        'admin#get-registered-users-list' = 'LOCAL'
                        'admin#get-top-active-users' = 'LOCAL'
                        'admin#get-user-roster' = 'LOCAL'
                        'admin#remove-user-tracker' = 'LOCAL'
                        'admin#user-stats' = 'LOCAL'
                    }
                }
            }
        }

Andrzej Wójcik (Tigase) commented 7 years ago

Fixed. Converter now generates proper DSL configuration

wojciech.kapcia@tigase.net commented 7 years ago

Conversion is now done correctly.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
5426
Version
tigase-server-8.0.0
Spent time
8h 45m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#812
Please wait...
Page is in error, reload to recover