Issue 4428: ftam-ftp FTF issue: login operation parameters (ftamftp-ftf) Source: DSTC (Mr. Ted McFadden, mcfadden@dstc.edu.au) Nature: Uncategorized Issue Severity: 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); Resolution: Change IDL for login as suggested. Revised Text: Section 3.1.2 FileSystem Interface Actions taken: July 25, 2001: received issue Discussion: . End of Annotations:===== Date: Wed, 25 Jul 2001 15:15:00 +1000 From: Ted McFadden To: issues@omg.org Subject: ftam-ftp FTF issue: login operation parameter limitations Message-ID: <20010725151500.P4264@dstc.edu.au> Reply-To: Ted McFadden Mail-Followup-To: issues@omg.org Mime-Version: 1.0 X-Mailer: Mutt 1.0i Content-Type: text/plain; charset=us-ascii X-UIDL: b3Wd9,AVd91?/e9*=0!! ftam-ftp FTF issue: login operation parameters -------------------------------------------------------------------------- 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); -- Ted McFadden