FSV-C-add-login-user

This callback adds a temporary Fileshare user for the lifetime of the Fileshare process.

Syntax:

When the fsview has been initialized using FSV-C the callback uses the following syntax:

FSV-C-add-login-user  using      l-new-user-name
                                        l-new-password-name

When the fsview has been initialized using FSC-C-long-password the callback uses the following syntax:

FSV-C-add-login-user  using      l2-new-user
                                        l2-new-user-password
                                        l2-user-name-length
                                        l2-user-password-length

Parameters:

Parameters when the fsview has been initialized using FSV-C:

l-new-user-name
pic x(20)
l-new-password
pic x(20)

Parameters when the fsview has been initialized using FSC-C-long-password:

l2-new-user
pic x(100)
l2-new-user-password
pic x(100)
l2-user-name-length
pic x(2) comp-x
l2-user-password-length
pic x(2) comp-x

On Entry:

When the fsview has been initialized using FSV-C:

l-new-user-name
The new user name
l-new-password
The password associated with the new user

When the fsview has been initialized using FSC-C-long-password:

l2-new-user
The new long user name
l2-new-user-password
The long password associated with the new user
l2-user-name-length
Specifies the new long username length
l2-user-password-length
Specifies the new long password length

On Exit:

None.

Comments:

Only applicable if you have security enabled. The success of the call can be checked by examining RETURN-CODE.