Re: User Authentication

2011-06-24 Thread Michael Ströder
Anurag wrote: My application is a web based application for both windows and Linux. The web part is developed using Django. So if Python does not support it then any support for local sytem account authentication in Django? I am looking for a common library for both Linux and Windows. Any

Re: User Authentication

2011-06-23 Thread Tim Golden
On 23/06/2011 06:02, Anurag wrote: On Jun 22, 7:01 pm, Adam Tauno Williamsawill...@whitemice.org wrote: On Wed, 2011-06-22 at 06:34 -0700, Anurag wrote: Hi All, I am working on application which needs to do a authentication against LDAP, if LDAP not installed then local system account

Re: User Authentication

2011-06-23 Thread Anurag
My application is a web based application for both windows and Linux. The web part is developed using Django. So if Python does not support it then any support for local sytem account authentication in Django? I am looking for a common library for both Linux and Windows. Any help will be Gr8

Re: User Authentication

2011-06-23 Thread Tim Golden
On 23/06/2011 16:07, Anurag wrote: My application is a web based application for both windows and Linux. The web part is developed using Django. So if Python does not support it then any support for local sytem account authentication in Django? I am looking for a common library for both Linux

User Authentication

2011-06-22 Thread Anurag
Hi All, I am working on application which needs to do a authentication against LDAP, if LDAP not installed then local system account (administrator user in windows and root user in Linux). This should work on both Windows and Linux. Which library I should use for that. Regards, Anurag --

Re: User Authentication

2011-06-22 Thread Tim Golden
On 22/06/2011 14:34, Anurag wrote: Hi All, I am working on application which needs to do a authentication against LDAP, if LDAP not installed then local system account (administrator user in windows and root user in Linux). This should work on both Windows and Linux. Which library I should use

Re: User Authentication

2011-06-22 Thread Adam Tauno Williams
On Wed, 2011-06-22 at 06:34 -0700, Anurag wrote: Hi All, I am working on application which needs to do a authentication against LDAP, if LDAP not installed then local system account (administrator user in windows and root user in Linux). This should work on both Windows and Linux. See

Re: User Authentication

2011-06-22 Thread Anurag
On Jun 22, 7:01 pm, Adam Tauno Williams awill...@whitemice.org wrote: On Wed, 2011-06-22 at 06:34 -0700, Anurag wrote: Hi All, I am working on application which needs to do a authentication against LDAP, if LDAP not installed then local system account (administrator user in windows and

Query on User Authentication modules

2007-07-25 Thread Bala Subramanyam vemu
Hi ALL I have SLES 10 installed on my machine, i wanted to get all the information about the installed USER authentication modules for example :: localauthentication or LDAP or even a radius server how can I get the above information in SUSE, do we have any python scripts for that Thanks

Re: WindowsNT user authentication

2007-02-14 Thread billie
Another question, I'm sorry. Do you got any idea about how to get permissions of a file/directory given the username? For example: I would like to know if C:\my_file.ext is readable/ writable by user 'x' or not. -- http://mail.python.org/mailman/listinfo/python-list

Re: WindowsNT user authentication

2007-02-14 Thread Tim Golden
billie wrote: Another question, I'm sorry. Do you got any idea about how to get permissions of a file/directory given the username? For example: I would like to know if C:\my_file.ext is readable/ writable by user 'x' or not. This is an unfortunately messy question. The easiest answer -- and

Re: WindowsNT user authentication

2007-02-14 Thread Tim Golden
Tim Golden wrote: billie wrote: Another question, I'm sorry. Do you got any idea about how to get permissions of a file/directory given the username? For example: I would like to know if C:\my_file.ext is readable/ writable by user 'x' or not. This is an unfortunately messy question.

Re: WindowsNT user authentication

2007-02-14 Thread billie
On 14 Feb, 14:30, Tim Golden [EMAIL PROTECTED] wrote: Tim Golden wrote: billie wrote: Another question, I'm sorry. Do you got any idea about how to get permissions of a file/directory given the username? For example: I would like to know if C:\my_file.ext is readable/ writable by user

Re: WindowsNT user authentication

2007-02-13 Thread billie
On 12 Feb, 16:53, Tim Golden [EMAIL PROTECTED] wrote: billie wrote: Do you got any idea about how getting user's home directory? The answer to that is unfortunately slightly complicated, because Windows has no such thing as a user's home directory or, if you prefer, it has several such

WindowsNT user authentication

2007-02-12 Thread billie
Hi there, I would like to submit a username/password pair to a Windows NT workstation and find out if it's valid. Moreover I would like to get the user's home directory given the username. Does it is possible to do that by using pywin32 extension? Could someone point me in the right direction?

Re: WindowsNT user authentication

2007-02-12 Thread Tim Golden
billie wrote: Hi there, I would like to submit a username/password pair to a Windows NT workstation and find out if it's valid. Moreover I would like to get the user's home directory given the username. Does it is possible to do that by using pywin32 extension?

Re: WindowsNT user authentication

2007-02-12 Thread billie
On 12 Feb, 14:45, Tim Golden [EMAIL PROTECTED] wrote: billie wrote: Hi there, I would like to submit a username/password pair to a Windows NT workstation and find out if it's valid. Moreover I would like to get the user's home directory given the username. Does it is possible to do

Re: WindowsNT user authentication

2007-02-12 Thread Tim Golden
billie wrote: Do you got any idea about how getting user's home directory? The answer to that is unfortunately slightly complicated, because Windows has no such thing as a user's home directory or, if you prefer, it has several such things. If you want, you can let Python make the decision, by