FTAM 1.0 NO IDEA Avatar
  1. OMG Issue

FTAM — ftam-ftp FTF issue: login operation parameters

  • Key: FTAM-30
  • Legacy Issue Number: 4428
  • Status: closed  
  • Source: DSTC ( Ted McFadden)
  • Summary:

    The login operation allows for specification of a user, password, and
    account. The spec notes that account is optional. There are any number
    of other login properties that affect client access to a file system
    but no way to specify them.

    Consider adding a property sequence to the login argument so that
    optional properties can be specified. The `optional' account argument
    can then be removed.

    chang signature from:

    FileSession login(in string user,
    in string password,
    in string account,
    out Directory dir);

    to:

    FileSession login(in string user,
    in string password,
    in CosPropertyService::Properties props,
    out Directory dir);

  • Reported: FTAM 1.0b1 — Wed, 25 Jul 2001 04:00 GMT
  • Disposition: Resolved — FTAM 1.0
  • Disposition Summary:

    Change IDL for login as suggested.

  • Updated: Fri, 6 Mar 2015 21:48 GMT