Re: [ANNOUNCE] python-ad

2007-12-10 Thread Geert Jansen
Michael Ströder wrote: > I saw that kinit is started as a shell sub-process. Actually Python-AD comes with a C module that wraps the required Kerberos functions (see lib/ad/protocol/krb5.c). What you probably saw is the use of kinit in the test suite, where I use it to verify the credentials acqu

Re: [ANNOUNCE] python-ad

2007-12-10 Thread Michael Ströder
Geert Jansen wrote: > Mike Matz wrote: >> Will this initial release work on Mac OS X? If not, are there any >> plans in the future for Mac OS X? > > At the moment I have not tested Python-AD on OSX, but I would be happy > to support it in a future version. This requires though that someone > sends

Re: [ANNOUNCE] python-ad

2007-12-10 Thread Geert Jansen
Mike Matz wrote: > Will this initial release work on Mac OS X? If not, are there any > plans in the future for Mac OS X? At the moment I have not tested Python-AD on OSX, but I would be happy to support it in a future version. This requires though that someone sends me patches, or that I find a wa

ldap.modlist.modifyModlist() bug?

2007-12-10 Thread Craig Balfour
I've been using ldap.compare_s(), ldap.modlist.modifyModlist() and ldap_modify_s() to keep an OpenLDAP database up to date from an external datasource. I've just noticed, however, that when the old and new entry consist of the same characters but in a different order (as occurs when initials are

Re: [ANNOUNCE] python-ad

2007-12-10 Thread Mike Matz
Will this initial release work on Mac OS X? If not, are there any plans in the future for Mac OS X? Thanks, Mike On Dec 8, 2007, at 11:17 AM, Geert Jansen wrote: > All, > > with this email I am announcing the first public release of python-ad. > Python-AD is a Python client for MS Active Dire