Re: Dealing with pywin32 on Linux

2010-12-16 Thread Benedict Verheyen
On 15/12/2010 16:54, Stefan Sonnenberg-Carstens wrote: > Just change to LDAP as authentication method. > Even Active Directory offers LDAP (w/o SSL), and there > are modules to interact with LDAP using python. > And, it is platform indipendent. > > See here: http://www.python-ldap.org/ > > I've

Re: Dealing with pywin32 on Linux

2010-12-15 Thread Stefan Sonnenberg-Carstens
Am 15.12.2010 13:58, schrieb Benedict Verheyen: Hi, I'm moving my development environment (python, Django, virtualenv) from Windows to Linux (Debian more specific). However, on one app (uses Django), i have a log on module that uses AD to authenticate users. It's based on the active_directory

Re: Dealing with pywin32 on Linux

2010-12-15 Thread Benedict Verheyen
On 15/12/2010 15:17, Steve Holden wrote: >> >> Hi, >> >> thanks for your answer. >> For the moment, i only need to connect to AD to authenticate. >> But you raise a good point that if I need more functionality, I will >> encounter problems. >> > Benedict: > > Have you considered running a virtua

Re: Dealing with pywin32 on Linux

2010-12-15 Thread Steve Holden
On 12/15/2010 8:51 AM, Benedict Verheyen wrote: > On 15/12/2010 14:37, Tim Golden wrote: > >> Well I'm not sure how far something like WINE would take you, >> but I suggest that trying to develop Windows-specific code in >> a Linux Dev environment is creating a rod for your own back. >> >> For the

Re: Dealing with pywin32 on Linux

2010-12-15 Thread Benedict Verheyen
On 15/12/2010 14:37, Tim Golden wrote: > Well I'm not sure how far something like WINE would take you, > but I suggest that trying to develop Windows-specific code in > a Linux Dev environment is creating a rod for your own back. > > For the specific case you mention, you should be able to switch

Re: Dealing with pywin32 on Linux

2010-12-15 Thread Tim Golden
On 15/12/2010 12:58, Benedict Verheyen wrote: I'm moving my development environment (python, Django, virtualenv) from Windows to Linux (Debian more specific). However, on one app (uses Django), i have a log on module that uses AD to authenticate users. It's based on the active_directory wrapper

Dealing with pywin32 on Linux

2010-12-15 Thread Benedict Verheyen
Hi, I'm moving my development environment (python, Django, virtualenv) from Windows to Linux (Debian more specific). However, on one app (uses Django), i have a log on module that uses AD to authenticate users. It's based on the active_directory wrapper of Tim Golden. That needs the win32 module