hangs in gss_accept_sec_context call on Windows with krb5-1.9.5 libs

2013-05-10 Thread diptivs
Hi, Any conclusion on this discussion. I am facing the similar problem with 1.9.5. My application works fine with 1.5.3 but when I upgraded to 1.9.5 then the thread making a call to "gss_accept_sec_context" is hanging. The hang is at: File: src/include/k5-thread.h Function: static inline int k5_o

Constrained Delegation

2013-05-02 Thread diptivs
My application supports delegation. But as it is using MIT libraries 1.5.3, it is failing on constrained delegation configuration for service on Active directory. I understanding that the constrained delegation support is added from 1.8 release. Will just upgrading the libraries solve the problem?

Re: Constructing User DN using principal name

2013-04-19 Thread diptivs
> realms to local domains? In most cases, there will probably be only one > local domain. > > -- > Russ Allbery (r...@stanford.edu) <http://www.eyrie.org/~eagle/> > -- Have a nice day! Regards, Dipti http://in.linkedin.com/in/diptivs

Re: Constructing User DN using principal name

2013-04-15 Thread diptivs
uglas E. Engert > Argonne National Laboratory > 9700 South Cass Avenue > Argonne, Illinois 60439 > (630) 252-5444 > ____ > Kerberos mailing list Kerberos@mit.edu > https://mailman.mit.edu/mailman/listinfo/kerberos > -- Have a nice day! Regards, Dipti http://in.linkedin.com/in/diptivs Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Constructing User DN using principal name

2013-04-14 Thread diptivs
Our application needs to construct User DN after successful authentication for authorization.Currently what application has is user principal name. User principal name is of format: Userame@RealmName And user DN is of the form cn=,cn=Users,cn=,cn=com As Realm need not be always same as Domain nam