Re: [Bacula-devel] Baculas CRAM MD5 in Python

2009-05-08 Thread Holger Mueller
Kern Sibbald wrote: > Off hand, I would say that your first problem is that you are not using the > Bacula network protocol, which is described in the Network chapter of the > developer's manual -- you need to read the small print. > I do this on send and recive: ---8< def _send(self,

Re: [Bacula-devel] Baculas CRAM MD5 in Python

2009-05-08 Thread Kern Sibbald
On Friday 08 May 2009 14:54:08 Holger Mueller wrote: > Hi, > > I've the intention to connect to bacula-dir in pure Python > using Python's library modules. > But I run in trouble with the hmac/base64 implementation, > which seems to be different from bacula ones. > > Code Sniplet: > 8><

[Bacula-devel] Baculas CRAM MD5 in Python

2009-05-08 Thread Holger Mueller
Hi, I've the intention to connect to bacula-dir in pure Python using Python's library modules. But I run in trouble with the hmac/base64 implementation, which seems to be different from bacula ones. Code Sniplet: 8><---8>< HELLO = r"Hello %s calling\n" ... def login(sel