Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-38
UNPACKEDIT
Converts a line image from EDIT packed line format into unpacked format.
UNPACKEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
USER_AUTHENTICATE_
Verifies that a user exists and optionally logs on the user. This procedure should be
called in a dialog mode to allow a dialog between the security mechanism and the user.
UNPACKEDIT ( packed-line
,packed-length
,unpacked-line
,unpacked-limit
,unpacked-length
,[ spacefill ]
,[ full-length ] );
packed-line, STRING .EXT:ref:* input
packed-length, INT:value input
unpacked-line, STRING .EXT:ref:* output
unpacked-limit, INT:value input
unpacked-length, INT .EXT:ref:1 output
spacefill, INT:value input
full-length, INT:value input
error := USER_AUTHENTICATE_ (
inputtext:inputtext-len
,[ options ]
,[ dialog-id ]
,[ status ]
,[ status-flags ]
,[ displaytext:displaytext-maxlen ]
,[ displaytext-len ]
,[ cmon-timeout ]
,[ termname:termname-len ]
,[ volsubvol:volsubvol-maxlen ]
,[ volsubvol-len ]
,[ initdir:initdir-maxlen ]
,[ initdir-len ]
,[ initprog:initprog-maxlen ]
,[ initprog-len ]
,[ initprog-type ]
,[ last-logon-time ]
,[ time-password-expires ]);