Node:set-permitted-submitters, Next:, Previous:set-supervisor, Up:Protocol Requests



set-permitted-submitters [19] (1) Recommended


        set-permitted-submitters [19] (( conf-no  : Conf-No;
                                         perm-sub : Conf-No ))
                -> ( );

This call grants the right to send articles to the conference conf-no to all members of the conference perm-sub. If perm-sub is 0, everybody can send articles to the conference. (This is the default setting of new conferences and persons.)

When a person tries to submit an article but does not have the right to do so, the server will send the article to the super-conference instead.

Example:

        1 50 4
        =1 17HNyheter om LysKOM 0000
           48 11 17 13 8 91 5 255 1
           15 12 11  9 5 96 0 160 1
           0 0 6 0 0 0 77 1 1 1
        1 19 4 1
        =1
        1 50 4
        =1 17HNyheter om LysKOM 0000
           48 11 17 13 8 91 5 255 1
           15 12 11  9 5 96 0 160 1
           0 0 6 1 0 0 77 1 1 1

This example shows how all members of conference one are given permission to send articles to conference four. From the beginning, only members of conference four were permitted to submit articles. The change is evident from the get-conf-stat-old

calls before and after the set-permitted-submitters call.

Error codes

login-first
Login required before issuing this call.
undefined-conference
Conference conf-no or conference perm-sub does not exist or is secret.
conference-zero
conf-no is zero.
permission-denied
Not enough permissions to change the permitted submitters of conference conf-no.