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@stell 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 A. Leacy IV
 Certified System Administrator
 Certified Trainer
Certified Casper Administrator
----------
voice: 1-347-277-7321
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-6so 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
<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>
<http://www.promedianj.com/> >
From: Thomas Larkin <tlarki at kckps.org <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
<TLARKI.PO-001.admin at kckps.org> <http://TLARKI.PO-001.admin@kckps.org>
>, <casper at list.jamfsoftware.com <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 right direction. I can mount the
share fine via the finder, however when using the mount_afp command I
can never get it to work. I always get this error:
mount_afp: AFPMountURL returned error 22, errno is 118
So this is my method of doing this from the terminal:
mkdir /Volumes/FS106
mount_afp afp://user:password@10.10.10.10
<afp://user:password@10.10.10.10>
<mailto: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 <tlarki at kckps.org> <http://tlarki@kckps.org>
blackberry: 913-449-7589
office: 913-627-0351
>>> "Thomas Larkin" <tlarki at kckps.org <tlarki at kckps.org>
<htuser 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 <tlarki at kckps.org> <http://tlarki@kckps.org>
blackberry: 913-449-7589
office: 913-627-0351
_______________________________________________
Casper mailing list
Casper at list.jamfsoftware.com <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
_______________________________________________
Casper mailing list
Casper at list.jamfsoftware.com
http://list.jamfsoftware.com/mailman/listinfo/casper
--=__Part84AC0BA7.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">What is the difference =
between yours and mine, which is:</font> </p>
<br> =20
<p style=3D"margin-bottom: 0; margin-top: 0">
<font size=3D"3" face=3D"Lucida Grande">tell application "finder=
"</font> </p>
<br> =20
<p style=3D"margin-bottom: 0; margin-top: 0">
<font size=3D"3" face=3D"Lucida Grande">mount volume "</font><fo=
nt size=3D"3" face=3D"Lucida Grande" color=3D"#0000ff"><a href=3D"mailto:af=
p://user:password@x.x.x.x/sharepoint"><i><u>afp://user:password@x.x.x.x/sha=
repoint</u></i></a></font><font size=3D"3" face=3D"Lucida Grande">"</f=
ont> </p>
<br> =20
<p style=3D"margin-bottom: 0; margin-top: 0">
<font size=3D"3" face=3D"Lucida Grande">end tell</font> </p>
<br> =20
<p style=3D"margin-bottom: 0; margin-top: 0">
<font size=3D"3" face=3D"Lucida Grande">I mean isn't it =
essentially the same thing?</font><br><br>>>> Yaniv Lugassy =
<ylugassy at promedianj.com> 03/26/09 1:21 PM >>><br> </p>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
I seem to have luck using this in applescript:<br><br>mount =
volume “<a href=3D"afp://servername/sharepoint">afp://servername=
/sharepoint</a>” as user name “myusername” =
;with password “mypassword”<br><br>Also, just in case =
you miss it only because I have in the past, the sharepoint name is =
case sensitive.<br><br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
Yaniv Lugassy, ACSA<br>Apple Systems Engineer<br> </p>
</div>
<div style=3D"font-size: 12pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<b>Promedia Technology Services, Inc.<br style=3D"font-weight: =
bold"></b> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
Office: 973.253.7600 x2308<br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<font color=3D"#0000FE">www.promedianj.com</font><font color=3D"#00=
007E"> <</font><font color=3D"#0000FF"><a href=3D"http://www.promed=
ianj.com"><u>http://www.promedianj.com</u></a></font><font color=3D"#00007E=
">><br style=3D"color: #00007E">Fax: 973.253.5601<br style=3D"color: =
#00007E"></font> </p>
</div>
<div style=3D"font-size: 12pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
*Please call 973-774-1120 or e-mail </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<font color=3D"#0000FF"><a href=3D"support at promedianj.com"><u>suppo=
rt at promedianj.com</u></a></font><font color=3D"#00007E"> <</font><f=
ont color=3D"#0000FF"><a href=3D"mailto:support at promedianj.com"><u>mailto:s=
upport at promedianj.com</u></a></font><font color=3D"#00007E">> for =
technical support and assistance from your Promedia support team*<br =
style=3D"color: #00007E">*For all other calls, please contact our =
Main Number: 973-253-7600<br style=3D"color: #00007E"></font> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
<hr size=3D"3" width=3D"95%" align=3D"center">
<b>From: </b>Thomas Larkin <<a href=3D"tlarki at kckps.org">tlarki@=
kckps.org</a>><br><b>Date: </b>Thu, 26 Mar 2009 12:46:36 -0500<br><b=
>To: </b>John Wetter <<a href=3D"john_wetter at hopkins.k12.mn.us">john_wet=
ter at hopkins.k12.mn.us</a>>, Casper List <<a href=3D"Casper at list.j=
amfsoftware.com">Casper at list.jamfsoftware.com</a>><br><b>Subject: =
</b>Re: [Casper] need advice on self service mount points, and =
applaunching<br><br>   <br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
Ok, I am about to get a few more gray hairs over this. =
60;According the man pages and everything I google I am doing this right =
but it is not working. </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
If I mount the share via the finder it works just fine, no =
issues.  If I mount it via apple script it works to an extend,=
; if I mount it via mount_afp no dice. </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
here is my apple script </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
tell application "finder" </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
mount volume "<a href=3D"afp://username:password@x.x.x.x:548">=
<i><u>afp://username:password@x.x.x.x:548</u></i></a> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<<a href=3D"mailto:afp://username:password@x.x.x.x:548">mailto:a=
fp://username:password@x.x.x.x:548</a>> " </p>
</div>
<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">   =
;    <br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"> </font> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
end tell </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
This works but there are three share points on this server, =
and if I add the share point it, it doesn't work, says server =
does not exist or spits out a syntax error.  Now if I could get =
this to work </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
tell application "finder" </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
mount volume "<a href=3D"afp://user:password@x.x.x.x:548/share=
point"><i><u>afp://user:password@x.x.x.x:548/sharepoint</u></i></a> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<<a href=3D"mailto:afp://user:password@x.x.x.x:548/sharepoint">m=
ailto:afp://user:password@x.x.x.x:548/sharepoint</a>> " </p>
</div>
<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">   =
;    <br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial"><br style=3D"font-family: Calibri, Verdana, Helvetica, =
Arial"> </font> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
end tell </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
I would be golden! </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
Any advice?  Any Novell wizards around here? =
; Also, how well does casper fair with Apple scripts I normally =
don't use them? </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
   <br><br>       =
;<br><br>  </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
Thanks,<br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
___________________________<br>Thomas Larkin<br>TIS Department<br>K=
CKPS USD500<br><a href=3D"tlarki at kckps.org">tlarki at kckps.org</a><br>blackbe=
rry:  913-449-7589<br>office:  913-627-0351<br><br><br>=
<br><br><br>>>> John Wetter <<a href=3D"john_wetter at hopkins.k12=
.mn.us">john_wetter at hopkins.k12.mn.us</a>> 03/20/09 12:28 PM >>>=
;<br>    <br> <br> <br><br> Tom,<br>=
<br>From here:<br><a href=3D"http://www.novell.com/support/viewContent.do?e=
xternalId=3D3054602&sliceId=3D1">http://www.novell.com/support/viewContent.=
do?externalId=3054602&sliceId=1</a><br>And then to:<br><a =
href=3D"http://www.macosxhints.com/article.php?story=3D20071028025409750&mo=
de=3Dprint">http://www.macosxhints.com/article.php?story=2007102802=
5409750&mode=print</a><br><br>You can run:<br>$ defaults write =
com.apple.AppleShareClient "afp_cleartext_allow" -bool YES<br>=
6; defaults write com.apple.AppleShareClient "afp_cleartext_warn"=
-bool YES<br><br>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).<br><br>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.<br><br>   =
0;  <br> <br> <br> </p>
</div>
<div style=3D"font-size: 9pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 <b>if</b>      <br> <br> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
</p>
</div>
<div style=3D"font-size: 9pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
  </p>
</div>
<div style=3D"font-size: 9pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<font face=3D"Verdana, Helvetica, Arial">(</font><font =
color=3D"#1800FF" face=3D"Verdana, Helvetica, Arial">list disks</font><font=
face=3D"Verdana, Helvetica, Arial">)</font><font face=3D"Helvetica, =
Verdana, Arial"> </font><b><font color=3D"#3500FF" face=3D"Verdana, =
Helvetica, Arial">does not</font></b><font face=3D"Helvetica, Verdana, =
Arial"> </font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, =
Arial">contain</font></b><font face=3D"Helvetica, Verdana, Arial"> </f=
ont><font face=3D"Verdana, Helvetica, Arial">"VolumeName"</font><=
font face=3D"Helvetica, Verdana, Arial"> </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">   </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">   </=
font><b><font color=3D"#3500FF" face=3D"Verdana, Helvetica, Arial">tell</fo=
nt></b><font face=3D"Helvetica, Verdana, Arial"> </font><font =
color=3D"#1800FF" face=3D"Verdana, Helvetica, Arial">application</font><fon=
t face=3D"Helvetica, Verdana, Arial"> </font><font face=3D"Verdana, =
Helvetica, Arial">"Finder"<br style=3D"font-family: Verdana, =
Helvetica, Arial"></font><font face=3D"Helvetica, Verdana, Arial"> =
60;     </font><font color=3D"#1800FF" face=3D"Ver=
dana, Helvetica, Arial">mount volume</font><font face=3D"Helvetica, =
Verdana, Arial"> </font><font face=3D"Verdana, Helvetica, Arial">"=
;<a href=3D"afp://user:password@server.domain.org/VolumeName">afp://user:pa=
ssword at server.domain.org/VolumeName</a>"<br style=3D"font-family: =
Verdana, Helvetica, Arial"></font><font face=3D"Helvetica, Verdana, =
Arial">   </font><b><font color=3D"#3500FF" face=3D"Verdana,=
Helvetica, Arial">end</font></b><font face=3D"Helvetica, Verdana, =
Arial"> </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"> </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’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"> </font><font face=3D"Verdana, =
Helvetica, Arial">"/usr/bin/SetFile -a V /Volumes/VolumeName"<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"> </font><font face=3D"Verdana, =
Helvetica, Arial">"killall Finder"<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"> </font><font color=3D"#1800FF" face=3D"Verdana, Helvetica, =
Arial">application</font><font face=3D"Helvetica, Verdana, Arial"> </f=
ont><font face=3D"Verdana, Helvetica, Arial">"System Events"</fon=
t><font face=3D"Helvetica, Verdana, Arial"> </font><b><font color=3D"#=
3500FF" face=3D"Verdana, Helvetica, Arial">to</font></b><font face=3D"Helve=
tica, Verdana, Arial"> </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"> </font><font color=3D"#1800FF" face=3D"Verdana, Helvetica, =
Arial">application</font><font face=3D"Helvetica, Verdana, Arial"> </f=
ont><font face=3D"Verdana, Helvetica, Arial">"Finder"<br =
style=3D"font-family: Verdana, Helvetica, Arial"></font><font face=3D"Helve=
tica, Verdana, Arial">   </font><font color=3D"#1800FF" =
face=3D"Verdana, Helvetica, Arial">open</font><font face=3D"Helvetica, =
Verdana, Arial"> </font><font color=3D"#1800FF" face=3D"Verdana, =
Helvetica, Arial">file</font><font face=3D"Helvetica, Verdana, Arial"> =
;</font><font face=3D"Verdana, Helvetica, Arial">"Applications:MyApp&q=
uot;</font><font face=3D"Helvetica, Verdana, Arial"> </font><b><font =
color=3D"#3500FF" face=3D"Verdana, Helvetica, Arial">of</font></b><font =
face=3D"Helvetica, Verdana, Arial"> </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"> </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><font face=3D"Cali=
bri, Verdana, Helvetica, Arial">     <br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial"> <br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial"></font> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> Note in the above that the /usr/bin/S=
etFile 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.<br><br>-John<br><br><br>On 3/20/09 =
11:26 AM, "Thomas Larkin" <<a href=3D"tlarki at kckps.org">tl=
arki at kckps.org</a>> wrote:<br><br>      <b=
r> <br> <br> </p>
</div>
<blockquote>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>   <br><br>    &=
#160;    <br> <br> <br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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. =
60;        <br> <br> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>    <br><br>   &=
#160;   <br><br>       &#=
160; <br> <br> <br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 I am going to try to invoke apple script from the command =
line like suggested and see if it makes a difference.   =
0;    <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>    <br><br>   &=
#160;   <br><br>       &#=
160; <br> <br> <br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Thanks for everyone's input and help, it is =
appreciated.        <br> <br> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>    <br><br>   &=
#160;   <br><br>       &#=
160; <br> <br> <br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 tom<br>        <br>=
 <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> >>> Miles Leacy <<a =
href=3D"miles.leacy at themacadmin.com">miles.leacy at themacadmin.com</a>> =
03/20/09 11:21 AM >>><br>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.<br><br>----------<br>Miles =
A. Leacy IV<br><br> Certified System Administrator<br> =
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 them=
acadmin.com</a><br>www.themacadmin.com <<a href=3D"http://www.themacadmi=
n.com">http://www.themacadmin.com</a>><br><br><br><br><br>  &#=
160; <br> <br> <br><br> 2009/3/20 Thomas Larkin &#=
160;    <br> <br> <br><br> <<a =
href=3D"tlarki at kckps.org">tlarki at kckps.org</a>>    &=
#160;   <br> <br> <br><br> <br> <br>=
0;<br>        <br> <br> <=
br> </p>
</div>
<blockquote>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br>  <br><br>   &=
#160;       <br> <br> <br> =
</p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.          <br>=
0;<br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160; <br> <br><br> <br> <br> <br><br>  =
         <br> <br> <=
br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.       &#=
160;  <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160; <br> <br><br> <br> <br> <br><br>  =
         <br> <br> <=
br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.    =
60;     <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160; <br> <br><br> <br> <br> <br><br>  =
         <br> <br> <=
br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.          <b=
r> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160; <br> <br><br> <br> <br> <br><br>  =
         <br> <br> <=
br> </p>
</div>
<div style=3D"font-size: 14pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.          <b=
r> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160; <br> <br> <br><br> <br> <br> <br> =
___________________________<br>Thomas Larkin<br>TIS Department<br>KCKPS =
USD500<br><a href=3D"tlarki at kckps.org">tlarki at kckps.org</a><br>blackberry: =
913-449-7589<br>office: 913-627-0351<br><br><br><br><br><br>  =
60;         <br> <br>=
0;<br><br> >>> Eric Winkelhake <<a href=3D"eric.winkelhake=
@mundocomww.com">eric.winkelhake at mundocomww.com</a>> 03/19/09 5:29 PM =
>>>          <br=
> <br> <br><br>        &#=
160;        <br> <br> <br=
><br> <br> 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.<br><br>eric winkelhake<=
br>mundocomww<br>office 312 220 1669<br>cell 312 504 5155<br><br><br><br>&#=
160;            =
; <br> <br> <br><br>      =
0;      <br> <br><br>   &=
#160;           =
0; <br> <br>  <br>      &=
#160;      <br> <br> <br> =
</p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 <b>Yaniv Lugassy <<a href=3D"ylugassy at promedianj.com">=
ylugassy at promedianj.com</a></b>       &#=
160;  <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> ><br>      =
;    <br> <br> <br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Sent by: <a href=3D"casper-bounces at list.jamfsoftware.com"=
>casper-bounces at list.jamfsoftware.com</a>     =
0;    <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;           <br>=
60;<br> <br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 03/19/2009 05:23 PM      &#=
160;   <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;            &=
#160;<br> <br><br>        =
0;  <br> <br><br>       &=
#160;      <br> <br> <br> =
</p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 To         &=
#160;<br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;            &=
#160;     <br> <br><br>   =
0;       <br> <br><br>  &=
#160;           <br>=
 <br> <br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Thomas Larkin <<a href=3D"tlarki at kckps.org">tlarki at kck=
ps.org</a>          <br>&=
#160;<br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> >, Thomas Larkin <<a href=3D"TLAR=
KI.PO-001.admin at kckps.org">TLARKI.PO-001.admin at kckps.org</a>>, =
<<a href=3D"casper at list.jamfsoftware.com">casper at list.jamfsoftware.com</=
a>>           =
60;            =
            =
60;  <br> <br><br>       =
    <br> <br><br>     =
60;        <br> <br> <br>=
</p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 cc         &=
#160;<br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;            &=
#160;     <br> <br><br>   =
0;       <br> <br><br>  &=
#160; <br>          =
    <br> <br><br>     =
60;     <br> <br><br>    =
         <br> <br>&=
#160;<br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Subject        &#=
160; <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;            &=
#160;     <br> <br><br>   =
0;       <br> <br><br>  &=
#160;           <br>=
 <br> <br> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Re: [Casper] need advice on self service mount =
points, and app launching       =
0;  <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br>        &=
#160;           =
0;         <br><br> <br>&=
#160;<br>  <br>   <br>    =
0;<br>     <br><br> <br> <br>  =
;  <br><br> <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">
<font face=3D"Helvetica, Verdana, Arial">How about something =
like this for the script, 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 'mount =
volume "</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> <<a href=3D"afp://username:p=
ass at servername/sharepoint">afp://username:pass@servername/sharepoint</a>>=
; <u>"</u></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 color=3D"#000080" face=3D"Arial"><b=
r 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, Inc.<br style=3D"c=
olor: #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.promedianj.com <<a href=3D"http://w=
ww.promedianj.com">http://www.promedianj.com</a>> </font><font =
color=3D"#000080" face=3D"Arial"><</font><font color=3D"#0000FF" =
face=3D"Arial"><a href=3D"http://www.promedianj.com"><u>http://www.promedia=
nj.com</u></a> <<a href=3D"http://www.promedianj.com">http://www.pr=
omedianj.com</a>> </font><font face=3D"Calibri, Verdana, Helvetica, =
Arial"><u><<a href=3D"http://www.promedianj.com/">http://www.promedianj.=
com/</a>> </u></font><font color=3D"#000080" face=3D"Arial">><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"Calib=
ri, 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"> <br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial"></font><hr size=3D"3" width=3D"100%" align=3D"center"><b>=
<font face=3D"Helvetica, Verdana, Arial">From: </font></b><font face=3D"Hel=
vetica, Verdana, Arial">Thomas Larkin <</font><font color=3D"#0000FF" =
face=3D"Helvetica, Verdana, Arial"><a href=3D"tlarki at kckps.org"><u>tlarki at k=
ckps.org</u></a> <<a href=3D"tlarki at kckps.org">tlarki at kckps.org</a>=
> </font><font face=3D"Calibri, Verdana, Helvetica, Arial"><u><<a =
href=3D"http://tlarki@kckps.org">http://tlarki@kckps.org</a>> </u></font=
><font face=3D"Helvetica, Verdana, Arial">><br style=3D"font-family: =
Helvetica, Verdana, Arial"><b>Date: </b>Thu, 19 Mar 2009 15:04:32 =
-0500<br style=3D"font-family: Helvetica, Verdana, Arial"><b>To: </b>Thomas=
Larkin <</font><font color=3D"#0000FF" face=3D"Helvetica, Verdana, =
Arial"><a href=3D"TLARKI.PO-001.admin at kckps.org"><u>TLARKI.PO-001.admin at kck=
ps.org</u></a> <<a href=3D"TLARKI.PO-001.admin at kckps.org">TLARKI.PO=
-001.admin at kckps.org</a>> </font><font face=3D"Calibri, Verdana, =
Helvetica, Arial"><u><<a href=3D"http://TLARKI.PO-001.admin@kckps.org">h=
ttp://TLARKI.PO-001.admin@kckps.org</a>> </u></font><font face=3D"Helvet=
ica, Verdana, Arial">>, <</font><font color=3D"#0000FF" =
face=3D"Helvetica, Verdana, Arial"><a href=3D"casper at list.jamfsoftware.com"=
><u>casper at list.jamfsoftware.com</u></a> <<a href=3D"casper at list.ja=
mfsoftware.com">casper at list.jamfsoftware.com</a>> </font><font =
face=3D"Calibri, Verdana, Helvetica, Arial"><u><<a href=3D"http://casper=
@list.jamfsoftware.com">http://casper@list.jamfsoftware.com</a>> =
</u></font><font face=3D"Helvetica, Verdana, Arial">><br style=3D"font-f=
amily: Helvetica, Verdana, Arial"><b>Subject: </b>Re: [Casper] =
need advice on self service mount points, 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"font-family: Helvetica, Verdana, Arial"></font><font =
face=3D"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"></font> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Well<br>        &=
#160; <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 A bit of progress, but not in the right direction. I =
can mount the share fine via the finder, however when using the =
mount_afp command I can never get it to work. I always get this error:<br>&=
#160;         <br> <br> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 mount_afp: AFPMountURL returned error 22, errno is =
118<br>          <br>=
0;<br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 So this is my method of doing this from the terminal:<br>=
          <br> <br> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 mkdir /Volumes/FS106<br>     =
60;    <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 mount_afp <font color=3D"#0000FF"><a href=3D"afp://user:p=
assword at 10.10.10.10"><i><u>afp://user:password@10.10.10.10</u></i></a> =
;<<a href=3D"afp://user:password@10.10.10.10">afp://user:password@10.10.=
10.10</a>> </font>         =
<br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <<font color=3D"#0000FF"><a href=3D"mail=
to:afp://user:password@10.10.10.10"><u>mailto:afp://user:password@10.10.10.=
10</u></a> <<a href=3D"mailto:afp://user:password@10.10.10.10">mail=
to:afp://user:password@10.10.10.10</a>> </font>    &=
#160;    <br> <br> <br> <br><br> <u=
><<a href=3D"mailto:afp://user:password@10.10.10.10">mailto:afp://user:p=
assword at 10.10.10.10</a>> </u> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<font face=3D"Helvetica, Verdana, Arial">> </font><font =
face=3D"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"></font> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 /Volumes/FS106<br>      =
60;   <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.<br>        &=
#160; <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Any help would be appreciated<br>    =
      <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> ___________________________<br>Thomas Larkin<br>TIS Department<br>KC=
KPS USD500<br><font color=3D"#0000FF"><a href=3D"tlarki at kckps.org"><u>tlark=
i at kckps.org</u></a> <<a href=3D"tlarki at kckps.org">tlarki at kckps.org<=
/a>> <u><<a href=3D"http://tlarki@kckps.org">http://tlarki@kckps.org<=
/a>><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>>=
;>> "Thomas Larkin" <<font color=3D"#0000FF"><a =
href=3D"tlarki at kckps.org"><u>tlarki at kckps.org</u></a> <<a =
href=3D"tlarki at kckps.org">tlarki at kckps.org</a>> </font>   =
;      <br> <br> <br> <br><br>=
 <u><<a href=3D"http://tlarki@kckps.org">http://tlarki@kckps.org</a=
>> </u> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<font face=3D"Helvetica, Verdana, Arial">> 03/19/09 11:28 =
AM >>><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"font-family: Helvetica, Verdana, =
Arial"></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"></font> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Well<br>        &=
#160; <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> <br> <br> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.<br>       =
60;  <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> <br> <br> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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.<br>         &=
#160;<br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> <br> <br> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 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 credential=
s.<br>          <br> =
;<br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <br><br> <br> <br> <br> <br> <br=
> <br> <br> <br> <br> </p>
</div>
<div style=3D"font-size: 18pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
<br>
 Thanks for any advice.<br>     &=
#160;    <br> <br> </p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<br>
 <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>&=
nbsp;<<a href=3D"tlarki at kckps.org">tlarki at kckps.org</a>> <u><<a =
href=3D"http://tlarki@kckps.org">http://tlarki@kckps.org</a>><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> =
         <br> <br> <=
br> <br><br> <br><hr size=3D"3" width=3D"100%" align=3D"center"> =
</p>
</div>
<div style=3D"font-size: 11pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
<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> <<a =
href=3D"Casper at list.jamfsoftware.com">Casper at list.jamfsoftware.com</a>> =
<u><<a href=3D"http://Casper@list.jamfsoftware.com">http://Casper@list.j=
amfsoftware.com</a>><br style=3D"color: #0000FF; font-family: Courier, =
Courier New; text-decoration: underline"><a href=3D"http://list.jamfsoftwar=
e.com/mailman/listinfo/casper">http://list.jamfsoftware.com/mailman/listinf=
o/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">=
Casper at list.jamfsoftware.com</a><br style=3D"font-family: Consolas, =
Courier New, Courier"><a href=3D"http://list.jamfsoftware.com/mailman/listi=
nfo/casper">http://list.jamfsoftware.com/mailman/listinfo/casper</a><br =
style=3D"font-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">Disclaimer<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(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.<br style=3D"font-fami=
ly: 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-fam=
ily: Calibri, Verdana, Helvetica, Arial">     =
0;        <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">      =
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">---------------------------------------------------------=
---------------<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">  <br style=3D"font-family: Calibri, Verdana, =
Helvetica, Arial">         =
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, =
Registered in England and Wales. Registration Number 2882166. Registered =
Office: Warwick Building, Kensington Village, Avonmore Road, =
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"> <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"> =
         <br style=3D"font-fam=
ily: 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>
<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"fo=
nt-family: Calibri, Verdana, Helvetica, Arial">
</font> </p>
</div>
</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"><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">John Wetter<br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Technology =
Support Administrator<br style=3D"font-family: Calibri, Verdana, Helvetica,=
Arial">Educational Technology, Media & Information Services<br =
style=3D"font-family: Calibri, Verdana, Helvetica, Arial">Hopkins Public =
Schools<br style=3D"font-family: Calibri, Verdana, Helvetica, Arial">952-98=
8-5373<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><hr =
size=3D"3" width=3D"95%" align=3D"center"> </p>
</div>
<div style=3D"font-size: 10pt">
<p style=3D"margin-bottom: 0; margin-top: 0">
_______________________________________________<br>Casper mailing =
list<br><a href=3D"Casper at list.jamfsoftware.com">Casper at list.jamfsoftware.c=
om</a><br><a href=3D"http://list.jamfsoftware.com/mailman/listinfo/casper">=
http://list.jamfsoftware.com/mailman/listinfo/casper</a><br>
</p>
</div>
</body>
</html>
--=__Part84AC0BA7.1__=--
More information about the Casper
mailing list