Re: About integers
Re: About integers
- Subject: Re: About integers
- From: "francois.houle" <email@hidden>
- Date: Thu, 03 Mar 2005 09:33:27 -0500
If you want to understand exactly what I want to do (sorry I was not clearer
before as I didn't think it was such a complex question) look at the man for
mount_webdav in the terminal... My issue is creating the file descripter
file (<fd>) with AS... The reason for this is I am integrating a webdav
mount in a larger script and I need to be able to include in the script the
webdav login as I do not want another window to pop over (mainly because the
users this is aimed at would not understand what login info to use unless I
explain it (thus using my AS window with more explanation) every time they
have to use this. Its alos cause I don't want too many windows to confuse
them... And for a webdav mount, the user/pass combo has to be saved normally
to that file descripter, which wipes the file clear of any data once its
authenticated... So it is secure in the end... So I either need to figure
that out, or how to script the webdav Connect to Server window so that its
hidden and the user/pass feed comes from my AS... But count that for each
user the window will have a different name (it changes depending on the
server name that your connecting too)
Any help is appreciated !!!
On 3/2/05 10:05 PM, "John C. Welch" <email@hidden> wrote:
> On 3/2/05 9:54 AM, "Francois Houle" <email@hidden> wrote:
>
>> Basically what I want ot do is this:
>>
>> set Dialog_1 to display dialog "The application requires your administrative
>> password to run: " default answer ""
>> set admin_user to the text returned of the result
>>
>> Now what I would like to do is to have admin_user become a 32 bit unsigned
>> integer that then gets writen properly to a basic text file.
>
> Um...if you *must* write passwords ANYWHERE, then use the proper storage for
> such things, namely the Keychain.
>
> john
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden