Re: Authenticating to Kerberos

2006-01-30 Thread Donn Cave
In article <[EMAIL PROTECTED]>, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > David wrote: > > I don't need to do anything except authenticate and gain the correct > > credentials. > > I normally run kinit(1) to determine whether a password is correct. There's a weakness to that, though. If yo

Re: Authenticating to Kerberos

2006-01-30 Thread Michael Ströder
David wrote: > > Are there any modules that I could use to authenticate against Kerberos > (perhaps there is another module will do just the auth, e.g. for LDAP?). If you already have a TGT (after kinit) you can use python-ldap (built with OpenLDAP, cyrus-sasl and heimdal or MIT libs) to authenti

Re: Authenticating to Kerberos

2006-01-29 Thread Martin v. Löwis
David wrote: > I don't need to do anything except authenticate and gain the correct > credentials. I normally run kinit(1) to determine whether a password is correct. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Authenticating to Kerberos

2006-01-29 Thread David
Hi, I've had a quick look but cannot find a module that will let me authenticate against Kerberos. There appears to be a krb5 module that hasn't been updated for a long time and I can't find much on it except the pages at starship.python.net. I don't need to do anything except authenticate and g