From: Ben G. <be...@ja...> - 2006-06-28 22:43:08
Attachments:
PGP.sig
|
FYI, I've built a universal binary (PPC & Intel) package for python-ldap. This is a standard Mac OS X installer which does not require DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- macosx10.4.zip. It'd be nice to add that link to the Downloads page. Cheers, -- Ben |
From: <bra...@om...> - 2006-07-01 14:59:03
|
Thanks! Do you also have one for the Python 2.3.5 that comes bundled with Mac OS X? Ben Gollmer wrote on 06/28/2006 05:23:04 PM: > FYI, > > I've built a universal binary (PPC & Intel) package for python-ldap. > This is a standard Mac OS X installer which does not require > DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages > site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- > macosx10.4.zip. It'd be nice to add that link to the Downloads page. > > Cheers, > -- > Ben > |
From: Ben G. <be...@ja...> - 2006-07-01 19:31:12
Attachments:
PGP.sig
|
On Jul 1, 2006, at 9:56 AM, bra...@om... wrote: > Thanks! Do you also have one for the Python 2.3.5 that comes > bundled with > Mac OS X? Not ATM, although I could whip one up if you like. Also note that these packages are built on "stock" 10.4, so they don't have SASL enabled (Apple doesn't ship SASL libs or headers with their developer tools). -- Ben |
From: <bra...@om...> - 2006-07-03 16:26:40
|
Ben Gollmer <be...@ja...> wrote on 07/01/2006 02:31:03 PM: > On Jul 1, 2006, at 9:56 AM, bra...@om... wrote: > > > Thanks! Do you also have one for the Python 2.3.5 that comes > > bundled with > > Mac OS X? > > Not ATM, although I could whip one up if you like. Also note that > these packages are built on "stock" 10.4, so they don't have SASL > enabled (Apple doesn't ship SASL libs or headers with their developer > tools). Hm...without SASL is there any other way to perform secure LDAP authentication using Python-ldap? My goal is to find a way in Python to securely authenticate against an Active Directory. The user will enter their username/password into a PythonCard GUI and then Python will try that username and password against the Active Directory. It would be even better if the script could obtain a Kerberos ticket, so the ticket could be passed to a server app for inspection. That way, the server app could trust that the client is who it claims to be. However, Kerberos programming is a bit above my head right now, so for now secure LDAP authentication would be nice. If anyone on this list is interested in a consulting gig to help me figure this out, please contact me off-list. |
From: <mi...@st...> - 2006-07-05 11:08:23
|
bra...@om... wrote: > > Hm...without SASL is there any other way to perform secure LDAP > authentication using Python-ldap? You could use simple bind (with clear-text password) over SSL/TLS. > My goal is to find a way in Python to securely authenticate against > an Active Directory. SASL/GSSAPI you need to compile python-ldap with SASL support off course. > It would be even better if the > script could obtain a Kerberos ticket, so the ticket could be passed > to a server app for inspection. kinit is called by the user before using your application (to achieve SSO). On Windows that's another story. Maybe you're better off using win32all with ADSI there. Ciao, Michael. |
From: <mi...@st...> - 2006-07-02 09:12:16
|
Ben Gollmer wrote: > > I've built a universal binary (PPC & Intel) package for python-ldap. > This is a standard Mac OS X installer which does not require > DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages > site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- > macosx10.4.zip. It'd be nice to add that link to the Downloads page. Ben, thanks for contributing. I've added a link on the download page. Ciao, Michael |
From: Ben G. <be...@ja...> - 2006-07-15 04:56:45
Attachments:
PGP.sig
|
On Jul 2, 2006, at 4:11 AM, Michael Str=F6der wrote: > Ben Gollmer wrote: >> >> I've built a universal binary (PPC & Intel) package for python-ldap. >> This is a standard Mac OS X installer which does not require >> DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages >> site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- >> macosx10.4.zip. It'd be nice to add that link to the Downloads page. > > Ben, thanks for contributing. I've added a link on the download page. Thanks! Unfortunately the link on that page is broken. The correct =20 URL is as follows: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-=20 macosx10.4.zip Cheers, --=20 Ben |
From: <mi...@st...> - 2006-07-15 21:54:58
|
Ben Gollmer wrote: > On Jul 2, 2006, at 4:11 AM, Michael Str=F6der wrote: >=20 >> Ben Gollmer wrote: >> >>> >>> I've built a universal binary (PPC & Intel) package for python-ldap. >>> This is a standard Mac OS X installer which does not require >>> DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages >>> site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- >>> macosx10.4.zip. It'd be nice to add that link to the Downloads page. >> >> >> Ben, thanks for contributing. I've added a link on the download page. >=20 >=20 > Thanks! Unfortunately the link on that page is broken. The correct URL > is as follows: >=20 > http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- > macosx10.4.zip The problem is that you are posting the URL with a space. But even if I omit the space I can't figure out what's the right URL. Maybe the URL on http://pythonmac.org/packages/py24-fat/ is also wrong? $ wget "http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- macosx10.4.zip" --23:50:55-- http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-%20macosx1= 0.4.zip =3D> `python_ldap-2.2.0-py2.4- macosx10.4.zip' Resolving pythonmac.org... 66.33.220.150 Connecting to pythonmac.org|66.33.220.150|:80... connected. HTTP request sent, awaiting response... 404 Not Found 23:50:56 ERROR 404: Not Found. $ wget "http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-macosx10.= 4.zip" --23:51:00-- http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4-macosx10.4= .zip =3D> `python_ldap-2.2.0-py2.4-macosx10.4.zip' Resolving pythonmac.org... 66.33.220.150 Connecting to pythonmac.org|66.33.220.150|:80... connected. HTTP request sent, awaiting response... 404 Not Found 23:51:00 ERROR 404: Not Found. Ciao, Michael. |
From: Ben G. <be...@ja...> - 2006-07-16 01:09:54
Attachments:
PGP.sig
|
On Jul 15, 2006, at 4:54 PM, Michael Str=F6der wrote: > The problem is that you are posting the URL with a space. But even =20 > if I > omit the space I can't figure out what's the right URL. Sorry, it must be my mailer wrapping the URL. > Maybe the URL on http://pythonmac.org/packages/py24-fat/ is also =20 > wrong? It is correct - at least it worked when I initially sent the package =20 there, although now the file seems to have been moved. I'll check =20 with the maintainer of that server and see what happened. --=20 Ben |
From: <bra...@om...> - 2006-07-20 23:35:09
|
Ben Gollmer wrote on 06/28/2006 05:23:04 PM: > FYI, > > I've built a universal binary (PPC & Intel) package for python-ldap. > This is a standard Mac OS X installer which does not require > DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages > site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- > macosx10.4.zip. It'd be nice to add that link to the Downloads page. The link for this appears to be currently broken...if you browse http://pythonmac.org/packages/py24-fat/ and click the link for python_ldap-2.2.0-py2.4-macosx10.4.zip you get a broken URL: http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx-unicode-2.6.3.3-universal10.4-py2.4.dmg |
From: Bob I. <bo...@re...> - 2006-07-20 23:46:46
|
On Jul 20, 2006, at 4:34 PM, bra...@om... wrote: > Ben Gollmer wrote on 06/28/2006 05:23:04 PM: > >> FYI, >> >> I've built a universal binary (PPC & Intel) package for python-ldap. >> This is a standard Mac OS X installer which does not require >> DarwinPorts or Fink. It's hosted at Bob Ippolito's PythonMac packages >> site: http://pythonmac.org/packages/py24-fat/python_ldap-2.2.0-py2.4- >> macosx10.4.zip. It'd be nice to add that link to the Downloads page. > > The link for this appears to be currently broken...if you browse > http://pythonmac.org/packages/py24-fat/ and click the link for > python_ldap-2.2.0-py2.4-macosx10.4.zip you get a broken URL: fixed now, it was missing the "mpkg/" part > http://pythonmac.org/packages/py24-fat/dmg/wxPython2.6-osx- > unicode-2.6.3.3-universal10.4-py2.4.dmg It definitely wasn't set to that, nor was that URL broken... -bob |