No subject


Thu Mar 5 04:39:10 PST 2009


(
http://www.novell.com/support/viewContent.do?externalId=3054602&sliceId=1
)
And then to:
http://www.macosxhints.com/article.php?story=20071028025409750&mode=print
(
http://www.macosxhints.com/article.php?story=20071028025409750&mode=print
)

You can run:
$ defaults write com.apple.AppleShareClient "afp_cleartext_allow" -bool
YES
$ defaults write com.apple.AppleShareClient "afp_cleartext_warn" -bool
YES

This is for older Novell servers that don’t have Universal passwords set
up on them (they really should, but I doubt I need to tell you that).

For then doing the mounts, we have a set of scripts (I assume this is
NWEA?) that we use to do the mounts and loads of tests.  If this is the
case, I can send them along off-list, let me know.  Or, for opening
single apps that require a mount point, I use script editor to write an
app and then save it as an app bundle so we can brand it and use it. 
Below is sample code for this.


if 

(list disks) does not contain "VolumeName" then
   --test to see if volume is already mounted then
   tell application "Finder"
       mount volume "afp://user:password@server.domain.org/VolumeName"
   end tell
end if
--hide volume from desktops so it doesn’t get messed with
do shell script "/usr/bin/SetFile -a V /Volumes/VolumeName"
do shell script "killall Finder"
tell application "System Events" to delay 2
tell application "Finder"
   open file "Applications:MyApp" of startup disk
end tell


Note in the above that the /usr/bin/SetFile file is from the developer
tools and is used to hide the volume from the desktop.  It works much
like the jamf mount –hidden command but this doesn’t seem to hide it
from finder like the jamf one does (which changed in 6) so that apps can
still see the volume.  We use this to launch our apps needing a volume,
but don’t use it for testing.

-John


On 3/20/09 11:26 AM, "Thomas Larkin" <tlarki at kckps.org> wrote:


  

  

I thought about that, but I don't want all 6,000 clients accessing the
share at once and I also don't want it permanently mounted.  In my
experience with this testing app from last year is that it works best if
you stagger connections and testing sessions to say, no more than 400
clients at one time.   

   

       

  

I am going to try to invoke apple script from the command line like
suggested and see if it makes a difference. 

   

       

  

Thanks for everyone's input and help, it is appreciated. 

   

       

  

tom


>>> Miles Leacy <miles.leacy at themacadmin.com> 03/20/09 11:21 AM >>>
Are you using Open Directory? You can set a share as a login item via
Workgroup Manager. I'm not sure of the applicable MCX settings off the
top of my head, but if WGM can do it, you can push the MCX via a dscl
script.

--------miles.leacy at themacadmin.com
www.themacadmin.com <http://www.themacadmin.com>




    
 
 

 2009/3/20 Thomas Larkin      
 
 

 <tlarki at kckps.org>        
 
 

 
 
 


 

  

Still no dice. The problem I think I am having is that these shares are
on old Netware 6.5 servers and 6.5 supports AFP but heck if I know what
version of AFP it is. I do know that it is old enough that it does not
support encrypted passwords. If I recall you need to have universal
passwords enabled and well the Novell side is being migrated to SuSe but
I am not really a part of that project. Different network admins. 

         
 

 
 
 

  

So, I can hit cmd + K and connect to the file share just fine. I can't
connect via command line. I don't know if there is actually a
difference. DNS is kind of weird because we have an old DNS running on
some legacy systems, which it is running an older DNS for these file
shares. At this point in time I am almost considering hosting the
database file on one of my Mac servers instead. I don't know how well
that will fare though, and my window to get this working is getting
shorter and shorter. 

         
 

 
 
 

  

I just want to create a generic account, grant it access to this one
particular file on a network share so the application can write data to
the database file. Once the file share is mounted the application
launches and takes care of the rest. 

         
 

 
 
 

  

It works if I do it manually, no problem. I however, want to have the
end user click one self service policy and have all the work done for
them under the hood. That way they just click and it works. 

         
 

 
 
 

  

I was looking at Apple Scripts but those can be interrupted by the end
user. I'd rather it work under the hood via a shell script. 

         
 
 

 
 
 
 ___________________________
Thomas Larkin
TIS Department
KCKPS USD500
tlarki at kckps.org
blackberry: 913-449-7589
office: 913-627-0351





            
 
 

 >>> Eric Winkelhake <eric.winkelhake at mundocomww.com> 03/19/09 5:29 PM
>>>          
 
 

                 
 
 

 
 I think he's looking to have the user log in with their creds, right??
so actually that osascript works if you remove the user name and
password part. that'll make the finder request that the user log in
rather then the shell.

eric winkelhake
mundocomww
office 312 220 1669
cell 312 504 5155



              
 
 

             
 

                 
 
  
    

Yaniv Lugassy <ylugassy at promedianj.com 

>

Sent by: casper-bounces at list.jamfsoftware.com 

                      

03/19/2009 05:23 PM 

                        


    

To 

                             


    

Thomas Larkin <tlarki at kckps.org 

>, Thomas Larkin <TLARKI.PO-001.admin at kckps.org>,
<casper at list.jamfsoftware.com>                              


    

cc 

                             


   
     


    

Subject 

                             


    

Re: [Casper] need advice on self service mount points, and app launching


                             

 
 
  
   
     
     

 
 
    

 
 
 
  

How about something like this for the script, should do the mount for
you without any problems:

osascript -e 'mount volume "afp://username:pass@servername/sharepoint"'



Yaniv Lugassy
Promedia Technology Services, Inc.
Office: 973.253.7600 x2308
Fax: 973.253.5601
www.promedianj.com <http://www.promedianj.com>
<http://www.promedianj.com <http://www.promedianj.com/> >


             
 

 
From: Thomas Larkin <tlarki at kckps.org <http://tlarki@kckps.org> >
Date: Thu, 19 Mar 2009 15:04:32 -0500
To: Thomas Larkin <TLARKI.PO-001.admin at kckps.org
<http://TLARKI.PO-001.admin@kckps.org> >, <casper at list.jamfsoftware.com
<http://casper@list.jamfsoftware.com> >
Subject: Re: [Casper] need advice on self service mount points, and app
launching




Well





A bit of progress, but not in the rSo this is my method of doing this from the terminal:





mkdir /Volumes/FS106





mount_afp afp://user:password@10.10.10.10 

<mailto:afp://user:password@10.10.10.10 

<mailto:afp://user:password@10.10.10.10> > 

/Volumes/FS106





I am looking at creating a generic user account so it just auto maps via
a script and possibly loop it so that is checks to see if that volume is
mounted and then once it is mounted it will launch the app, which will
have location specific configuration for where to look for the database
file.





Any help would be appreciated






___________________________
Thomas Larkin
TIS Department
KCKPS USD500
tlarki at kckps.org <http://tlarki@kckps.org>
blackberry: 913-449-7589
office: 913-627-0351





>>> "Thomas Larkin" <tlarki at kckps.org 

<http://tlarki@kckps.org> > 03/19/09 11:28 AM >>>




Well








This is a bit of a complicated debacle I am in. I have some old Novell
servers that do not support encrypted passwords, so I must have users
log in using plain text. So I need to mass edit a plist file on each
user account to allow this. Then I want them to click once on a self
service policy and have it map the network share that holds the database
files. Then in the app's preferences I already have it pointed out where
to look.








I looked at the mount_afp command but when I run it in interactive mode
it always asks for authentication in the terminal? I can't seem to get a
GUI based dialog box. I also need it to wait for about 20 seconds while
the user authenticates and then have it launch the app in question.








I have the app configured and it works when I do everything manually,
but I need to wrap this up in a one click solution for the end user, so
they don't get confused. My other thought is to just create one generic
user account that can have access to this database file and then use
that generic password in the script and just have it mount under the
hood with out the user's actual credentials.








Thanks for any advice.




___________________________
Thomas Larkin
TIS Department
KCKPS USD500
tlarki at kckps.org <http://tlarki@kckps.org>
blackberry: 913-449-7589
office: 913-627-0351








_______________________________________________
Casper mailing list
Casper at list.jamfsoftware.com <http://Casper@list.jamfsoftware.com>
http://list.jamfsoftware.com/mailman/listinfo/casper_______________________________________________
Casper mailing list
Casper at list.jamfsoftware.com
http://list.jamfsoftware.com/mailman/listinfo/casper


------------------------------------------------------------------------
Disclaimer
The information in this email and any attachments may contain
proprietary and confidential information that is intended for the
addressee(s) only. If you are not the intended recipient, you are hereby
notified that any disclosure, copying, distribution, retention or use of
the contents of this information is prohibited. When addressed to our
clients or vendors, any information contained in this e-mail or any
attachments is subject to the terms and conditions in any governing
contract. If you have received this e-mail in error, please immediately
contact the sender and delete the e-mail.
              

                 
              


    
              


------------------------------------------------------------------------


          


  
          


Mundocom UK Limited, Registered in England and Wales. Registration
Number 2882166. Registered Office: Warwick Building, Kensington Village,
Avonmore Road, London W14 8HQ.



 

_______________________________________________
Casper mailing list
Casper at list.jamfsoftware.com
http://list.jamfsoftware.com/mailman/listinfo/casper






--
John Wetter
Technology Support Administrator
Educational Technology, Media & Information Services
Hopkins Public Schools
952-988-5373


--=__Part3911B66C.1__=
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML

<html>
  <head>
    <style type=3D"text/css">
      <!--
        body { line-height: normal; margin-bottom: 1px; font-variant: =
normal; margin-right: 4px; margin-left: 4px; margin-top: 4px }
        p { margin-bottom: 0; margin-top: 0 }
      -->
    </style>
   =20
  </head>
  <body http-equiv=3D"Content-Type" content=3D"text/html; charset=3DISO-885=
9-1">
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">Ok&#44; I am about to get a =
few more gray hairs over this. &nbsp;According the man pages and everything=
 I google I am doing this right but it is not working.</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">If I mount the share via the =
finder it works just fine&#44; no issues. &nbsp;If I mount it via apple =
script it works to an extend&#44; if I mount it via mount_afp no dice.</fon=
t>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">here is my apple script</font=
>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#3366ff">tell =
application &quot;finder&quot;</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#3366ff">mount =
volume &quot;<a href=3D"mailto:afp://username:password@x.x.x.x:548"><i><u>a=
fp://username:password@x.x.x.x:548</u></i></a>&quot;</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#3366ff">end =
tell</font><font size=3D"3" face=3D"Lucida Grande"></font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">This works but there are =
three share points on this server&#44; and if I add the share point =
it&#44; it doesn&#39;t work&#44; says server does not exist or spits out a =
syntax error. &nbsp;Now if I could get this to work</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#00ccff">tell =
application &quot;finder&quot;</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#00ccff">mount =
volume &quot;<a href=3D"mailto:afp://user:password@x.x.x.x:548/sharepoint">=
<i><u>afp://user:password@x.x.x.x:548/sharepoint</u></i></a>&quot;</font>  =
  </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#00ccff">end =
tell</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande" color=3D"#00ccff">I would be =
golden&#33;</font><font size=3D"3" face=3D"Lucida Grande"></font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">Any advice&#63; &nbsp;Any =
Novell wizards around here&#63; &nbsp;Also&#44; how well does casper fair =
with Apple scripts I normally don&#39;t use them&#63;</font>    </p>
<br>     =20
    <p style=3D"margin-bottom: 0; margin-top: 0">
      <font size=3D"3" face=3D"Lucida Grande">Thanks&#44;</font><br><br><br=
>___________________________<BR>Thomas&nbsp;Larkin<BR>TIS&nbsp;Department<B=
R>KCKPS&nbsp;USD500<BR><a href=3D"mailto:tlarki at kckps.org">tlarki at kckps.org=
</a><BR>blackberry:&nbsp;&nbsp;913-449-7589<BR>office:&nbsp;&nbsp;913-627-0=
351<BR><BR><BR><BR><br><br>&gt;&gt;&gt; John Wetter &lt;john_wetter at hopkins=
.k12.mn.us&gt; 03/20/09 12:28 PM &gt;&gt;&gt;<br>    </p>
    <div style=3D"font-size: 11pt">
      <p style=3D"margin-bottom: 0; margin-top: 0">
        Tom&#44;<br><br>From here:<br><a href=3D"http://www.novell.com/supp=
ort/viewContent.do?externalId=3D3054602&sliceId=3D1">http://www.novell.com/=
support/viewContent.do&#63;externalId&#61;3054602&amp;sliceId&#61;1</a><br>=
And then to:<br><a href=3D"http://www.macosxhints.com/article.php?story=3D2=
0071028025409750&mode=3Dprint">http://www.macosxhints.com/article.php&#63;s=
tory&#61;20071028025409750&amp;mode&#61;print</a><br><br>You can run:<br>&#=
36; defaults write com.apple.AppleShareClient &quot;afp_cleartext_allow&quo=
t; -bool YES<br>&#36; defaults write com.apple.AppleShareClient &quot;afp_c=
leartext_warn&quot; -bool YES<br><br>This is for older Novell servers that =
don&#8217;t have Universal passwords set up on them &#40;they really =
should&#44; but I doubt I need to tell you that&#41;.<br><br>For then =
doing the mounts&#44; we have a set of scripts &#40;I assume this is =
NWEA&#63;&#41; that we use to do the mounts and loads of tests.&nbsp;&#160;=
If this is the case&#44; I can send them along off-list&#44; let me =
know.&nbsp;&#160;Or&#44; for opening single apps that require a mount =
point&#44; I use script editor to write an app and then save it as an app =
bundle so we can brand it and use it.&nbsp;&#160;Below is sample code for =
this.<br><br>      </p>
    </div>
    <div style=3D"font-size: 9pt">
      <p style=3D"margin-bottom: 0; margin-top: 0">
        <b>if</b>      </p>
    </div>
    <div style=3D"font-size: 9pt">
      <p style=3D"margin-bottom: 0; margin-top: 0">
        <font face=3D"Verdana, Helvetica, Arial">&#40;</font><font =
color=3D"#1800FF" face=3D"Verdana, Helvetica, Arial">list disks</font><font=
 face=3D"Verdana, Helvetica, Arial">&#41;</font><font face=3D"Helvetica, =
Verdana, Arial">&nbsp;</font><b><font color=3D"#3500FF" face=3D"Verdana, =
Helvetica, Arial">does not</font></b><font face=3D"Helvetica, Verdana, =
Arial">&nbsp;</font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, =
Arial">contain</font></b><font face=3D"Helvetica, Verdana, Arial">&nbsp;</f=
ont><font face=3D"Verdana, Helvetica, Arial">&quot;VolumeName&quot;</font><=
font face=3D"Helvetica, Verdana, Arial">&nbsp;</font><b><font color=3D"#350=
0FF" face=3D"Verdana, Helvetica, Arial">then<br style=3D"color: #3500FF; =
font-family: Verdana, Helvetica, Arial; font-weight: bold"></font></b><font=
 face=3D"Helvetica, Verdana, Arial">&#160;&#160;&#160;</font><font =
face=3D"Verdana, Helvetica, Arial">--</font><font color=3D"#4B4E4E" =
face=3D"Verdana, Helvetica, Arial">test to see if volume is already =
mounted then<br style=3D"color: #4B4E4E; font-family: Verdana, Helvetica, =
Arial"></font><font face=3D"Helvetica, Verdana, Arial">&#160;&#160;&#160;</=
font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, Arial">tell</fo=
nt></b><font face=3D"Helvetica, Verdana, Arial">&nbsp;</font><font =
color=3D"#1800FF" face=3D"Verdana, Helvetica, Arial">application</font><fon=
t face=3D"Helvetica, Verdana, Arial">&nbsp;</font><font face=3D"Verdana, =
Helvetica, Arial">&quot;Finder&quot;<br style=3D"font-family: Verdana, =
Helvetica, Arial"></font><font face=3D"Helvetica, Verdana, Arial">&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;</font><font color=3D"#1800FF" face=3D"Ver=
dana, Helvetica, Arial">mount volume</font><font face=3D"Helvetica, =
Verdana, Arial">&nbsp;</font><font face=3D"Verdana, Helvetica, Arial">&quot=
;<a href=3D"afp://user:password@server.domain.org/VolumeName">afp://user:pa=
ssword at server.domain.org/VolumeName</a>&quot;<br style=3D"font-family: =
Verdana, Helvetica, Arial"></font><font face=3D"Helvetica, Verdana, =
Arial">&#160;&#160;&#160;</font><b><font color=3D"#3500FF" face=3D"Verdana,=
 Helvetica, Arial">end</font></b><font face=3D"Helvetica, Verdana, =
Arial">&nbsp;</font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, =
Arial">tell<br style=3D"color: #3500FF; font-family: Verdana, Helvetica, =
Arial; font-weight: bold">end</font></b><font face=3D"Helvetica, Verdana, =
Arial">&nbsp;</font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, =
Arial">if<br style=3D"color: #3500FF; font-family: Verdana, Helvetica, =
Arial; font-weight: bold"></font></b><font face=3D"Helvetica, Verdana, =
Arial">--hide volume from desktops so it doesn&#8217;t get messed with<br =
style=3D"font-family: Helvetica, Verdana, Arial"></font><font color=3D"#180=
0FF" face=3D"Verdana, Helvetica, Arial">do shell script</font><font =
face=3D"Helvetica, Verdana, Arial">&nbsp;</font><font face=3D"Verdana, =
Helvetica, Arial">&quot;/usr/bin/SetFile -a V /Volumes/VolumeName&quot;<br =
style=3D"font-family: Verdana, Helvetica, Arial"></font><font color=3D"#180=
0FF" face=3D"Verdana, Helvetica, Arial">do shell script</font><font =
face=3D"Helvetica, Verdana, Arial">&nbsp;</font><font face=3D"Verdana, =
Helvetica, Arial">&quot;killall Finder&quot;<br style=3D"font-family: =
Verdana, Helvetica, Arial"></font><b><font color=3D"#3500FF" face=3D"Verdan=
a, Helvetica, Arial">tell</font></b><font face=3D"Helvetica, Verdana, =
Arial">&nbsp;</font><font color=3D"#1800FF" face=3D"Verdana, Helvetica, =
Arial">application</font><font face=3D"Helvetica, Verdana, Arial">&nbsp;</f=
ont><font face=3D"Verdana, Helvetica, Arial">&quot;System Events&quot;</fon=
t><font face=3D"Helvetica, Verdana, Arial">&nbsp;</font><b><font color=3D"#=
3500FF" face=3D"Verdana, Helvetica, Arial">to</font></b><font face=3D"Helve=
tica, Verdana, Arial">&nbsp;</font><font color=3D"#1800FF" face=3D"Verdana,=
 Helvetica, Arial">delay</font><font face=3D"Helvetica, Verdana, Arial">&nb=
sp;</font><font face=3D"Verdana, Helvetica, Arial">2<br style=3D"font-famil=
y: Verdana, Helvetica, Arial"></font><b><font color=3D"#3500FF" face=3D"Ver=
dana, Helvetica, Arial">tell</font></b><font face=3D"Helvetica, Verdana, =
Arial">&nbsp;</font><font color=3D"#1800FF" face=3D"Verdana, Helvetica, =
Arial">application</font><font face=3D"Helvetica, Verdana, Arial">&nbsp;</f=
ont><font face=3D"Verdana, Helvetica, Arial">&quot;Finder&quot;<br =
style=3D"font-family: Verdana, Helvetica, Arial"></font><font face=3D"Helve=
tica, Verdana, Arial">&#160;&#160;&#160;</font><font color=3D"#1800FF" =
face=3D"Verdana, Helvetica, Arial">open</font><font face=3D"Helvetica, =
Verdana, Arial">&nbsp;</font><font color=3D"#1800FF" face=3D"Verdana, =
Helvetica, Arial">file</font><font face=3D"Helvetica, Verdana, Arial">&nbsp=
;</font><font face=3D"Verdana, Helvetica, Arial">&quot;Applications:MyApp&q=
uot;</font><font face=3D"Helvetica, Verdana, Arial">&nbsp;</font><b><font =
color=3D"#3500FF" face=3D"Verdana, Helvetica, Arial">of</font></b><font =
face=3D"Helvetica, Verdana, Arial">&nbsp;</font><font color=3D"#1800FF" =
face=3D"Verdana, Helvetica, Arial">startup disk<br style=3D"color: =
#1800FF; font-family: Verdana, Helvetica, Arial"></font><b><font color=3D"#=
3500FF" face=3D"Verdana, Helvetica, Arial">end</font></b><font face=3D"Helv=
etica, Verdana, Arial">&nbsp;</font><b><font color=3D"#3500FF" face=3D"Verd=
ana, Helvetica, Arial">tell<br style=3D"color: #3500FF; font-family: =
Verdana, Helvetica, Arial; font-weight: bold"></font></b>      </p>
    </div>
    <div style=3D"font-size: 11pt">
      <p style=3D"margin-bottom: 0; margin-top: 0">
        <br>
        Note in the above that the /usr/bin/SetFile file is from the =
developer tools and is used to hide the volume from the desktop.&nbsp;&#160=
;It works much like the jamf mount&#160;&#8211;hidden command but this =
doesn&#8217;t seem to hide it from finder like the jamf one does &#40;which=
 changed in 6&#41; so that apps can still see the volume.&nbsp;&#160;We =
use this to launch our apps needing a volume&#44; but don&#8217;t use it =
for testing.<br><br>-John<br><br><br>On 3/20/09 11:26 AM&#44; &quot;Thomas =
Larkin&quot; &lt;<a href=3D"tlarki at kckps.org">tlarki at kckps.org</a>&gt; =
wrote:<br><br>      </p>
    </div>
    <blockquote>
      <div style=3D"font-size: 11pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          &#160;&#160;<br><br>&#160;        </p>
      </div>
      <div style=3D"font-size: 14pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          I thought about that&#44; but I don&#39;t want all 6&#44;000 =
clients accessing the share at once and I also don&#39;t want it permanentl=
y mounted.&nbsp;&#160;In my experience with this testing app from last =
year is that it works best if you stagger connections and testing sessions =
to say&#44; no more than 400 clients at one time.&nbsp;&#160;        </p>
      </div>
      <div style=3D"font-size: 11pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          &#160;&#160;&#160;<br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;<br><br>&#160;        </p>
      </div>
      <div style=3D"font-size: 14pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          I am going to try to invoke apple script from the command line =
like suggested and see if it makes a difference.        </p>
      </div>
      <div style=3D"font-size: 11pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          &#160;&#160;&#160;<br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;<br><br>&#160;        </p>
      </div>
      <div style=3D"font-size: 14pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          Thanks for everyone&#39;s input and help&#44; it is appreciated. =
       </p>
      </div>
      <div style=3D"font-size: 11pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          &#160;&#160;&#160;<br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;<br><br>&#160;        </p>
      </div>
      <div style=3D"font-size: 14pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          tom<br>        </p>
      </div>
      <div style=3D"font-size: 11pt">
        <p style=3D"margin-bottom: 0; margin-top: 0">
          <br>
          &gt;&gt;&gt; Miles Leacy &lt;<a href=3D"miles.leacy at themacadmin.c=
om">miles.leacy at themacadmin.com</a>&gt; 03/20/09 11:21 AM &gt;&gt;&gt;<br>A=
re you using Open Directory&#63; You can set a share as a login item via =
Workgroup Manager. I&#39;m not sure of the applicable MCX settings off the =
top of my head&#44; but if WGM can do it&#44; you can push the MCX via a =
dscl script.<br><br>----------<br>Miles A. Leacy IV<br><br>&#63743; =
Certified System Administrator<br>&#63743; Certified Trainer<br>Certified =
Casper Administrator<br>----------<br>voice: 1-347-277-7321<br><a =
href=3D"miles.leacy at themacadmin.com">miles.leacy at themacadmin.com</a><br>www=
.themacadmin.com &lt;<a href=3D"http://www.themacadmin.com">http://www.them=
acadmin.com</a>&gt;<br><br><br><br><br>&#160;&#160;&#160;&#160;<br>&#160;<b=
r>&#160;<br><br>&#160;2009/3/20 Thomas Larkin&nbsp;&#160;&#160;&#160;&#160;=
&#160;<br>&#160;<br>&#160;<br><br>&#160;&lt;<a href=3D"tlarki at kckps.org">tl=
arki at kckps.org</a>&gt;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&=
#160;<br>&#160;<br><br>&#160;<br>&#160;<br>&#160;<br>        </p>
      </div>
      <blockquote>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            &#160;<br><br>&#160;          </p>
        </div>
        <div style=3D"font-size: 14pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Still no dice. The problem I think I am having is that these =
shares are on old Netware 6.5 servers and 6.5 supports AFP but heck if I =
know what version of AFP it is. I do know that it is old enough that it =
does not support encrypted passwords. If I recall you need to have =
universal passwords enabled and well the Novell side is being migrated to =
SuSe but I am not really a part of that project. Different network admins. =
         </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160=
;<br><br>&#160;<br>&#160;<br>&#160;<br><br>&#160;          </p>
        </div>
        <div style=3D"font-size: 14pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            So&#44; I can hit cmd &#43; K and connect to the file share =
just fine. I can&#39;t connect via command line. I don&#39;t know if there =
is actually a difference. DNS is kind of weird because we have an old DNS =
running on some legacy systems&#44; which it is running an older DNS for =
these file shares. At this point in time I am almost considering hosting =
the database file on one of my Mac servers instead. I don&#39;t know how =
well that will fare though&#44; and my window to get this working is =
getting shorter and shorter.          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160=
;<br><br>&#160;<br>&#160;<br>&#160;<br><br>&#160;          </p>
        </div>
        <div style=3D"font-size: 14pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            I just want to create a generic account&#44; grant it access =
to this one particular file on a network share so the application can =
write data to the database file. Once the file share is mounted the =
application launches and takes care of the rest.          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160=
;<br><br>&#160;<br>&#160;<br>&#160;<br><br>&#160;          </p>
        </div>
        <div style=3D"font-size: 14pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            It works if I do it manually&#44; no problem. I however&#44; =
want to have the end user click one self service policy and have all the =
work done for them under the hood. That way they just click and it works.  =
        </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160=
;<br><br>&#160;<br>&#160;<br>&#160;<br><br>&#160;          </p>
        </div>
        <div style=3D"font-size: 14pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            I was looking at Apple Scripts but those can be interrupted by =
the end user. I&#39;d rather it work under the hood via a shell script.    =
      </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160=
;<br>&#160;<br><br>&#160;<br>&#160;<br>&#160;<br>&#160;____________________=
_______<br>Thomas Larkin<br>TIS Department<br>KCKPS USD500<br><a href=3D"tl=
arki at kckps.org">tlarki at kckps.org</a><br>blackberry: 913-449-7589<br>office:=
 913-627-0351<br><br><br><br><br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;&#160;&#160;&#160;<br>&#160;<br>&#160;<br><br>&#160;&gt;&gt=
;&gt; Eric Winkelhake &lt;<a href=3D"eric.winkelhake at mundocomww.com">eric.w=
inkelhake at mundocomww.com</a>&gt; 03/19/09 5:29 PM &gt;&gt;&gt;&nbsp;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160;<br>&#160;<br><br>=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;<br>&#160;<br>&#160;<br><br>&#160;<br>&#160;I =
think he&#39;s looking to have the user log in with their creds&#44; =
right&#63;&#63; so actually that osascript works if you remove the user =
name and password part. that&#39;ll make the finder request that the user =
log in rather then the shell.<br><br>eric winkelhake<br>mundocomww<br>offic=
e 312 220 1669<br>cell 312 504 5155<br><br><br><br>&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160;<br>&=
#160;<br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#=
160;&#160;&#160;<br>&#160;<br><br>&#160;&#160;&#160;&#160;&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br>&#160;<br>=
&#160;&#160;<br>&#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <b>Yaniv Lugassy &lt;<a href=3D"ylugassy at promedianj.com">ylugas=
sy at promedianj.com</a></b>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &gt;<br>          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Sent by: <a href=3D"casper-bounces at list.jamfsoftware.com">caspe=
r-bounces at list.jamfsoftware.com</a>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;          =
</p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            03/19/2009 05:23 PM          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            To          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Thomas Larkin &lt;<a href=3D"tlarki at kckps.org">tlarki at kckps.org=
</a>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &gt;&#44; Thomas Larkin &lt;<a href=3D"TLARKI.PO-001.admin at kckp=
s.org">TLARKI.PO-001.admin at kckps.org</a>&gt;&#44; &lt;<a href=3D"casper at lis=
t.jamfsoftware.com">casper at list.jamfsoftware.com</a>&gt;&nbsp;&#160;&#160;&=
#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&=
#160;          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            cc          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;<br>&#160;&#160;&#160;&#160;          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Subject          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;          </p>
        </div>
<br>         =20
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;          </p>
        </div>
        <div style=3D"font-size: 10pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Re: &#91;Casper&#93; need advice on self service mount =
points&#44; and app launching          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;<br><br>&#160;<br>&#160;<br>&#160;&#160=
;<br>&#160;&#160;&#160;<br>&#160;&#160;&#160;&#160;&#160;<br>&#160;&#160;&#=
160;&#160;&#160;<br><br>&#160;<br>&#160;<br>&#160;&#160;&#160;&#160;<br><br=
>&#160;<br>&#160;<br>&#160;<br>&#160;          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <font face=3D"Helvetica, Verdana, Arial">How about something =
like this for the script&#44; should do the mount for you without any =
problems:<br style=3D"font-family: Helvetica, Verdana, Arial"><br =
style=3D"font-family: Helvetica, Verdana, Arial">osascript -e &#39;mount =
volume &quot;</font><font color=3D"#0000FF" face=3D"Helvetica, Verdana, =
Arial"><a href=3D"afp://username:pass@servername/sharepoint"><u>afp://usern=
ame:pass at servername/sharepoint</u></a><u>&quot;</u></font><font face=3D"Hel=
vetica, Verdana, Arial">&#39;<br style=3D"font-family: Helvetica, Verdana, =
Arial"><br style=3D"font-family: Helvetica, Verdana, Arial"></font><font =
color=3D"#000080" face=3D"Arial"><br style=3D"color: #000080; font-family: =
Arial"><br style=3D"color: #000080; font-family: Arial">Yaniv Lugassy<br =
style=3D"color: #000080; font-family: Arial"><b>Promedia Technology =
Services&#44; Inc.<br style=3D"color: #000080; font-family: Arial; =
font-weight: bold"></b>Office: 973.253.7600 x2308<br style=3D"color: =
#000080; font-family: Arial">Fax: 973.253.5601<br style=3D"color: #000080; =
font-family: Arial"></font><font color=3D"#0000FF" face=3D"Arial">www.prome=
dianj.com &lt;<a href=3D"http://www.promedianj.com">http://www.promedianj.c=
om</a>&gt; </font><font color=3D"#000080" face=3D"Arial">&lt;</font><font =
color=3D"#0000FF" face=3D"Arial"><a href=3D"http://www.promedianj.com"><u>h=
ttp://www.promedianj.com</u></a></font><u><font face=3D"Calibri, Verdana, =
Helvetica, Arial">&nbsp;&lt;<a href=3D"http://www.promedianj.com/">http://w=
ww.promedianj.com/</a>&gt; </font></u><font color=3D"#000080" face=3D"Arial=
">&gt;<br style=3D"color: #000080; font-family: Arial"></font><font =
face=3D"Helvetica, Verdana, Arial"><br style=3D"font-family: Helvetica, =
Verdana, Arial"><br style=3D"font-family: Helvetica, Verdana, Arial"></font=
><font face=3D"Calibri, Verdana, Helvetica, Arial">&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-fam=
ily: Calibri, Verdana, Helvetica, Arial">&#160;<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial">&#160;<br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial"></font><hr size=3D"3" width=3D"100%" align=3D"ce=
nter"><b><font face=3D"Helvetica, Verdana, Arial">From: </font></b><font =
face=3D"Helvetica, Verdana, Arial">Thomas Larkin &lt;</font><font =
color=3D"#0000FF" face=3D"Helvetica, Verdana, Arial"><a href=3D"tlarki at kckp=
s.org"><u>tlarki at kckps.org</u></a></font><u><font face=3D"Calibri, =
Verdana, Helvetica, Arial">&nbsp;&lt;<a href=3D"http://tlarki@kckps.org">ht=
tp://tlarki@kckps.org</a>&gt; </font></u><font face=3D"Helvetica, Verdana, =
Arial">&gt;<br style=3D"font-family: Helvetica, Verdana, Arial"><b>Date: =
</b>Thu&#44; 19 Mar 2009 15:04:32 -0500<br style=3D"font-family: Helvetica,=
 Verdana, Arial"><b>To: </b>Thomas Larkin &lt;</font><font color=3D"#0000FF=
" face=3D"Helvetica, Verdana, Arial"><a href=3D"TLARKI.PO-001.admin at kckps.o=
rg"><u>TLARKI.PO-001.admin at kckps.org</u></a></font><u><font face=3D"Calibri=
, Verdana, Helvetica, Arial">&nbsp;&lt;<a href=3D"http://TLARKI.PO-001.admi=
n at kckps.org">http://TLARKI.PO-001.admin@kckps.org</a>&gt; </font></u><font =
face=3D"Helvetica, Verdana, Arial">&gt;&#44; &lt;</font><font color=3D"#000=
0FF" face=3D"Helvetica, Verdana, Arial"><a href=3D"casper at list.jamfsoftware=
.com"><u>casper at list.jamfsoftware.com</u></a></font><u><font face=3D"Calibr=
i, Verdana, Helvetica, Arial">&nbsp;&lt;<a href=3D"http://casper@list.jamfs=
oftware.com">http://casper@list.jamfsoftware.com</a>&gt; </font></u><font =
face=3D"Helvetica, Verdana, Arial">&gt;<br style=3D"font-family: Helvetica,=
 Verdana, Arial"><b>Subject: </b>Re: &#91;Casper&#93; need advice on self =
service mount points&#44; and app launching<br style=3D"font-family: =
Helvetica, Verdana, Arial"><br style=3D"font-family: Helvetica, Verdana, =
Arial"><br style=3D"font-family: Helvetica, Verdana, Arial"><br style=3D"fo=
nt-family: Helvetica, Verdana, Arial"></font>          </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Well<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            A bit of progress&#44; but not in the right direction. I can =
mount the share fine via the finder&#44; however when using the mount_afp =
command I can never get it to work. I always get this error:<br>          =
</p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            mount_afp: AFPMountURL returned error 22&#44; errno is 118<br> =
         </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            So this is my method of doing this from the terminal:<br>      =
    </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            mkdir /Volumes/FS106<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            mount_afp <font color=3D"#0000FF"><a href=3D"afp://user:passwor=
d at 10.10.10.10"><i><u>afp://user:password@10.10.10.10</u></i></a></font>    =
      </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            &lt;<font color=3D"#0000FF"><a href=3D"mailto:afp://user:passwo=
rd at 10.10.10.10"><u>mailto:afp://user:password@10.10.10.10</u></a></font>   =
       </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <font face=3D"Calibri, Verdana, Helvetica, Arial"><u>&lt;<a =
href=3D"mailto:afp://user:password@10.10.10.10">mailto:afp://user:password@=
10.10.10.10</a>&gt; </u></font><font face=3D"Helvetica, Verdana, Arial">&gt=
; </font>          </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            /Volumes/FS106<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            I am looking at creating a generic user account so it just =
auto maps via a script and possibly loop it so that is checks to see if =
that volume is mounted and then once it is mounted it will launch the =
app&#44; which will have location specific configuration for where to look =
for the database file.<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Any help would be appreciated<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            <br>
            <br>
            ___________________________<br>Thomas Larkin<br>TIS Department<=
br>KCKPS USD500<br><font color=3D"#0000FF"><a href=3D"tlarki at kckps.org"><u>=
tlarki at kckps.org</u></a><u>&nbsp;&lt;<a href=3D"http://tlarki@kckps.org">ht=
tp://tlarki@kckps.org</a>&gt;<br style=3D"color: #0000FF; text-decoration: =
underline"></u></font>blackberry: 913-449-7589<br>office: 913-627-0351<br><=
br><br><br><br><br>&gt;&gt;&gt; &quot;Thomas Larkin&quot; &lt;<font =
color=3D"#0000FF"><a href=3D"tlarki at kckps.org"><u>tlarki at kckps.org</u></a><=
/font>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <font face=3D"Calibri, Verdana, Helvetica, Arial"><u>&lt;<a =
href=3D"http://tlarki@kckps.org">http://tlarki@kckps.org</a>&gt; </u></font=
><font face=3D"Helvetica, Verdana, Arial">&gt; 03/19/09 11:28 AM &gt;&gt;&g=
t;<br style=3D"font-family: Helvetica, Verdana, Arial"><br style=3D"font-fa=
mily: Helvetica, Verdana, Arial"><br style=3D"font-family: Helvetica, =
Verdana, Arial"><br style=3D"font-family: Helvetica, Verdana, Arial"></font=
>          </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Well<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            This is a bit of a complicated debacle I am in. I have some =
old Novell servers that do not support encrypted passwords&#44; so I must =
have users log in using plain text. So I need to mass edit a plist file on =
each user account to allow this. Then I want them to click once on a self =
service policy and have it map the network share that holds the database =
files. Then in the app&#39;s preferences I already have it pointed out =
where to look.<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            I looked at the mount_afp command but when I run it in =
interactive mode it always asks for authentication in the terminal&#63; I =
can&#39;t seem to get a GUI based dialog box. I also need it to wait for =
about 20 seconds while the user authenticates and then have it launch the =
app in question.<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            I have the app configured and it works when I do everything =
manually&#44; but I need to wrap this up in a one click solution for the =
end user&#44; so they don&#39;t get confused. My other thought is to just =
create one generic user account that can have access to this database file =
and then use that generic password in the script and just have it mount =
under the hood with out the user&#39;s actual credentials.<br>          =
</p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
                      </p>
        </div>
        <div style=3D"font-size: 18pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            Thanks for any advice.<br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <br>
            <br>
            <br>
            ___________________________<br>Thomas Larkin<br>TIS Department<=
br>KCKPS USD500<br><font color=3D"#0000FF"><a href=3D"tlarki at kckps.org"><u>=
tlarki at kckps.org</u></a><u>&nbsp;&lt;<a href=3D"http://tlarki@kckps.org">ht=
tp://tlarki@kckps.org</a>&gt;<br style=3D"color: #0000FF; text-decoration: =
underline"></u></font>blackberry: 913-449-7589<br>office: 913-627-0351<br><=
br><br><br><br><br><br><br>          </p>
        </div>
        <div style=3D"font-size: 11pt">
          <p style=3D"margin-bottom: 0; margin-top: 0">
            <hr size=3D"3" width=3D"100%" align=3D"center">
            <font face=3D"Courier, Courier New">___________________________=
____________________<br style=3D"font-family: Courier, Courier New">Casper =
mailing list<br style=3D"font-family: Courier, Courier New"></font><font =
color=3D"#0000FF" face=3D"Courier, Courier New"><a href=3D"Casper at list.jamf=
software.com"><u>Casper at list.jamfsoftware.com</u></a><u>&nbsp;&lt;<a =
href=3D"http://Casper@list.jamfsoftware.com">http://Casper@list.jamfsoftwar=
e.com</a>&gt;<br style=3D"color: #0000FF; font-family: Courier, Courier =
New; text-decoration: underline"><a href=3D"http://list.jamfsoftware.com/ma=
ilman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper=
</a></u></font><font face=3D"Consolas, Courier New, Courier">______________=
_________________________________<br style=3D"font-family: Consolas, =
Courier New, Courier">Casper mailing list<br style=3D"font-family: =
Consolas, Courier New, Courier"><a href=3D"Casper at list.jamfsoftware.com">Ca=
sper at list.jamfsoftware.com</a><br style=3D"font-family: Consolas, Courier =
New, Courier"><a href=3D"http://list.jamfsoftware.com/mailman/listinfo/casp=
er">http://list.jamfsoftware.com/mailman/listinfo/casper</a><br style=3D"fo=
nt-family: Consolas, Courier New, Courier"></font><font face=3D"Calibri, =
Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial">--------------------------------------------------------------------=
----<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Disclaime=
r<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">The =
information in this email and any attachments may contain proprietary and =
confidential information that is intended for the addressee&#40;s&#41; =
only. If you are not the intended recipient&#44; you are hereby notified =
that any disclosure&#44; copying&#44; distribution&#44; retention or use =
of the contents of this information is prohibited. When addressed to our =
clients or vendors&#44; any information contained in this e-mail or any =
attachments is subject to the terms and conditions in any governing =
contract. If you have received this e-mail in error&#44; please immediately=
 contact the sender and delete the e-mail.<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial">&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;=
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-fam=
ily: Calibri, Verdana, Helvetica, Arial">&#160;&#160;&#160;&#160;&#160;&#16=
0;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-family:=
 Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">&#160;&#160;&#160;&#160;<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial">&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">---------------------------------------------------------=
---------------<br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial">&#160;&#160;&#160=
;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">&#160;&#160;<br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#1=
60;<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><br style=3D"font=
-family: Calibri, Verdana, Helvetica, Arial">Mundocom UK Limited&#44; =
Registered in England and Wales. Registration Number 2882166. Registered =
Office: Warwick Building&#44; Kensington Village&#44; Avonmore Road&#44; =
London W14 8HQ.<br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><br style=3D"font=
-family: Calibri, Verdana, Helvetica, Arial">&#160;<br style=3D"font-family=
: Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial">_______________________________________________<=
br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Casper =
mailing list<br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"><a href=3D"Casper at list.jamfsoftware.com">Casper at list.jamfsoftware.co=
m</a><br style=3D"font-family: Calibri, Verdana, Helvetica, Arial"><a =
href=3D"http://list.jamfsoftware.com/mailman/listinfo/casper">http://list.j=
amfsoftware.com/mailman/listinfo/casper</a><br style=3D"font-family: =
Calibri, Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, =
Verdana, Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, Arial"></font=
>          </p>
        </div>
      </blockquote>
    </blockquote>
    <div style=3D"font-size: 11pt">
      <p style=3D"margin-bottom: 0; margin-top: 0">
        <font face=3D"Calibri, Verdana, Helvetica, Arial"><br style=3D"font=
-family: Calibri, Verdana, Helvetica, Arial">
        --<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Joh=
n Wetter<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Techn=
ology Support Administrator<br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">Educational Technology&#44; Media &amp; Information =
Services<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Hopki=
ns Public Schools<br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial">952-988-5373<br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"></font>
      </p>
    </div>
  </body>
</html>

--=__Part3911B66C.1__=--


More information about the Casper mailing list