Re: authentication with python-ldap

2013-05-25 Thread Dieter Maurer
Jorge Alberto Diaz Orozco wrote at 2013-5-25 14:00 -0400: >I have been doing the same thing and I tried to use java for testing the >credentials and they are correct. It works perfectly with java. >I really don´t know what we´re doing wrong. Neither do I. But the error message definitely origina

RE: authentication with python-ldap

2013-05-25 Thread Joseph L. Casale
> I have been doing the same thing and I tried to use java for testing the > credentials and they are correct. It works perfectly with java. > I really don´t know what we´re doing wrong. > > > You are accessing a protected operation of the LDAP server > and it (the server) rejects it due to invali

Re: authentication with python-ldap

2013-05-25 Thread Jorge Alberto Diaz Orozco
I have been doing the same thing and I tried to use java for testing the credentials and they are correct. It works perfectly with java. I really don´t know what we´re doing wrong. You are accessing a protected operation of the LDAP server and it (the server) rejects it due to invalid credential

Re: authentication with python-ldap

2013-05-24 Thread dieter
avazqu...@grm.uci.cu writes: > import ldap > conn = ldap.initialize("ldap://ldap.uci.cu";) > conn.protocol_version = ldap.VERSION3 > conn.simple_bind_s( "uid=xxx,dc=uci,dc=cu", "xxx" ) > > Result: > > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.7/dist-pac

Re: Authentication session with urllib2

2009-11-11 Thread Ken Seehart
Jon Clements wrote: On 11 Nov, 07:02, Ken Seehart wrote: I'm having some difficulty implementing a client that needs to maintain an authenticated https: session. I'd like to avoid the approach of receiving a 401 and resubmit with authentication, for two reasons: 1. I control the

Re: Authentication session with urllib2

2009-11-11 Thread Jon Clements
On 11 Nov, 07:02, Ken Seehart wrote: > I'm having some difficulty implementing a client that needs to maintain > an authenticated https: session. > > I'd like to avoid the approach of receiving a 401 and resubmit with > authentication, for two reasons: > > 1. I control the server, and it was easy

Re: authentication example with urllib.request

2009-04-25 Thread Marco Bizzarri
On Sat, Apr 25, 2009 at 8:09 AM, larryzhang wrote: > Dear all, > > I am trying to download data from a website that requires > authentication (maybe with cookies). Any suggestions on how i can do > this with the urllib.request module in py3? Where can I can find some > working examples? Thanks a l

Re: Authentication for XML-RPC Calls

2008-07-22 Thread Larry Bates
whitemice wrote: The only documentation regarding doing authentication for XML-RPC I can find is - "Both the HTTP and HTTPS transports support the URL syntax extension for HTTP Basic Authentication: http://user:[EMAIL PROTECTED]:port/path. The user:pass portion will be base64-encoded as an HTTP

Re: Authentication

2006-07-19 Thread Simon Forman
bigodines wrote: > Hello guys, > > I'm trying to learn python by making some small programs that could be > useful for some bigger propouses. In fact, i've made a small "check > latest-modified" for webpages and it's working great. > > The next step I would like to do is to check if I have new e-ma

Re: Authentication

2006-07-18 Thread Nick Vatamaniuc
Matheus, There is libgmail @ http://libgmail.sourceforge.net/ Here is the excerpt from their page. """ The following code logs into an account, retrieves a list of threads, displays information about them and displays the source of the individual messages. """ import libgmail ga = libgmail.GmailAcc

Re: authentication for xmlrpc via cgi

2005-09-22 Thread David M. Cooke
[EMAIL PROTECTED] writes: > I'm using python 2.2 (hopefully we'll be upgrading our system to 2.3 > soon) and I'm trying to prototype some xml-rpc via cgi functionality. > If I override the Transport class on the xmlrpclib client and add some > random header like "Junk", then when I have my xmlrpc

Re: authentication project

2005-08-10 Thread Felix Schwarz
Hi, for some of the "ground work" you could use the Python Web Modules (www.pythonweb.org). fs -- http://mail.python.org/mailman/listinfo/python-list

Re: authentication in zope server & Python

2005-04-06 Thread Raghul
I'm sorry -- http://mail.python.org/mailman/listinfo/python-list

Re: authentication in zope server & Python

2005-04-05 Thread Michele Simionato
Not to be rude, but you are on the wrong list and your question is ill formulated: http://www.catb.org/~esr/faqs/smart-questions.html http://www.zope.org/Resources/MailingLists Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list

Re: authentication in zope server & Python

2005-04-05 Thread Raghul
Pls help Guys no idea? -- http://mail.python.org/mailman/listinfo/python-list