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
> 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
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
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
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
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
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
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
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
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
[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
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
I'm sorry
--
http://mail.python.org/mailman/listinfo/python-list
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
Pls help Guys no idea?
--
http://mail.python.org/mailman/listinfo/python-list
15 matches
Mail list logo