Node:create-person-old, Next:, Previous:change-what-i-am-doing, Up:Protocol Requests



create-person-old [5] (1) Obsolete (10)


        create-person-old [5] (( name   : HOLLERITH;
                                 passwd : HOLLERITH ))
                -> ( Pers-No );

This call requests that the server create a new person with the name and password given as arguments. To create a person the session may have to be logged in as a person with sufficient privileges, if the server is configured that way.

If the session was not logged in an automatic visible login to the new person will be performed.

The new person will be a member of exactly one conference: the associated mailbox. That membership will have priority 255 and (of course) position 0. All flags of the membership will be 0.

Example:

        1 5 24HLysKOM Statistics Daemon 6Hsecret
        =1 6

This example creates a new person named "LysKOM statistics Daemon" with the password "secret". The server has returned the person number six for the person.

Error codes

login-first
The session is not logged in and the server does not allow person creation before logging in.
permission-denied
The server does not allow everyone to create person and the person currently logged on does not have the create-pers bit set.
conference-exists
There is already a conference named name.
invalid-password
The string passwd is not a valid password.