Re: Using kerberos w/o binding to active directory

2005-02-16 Thread Jeffrey Altman
David Carlin wrote: Berkeley has a set of instructions for their students to do this. Their AD also uses Kerberos for authentication: http://calnetad.berkeley.edu/documentation/interoperability/#item1 It seems to have the students install a .reg file which has the same effect as

Using kerberos w/o binding to active directory

2005-02-16 Thread David Carlin
I have a file server on the campus active directory that contains the home directories for all the users of campus computer lab. I would like for students to be able to connect to a share and access their files from their dorm PCs not on the active directory. The complication here is since

Re: Using kerberos w/o binding to active directory

2005-02-16 Thread David Carlin
Jeffrey Altman wrote: The user should then be able to browse with explorer and as long as they use their full User Principal Name as known to the Active Directory domain, they will be able to access the shares. The active directory domain name is ADS. The Kerberos Realm is INS.CWRU.EDU...

Problems with SSO authentication in windows XP sp2

2005-02-16 Thread Miika Parvio
Hello! I have managed to get to work SSO authentication between windows XP (sp2) and windows server 2003. So when user is logged in to windows and starts application, which I have made, authentication is done by Krb5LoginModule. If TGT is found from the cache, authentication is succesfull,

KDC_ERR_BADOPTION

2005-02-16 Thread Vinnie Cardona
Mary, I don't know if you already resolved this but here what I did: Server1 = my local server Server2 = server causing the eventid 3 1. server1 was receiving Eventid3: A Kerberos Error Message was received: on logon session Client Time: Server Time: 19:40:41.

Re: Problems with SSO authentication in windows XP sp2

2005-02-16 Thread Jeffrey Altman
If the Java application is requesting your username and password, then it is not attempting to obtain Kerberos tickets from the Microsoft LSA cache. Instead it is obtaining tickets and storing them for you in a file based cache. Therefore, it does not matter if you lock and unlock your desktop

Re: Using kerberos w/o binding to active directory

2005-02-16 Thread Douglas E. Engert
David Carlin wrote: I have a file server on the campus active directory that contains the home directories for all the users of campus computer lab. I would like for students to be able to connect to a share and access their files from their dorm PCs not on the active directory. The

Re: Problems with SSO authentication in windows XP sp2

2005-02-16 Thread Seema Malkani
If you are using native ticket cache, Java Krb5LoginModule will obtain the native TGT from the ticket cache via LSA API. If you are using a file-based ticket cache, Java Krb5LoginModule will obtain the TGT from your file-based cache. However if the ticket obtained from the ticket cache is no

Re: how to store TGT to cache in Java

2005-02-16 Thread Seema Malkani
When prompted for username/password using Java Krb5LoginModule, the TGT obtained is not stored in any file-based cache, it will be stored in the JAAS subject. If the TGT already exists in the JAAS subject, it will be used for authentication. Please read my email in response to your question on

SSO concept with kerberos

2005-02-16 Thread qwerty
Hi, I'm new to kerberos.I have been reading the docs on your site and google more,but still don't understand well. As far as I know,LDAP and Samba can work well as a single-sign-on in the combination of windows and *nix-like env.But strictly speaking,it is so called single-password in a central