Bob Ippolito <[EMAIL PROTECTED]> wrote on 08/05/2005
09:05:23 PM:
> The generic way to do the authentication is just to use LDAP, since
> Active Directory is just a jazzed up LDAP database server with a non-
> standard Kerberos implementation. You can crib some code from
> LDAPUserFolder fo
Jeff Rush <[EMAIL PROTECTED]> wrote on 08/05/2005
10:33:39 PM:
> If you have only the new stuff that *requires* COM, I don't know that
you can
> do COM programming on the Mac (not being a Mac developer).
Thanks, Jeff.
I don't think COM will be an option. Bob Ippolito
suggests
it should be do-a
On Aug 5, 2005, at 4:51 PM, Kevin Dangoor wrote:
> I've been looking through the docs on Apple's site a bit today, and
> I'm not entirely certain where I *should* be looking. All I need is a
> pointer to the correct terminology for what I'm trying to do (and if
> PyObjC offers any specific bits th
I've been looking through the docs on Apple's site a bit today, and
I'm not entirely certain where I *should* be looking. All I need is a
pointer to the correct terminology for what I'm trying to do (and if
PyObjC offers any specific bits that I should be aware of), and I
should be good to go from
On Aug 5, 2005, at 3:21 PM, [EMAIL PROTECTED] wrote:
> I'm looking for someone who can provide some limited consultation for
> a Python project we're doing in in the IT dept at my place
> of employment (OMS). In particular, we have a Python client/server app
> which needs to do Active Directory a
I'm looking for someone who can provide
some limited consultation for
a Python project we're doing in in the
IT dept at my place
of employment (OMS). In particular,
we have a Python client/server app
which needs to do Active Directory authentication
from both Mac OS X
and Windows XP clients.
The
I've long been successfully using this
hack I found at macosxhints.com:
/usr/bin/awk '/ComputerName/ {{{getline}
print substr($0,12,length($0)-20)} exit}' /Library/Preferences/SystemConfiguration/preferences.plist
The output of this command can of course
be parsed by Python.
A better way would
On Aug 5, 2005, at 3:29 AM, Schollnick, Benjamin wrote:
> Folks,
>
> I just started using py2app So this is probably due to operator
> error...
> But I'm quite surprised that the actual application's .py file is
> stored
> in the
> py2app bundle. I expected the PYC file to be used.
>
> Wh
Folks,
I just started using py2app So this is probably due to operator
error...
But I'm quite surprised that the actual application's .py file is stored
in the
py2app bundle. I expected the PYC file to be used.
While it's not a "huge" concern, I don't like the idea of anyone with a
text
edi