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
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
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
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
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
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
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