Re: Windows Kerberos PAC patent

2005-02-12 Thread Michael B Allen
On Thu, 10 Feb 2005 23:20:37 -0500, Fredrik Tolf wrote: > I have to admit that I don't know a lot about Windows and Kerberos. > However, as I've understood it, the only thing that really prevents you > from using a MIT KDC for Windows clients is the authorization data they > ship in the ticket, ri

keytab file format - exporting arcfour keys from active directory

2006-05-01 Thread Michael B Allen
Hi, Is there any documentation on the keytab file format? From scanning the code the rules are not clear and leaves me wanting of definitive documentation. I want to write an encoder (and I suppose decoder) in plain C for inclusion in the pwdump2 [1] program for exporting Kerberos keys from a MS

Re: keytab file format - exporting arcfour keys from active directory

2006-05-01 Thread Michael B Allen
On Mon, 1 May 2006 22:32:44 +0100 "Tim Alsop" <[EMAIL PROTECTED]> wrote: > * 0 2 keytype > * 2 2 keylen > * 4 keylen keydata > * } > * POSSIBLE if length left { > * xxx 4vno > * } > */ > > Is the "keytype" actually the key type, or is it the etype ? I ask this > because I ha

Re: keytab file format - exporting arcfour keys from active directory

2006-05-01 Thread Michael B Allen
On Mon, 01 May 2006 17:13:13 -0400 Sam Hartman <[EMAIL PROTECTED]> wrote: > We'd really prefer you just call into a krb5_32.dll. That will > continue to work if the keytab format changes in the future. I don't think asking people to installing an MIT kerberos dll on a Windows KDC would go over w

ktexport - Export Kerberos Keys from Active Directory

2006-05-02 Thread Michael B Allen
ilities/Windows/pwdump2_readme.cfm --8<-- ktexport.exe - export Kerberos keys from Active Directory Michael B Allen Tue May 2 21:02:02 EDT 2006 This version of pwdump2 has been modified to export Kerberos ARCFOUR keys from a Windows domain controller. INSTALLATION / RUNNING: There is no n

keytab - MIT Keytab Binary File Format Encoder / Decoder

2006-05-02 Thread Michael B Allen
or no service, 2 with service? 4) Have I missed anything? If people would like to try this on their keytab files the test1.c test decodes, encodes a copy, and then decodes the copy. Please let me know what you find. Thanks, Mike --8<-- The Kerberos Keytab Binary File Format Michael B Allen Last

Re: keytab - MIT Keytab Binary File Format Encoder / Decoder

2006-05-03 Thread Michael B Allen
I have made significant changes to the text and it's pretty short so I'll just inline the whole thing again. Thanks for your feedback. Mike --8<-- The Kerberos Keytab Binary File Format Michael B Allen Last updated: Wed May 3 12:56:26 EDT 2006 The MIT keytab binary format is n

Re: keytab - MIT Keytab Binary File Format Encoder / Decoder

2006-05-03 Thread Michael B Allen
On Wed, 03 May 2006 18:53:12 +0200 Love Hörnquist Åstrand <[EMAIL PROTECTED]> wrote: > > Michael B Allen <[EMAIL PROTECTED]> writes: > > > 2) What codeset are strings? Are they UTF-8 or locale dependant? > > "kerberos codeset", today, basicly ascii.

Re: keytab - MIT Keytab Binary File Format Encoder / Decoder

2006-05-04 Thread Michael B Allen
s only decoded if there are exactly 4 bytes left. Should that not be >= 4 bytes in anticipation of further expansion? Thanks for your feedback. You're welcome to use the text (or modify it however you like) in your documentation although I would appreciate an attribution if you keep track o

Re: keytab - MIT Keytab Binary File Format Encoder / Decoder

2006-05-04 Thread Michael B Allen
Whoops, I forgot to update the part about the components array. I also ran ispell on it. http://www.ioplex.com/utilities/keytab.txt Mike Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Creating a keytab with ktpass under a Computer account

2006-05-06 Thread Michael B Allen
On Sat, 6 May 2006 16:02:50 +0100 "Markus Moeller" <[EMAIL PROTECTED]> wrote: > As I have seen in the past people asking about how to create a keytab with a > Computer account I put some details together: > > 1) The ktpass version I used is from Windows2003 R2 File Version: > 5.2.3790.1830 (srv

Re: AcquireCredentials problem running inside iis

2006-05-11 Thread Michael B Allen
On 11 May 2006 11:11:05 -0700 [EMAIL PROTECTED] wrote: > I have a website in IIS which has been configured to run with Windows > Authentication and I have in my > web.config. > > I know that my configuration works correctly as when I look at the > identity under which the thread is running I can

Re: Authenticating users against w2k3

2006-05-11 Thread Michael B Allen
On Fri, 12 May 2006 00:15:23 +0100 "Markus Moeller" <[EMAIL PROTECTED]> wrote: > Which information does a w2k3(active directory) server use to identify a > user [EMAIL PROTECTED] when using kinit [EMAIL PROTECTED] ? Is it the > samAccountName fred together with the Domain name DOMAIN.COM of the

Re: Authenticating users against w2k3

2006-05-11 Thread Michael B Allen
On Fri, 12 May 2006 13:19:17 +1000 Luke Howard <[EMAIL PROTECTED]> wrote: > I can't think of any examples where the mapping > between short (NetBIOS) and long (DNS) realms is not 1:1. OK, maybe you > can come up with a case for W2K3 domain renames but not in the general > case. > > Windows uses t

Delegation or Explicit Credentials for Web Service?

2006-05-24 Thread Michael B Allen
I have some code that runs on a web server and authenticates clients using GSSAPI via WWW-Authenticate: Negotiate. This works with Firefox and IE. I have some client code that authenticates with a file server using Kerberos. That works ok too. Now I want the code on the web server to run the code

Re: Delegation or Explicit Credentials for Web Service?

2006-05-25 Thread Michael B Allen
On 25 May 2006 00:33:49 -0400 "Richard E. Silverman" <[EMAIL PROTECTED]> wrote: > MBA> 1) Configure the HTTP service principal a OK-AS-DELEGATE. When > MBA> the web client connects, gss_accept_sec_context will emit a TGT > MBA> that can then be used to acquire the desired ticket. > >

Re: Delegation or Explicit Credentials for Web Service?

2006-05-25 Thread Michael B Allen
On Thu, 25 May 2006 22:13:32 -0400 Michael B Allen <[EMAIL PROTECTED]> wrote: > failing with KRB5KDC_ERR_BADOPTION. From looking at an Ethereal trace > I can see the only option set is 'forwarded' (NOT 'forwardable'). The > KDC is W2K3. Actually I don't k

Re: apache + kerberos + LDAP

2006-05-29 Thread Michael B Allen
On Mon, 29 May 2006 15:26:01 +0600 "Aruna Lakmal" <[EMAIL PROTECTED]> wrote: > Hey guys, > I need to configure apache server authentications using kerberos and > user authorization with ldap. > do u how to do that.. You can use mod_auth_kerb to do authentication and you can use mod_auth_ldap to d

gss_cred_id_t from keytab after fork without exposing keytab?

2006-05-30 Thread Michael B Allen
Can someone recommend a method for providing an unpriviledged child process with a gss_cred_id_t derived from a keytab but without exposing the key to the child? Specifically, I have a service that starts out as root and forks a child. The child then changes it's uid/gid to an unpriviledged user,

How to get sshd w/ Kerberos on Mac OSX working

2006-06-14 Thread Michael B Allen
lookup and then gives up. If it had tried a standard lookup it would have found the name. Any ideas? Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ Kerberos mailing list Kerbero

Re: How to get sshd w/ Kerberos on Mac OSX working

2006-06-15 Thread Michael B Allen
On 15 Jun 2006 14:07:26 +0200 Noses <[EMAIL PROTECTED]> wrote: > Watakushi no kioku ga tashika naraba, Michael B Allen <[EMAIL PROTECTED]> > wrote: > > What do you have to do to get sshd to do Kerberos on Mac OSX? > > > > The log messages are > > not

Re: How to get sshd w/ Kerberos on Mac OSX working

2006-06-16 Thread Michael B Allen
On Fri, 16 Jun 2006 01:41:53 -0500 "Christopher D. Clausen" <[EMAIL PROTECTED]> wrote: > Michael B Allen <[EMAIL PROTECTED]> wrote: > > No. Where is that button exactly? This is just a mini with 10.3 BTW. > > Mac OS 10.3 only supports the "gssapi"

krb5kdc open ports

2006-06-16 Thread Michael B Allen
How can I get krb5kdc to listen on loopback? How can I get krb5kdc to NOT listen on kerberos-iv ports? Thanks, Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ Kerberos mailing list

Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
r can run in that causes all clients not to do Kerberos at all? Can anyone recommend a diagnostic? Thanks, Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ Kerberos mailing list Kerberos@mit

Re: Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
)? I've been through all the usual > reasons but we just can't get it to work. Is there some kind of mode that > a Windows domain controller can run in that causes all clients not to do > Kerberos at all? Can anyone recommend a diagnostic? > > Thanks,

Re: Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
On Thu, 29 Jun 2006 16:12:22 -0500 "Christopher D. Clausen" <[EMAIL PROTECTED]> wrote: > Michael B Allen <[EMAIL PROTECTED]> wrote: > > I'm testing a Windows -> Apache Kerberos SSO product (see sig) with a > > customer and it's not working for

Re: Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
On Thu, 29 Jun 2006 21:04:29 -0400 Jeffrey Hutzelman <[EMAIL PROTECTED]> wrote: > On Thursday, June 29, 2006 07:12:53 PM -0400 Michael B Allen > <[EMAIL PROTECTED]> wrote: > > > I have confirmed with a packet capture that the client never tries > > Kerberos. It

Re: Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
On Fri, 30 Jun 2006 04:10:35 GMT Jeffrey Altman <[EMAIL PROTECTED]> wrote: > Michael B Allen wrote: > > > It could be (2). But it's not specific to IE because the wsh script > > generates the same error and it just uses the WinHttpRequest interface. So > > it w

Re: Windows Clients Won't Do Kerberos

2006-06-29 Thread Michael B Allen
teresting (although I only tried the standard log level of 0xc043). Apparently there is a netcap.exe packet capture program shipped on the XP CD as part of the Support Tools package [1]. I have tested installing and getting a capture and asked the customer to try it. Mike [1] http://support.micr

Purging XP unknown princ cache?

2006-07-19 Thread Michael B Allen
XP is caching KRB5KDC_ERR_UNKNOWN_PRINCIPAL results. Does anyone know how to purge that cache without rebooting? Thanks, Mike -- Michael B Allen PHP Extension for SSO w/ Windows Group Authorization http://www.ioplex.com/ Kerberos mailing list

Re: Purging XP unknown princ cache?

2006-07-19 Thread Michael B Allen
On Wed, 19 Jul 2006 15:01:08 -0400 Michael B Allen <[EMAIL PROTECTED]> wrote: > XP is caching KRB5KDC_ERR_UNKNOWN_PRINCIPAL results. Does anyone know > how to purge that cache without rebooting? Looks like kerbtray can do it. Right click on the systray icon and select purge tickets.

Re: Accessing AD from UNIX machines

2006-07-31 Thread Michael B Allen
482 --with-ldap-sasl \ < add this line 483 $* 484 if test $? != 0; then Then I rebuilt with: $ rpmbuild -bb SPECS/php.spec [you'll need to take a long nap here] and upgraded just the php-ldap rpm. Otherwise, if you want C, use OpenLDAP's client API.

Re: unix active directory

2006-08-09 Thread Michael B Allen
t spam protection around > http://mail.yahoo.com > ____________ > Kerberos mailing list Kerberos@mit.edu > https://mailman.mit.edu/mailman/listinfo/kerberos > -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

pam_krb5 can't locate my KDC

2006-08-20 Thread Michael B Allen
ing at a capture I can see it trying a TXT _kerberos.foo.net lookup but even if I add a record for this with "WIN.NET" I see no communication with the KDC. Obviously I don't know what I'm doing. Can someone enlighten me? Mike -- Michael B Allen PHP Active Directo

Re: pam_krb5 can't locate my KDC

2006-08-20 Thread Michael B Allen
ng. And I thought I was good at Linux stuff. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: gss-server error

2006-08-21 Thread Michael B Allen
ECTED] > GSS-API error acquiring credentials: An invalid name was supplied > GSS-API error acquiring credentials: Hostname cannot be canonicalized > > I guess I used the service name in an improper way. So what service name > should I use? Thank you for any help! > > >

Re: pam_krb5 can't locate my KDC

2006-08-21 Thread Michael B Allen
On Mon, 21 Aug 2006 10:39:13 -0400 Jeffrey Hutzelman <[EMAIL PROTECTED]> wrote: > > > On Sunday, August 20, 2006 11:19:13 PM -0400 Michael B Allen > <[EMAIL PROTECTED]> wrote: > > > I was just trying pam_krb5 for kicks but it can't find my KDC. My >

Re: Using a Kerberized application outside the Kerberos Realm

2006-08-21 Thread Michael B Allen
cket for ALICESVC/[EMAIL PROTECTED] then even if Bob is [EMAIL PROTECTED] he should have no problem looking up the KDC for AI-AG.DE using DNS and getting a ticket per usual. But a trust relationship would be required between AI-AG.DE and AI-AG.US. Mike --

Re: Krb5 native and JGSS messages

2006-08-21 Thread Michael B Allen
ere is anything outstanding. Otherwise, JGSS should be fully compatible with MIT, Heimdal, Microsoft, ... -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Krb5 native and JGSS messages

2006-08-21 Thread Michael B Allen
On Tue, 22 Aug 2006 03:25:42 +0200 Fredrik Tolf <[EMAIL PROTECTED]> wrote: > On Mon, 2006-08-21 at 18:29 -0400, Michael B Allen wrote: > > On Mon, 21 Aug 2006 21:48:30 +0200 > > Fredrik Tolf <[EMAIL PROTECTED]> wrote: > > > > > So, I'm wondering, a

Re: MS cache format

2006-08-21 Thread Michael B Allen
he type 4. > > > > Thanks, > > Preetam > > Microsoft does not support FILE based credential caches. > Instead Microsoft stores Kerberos credentials within the LSA. > The credentials are accessible via the Lsa APIs. Really? The raw RC4 keys? What functions? Mik

Re: Kerberos and iTunes

2006-08-23 Thread Michael B Allen
beros? Does iTunes do Kerberos authentication? If so and you have access to systems that exhibit the desired behavior then get a packet capture using Ethereal, tcpdump or netcap.exe. Then look at it under Ethereal to see what it's doing e

Delegation w/ Java

2006-09-01 Thread Michael B Allen
I'm trying to get delegation to work from a Java servlet running on a Windows IIS machine but Credential.acquireTGTFromCache() is returning 'null'. Is this because Java 1.5 doesn't support RC4-HMAC? I cannot require all regular user accounts to be set for "DES only". Is there anything I can do? Th

Re: Delegation w/ Java

2006-09-01 Thread Michael B Allen
Upgrading to Java 1.5 update 8 fixed this particular issue for me (but I still haven't quite seen delegation working). Mike On Fri, 1 Sep 2006 12:37:12 -0400 (EDT) "Michael B Allen" <[EMAIL PROTECTED]> wrote: > So the TGT is 'null'. > > If I use Java&#x

Re: kerberos/spnego sso

2006-09-05 Thread Michael B Allen
ent machine does have a tgt. > Any hints on how to debug, or has anyone had a similar > experience?? > I have gone through all of the basic documented steps: > creation of AD user for WL box, keytabfiles, JAAS > config files... and the various changes on client > browsers. Soun

Re: Delegation w/ Java

2006-09-05 Thread Michael B Allen
types to RC4-HMAC? Do they just allow the client to report an error in the event DES is used? Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: kerberos/spnego sso

2006-09-05 Thread Michael B Allen
to check all the necessary settings, try to get a service ticket, and do a simple authenticated HTTP request as a diagnostic. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: kerberos/spnego sso

2006-09-05 Thread Michael B Allen
On Tue, 05 Sep 2006 21:37:03 -0400 Evan Vittitow <[EMAIL PROTECTED]> wrote: > The capabilities of FireFox and IE are different. IE has to use NTLM. > (with Apache's mod_auth_ntlm FireFox uses mod_auth_kerb with spnego. IE and Firefox each support both NTLM and Kerberos. -- Mi

Re: kerberos/spnego sso closer

2006-09-06 Thread Michael B Allen
r FF have knowledge of the enctype until they actually try to get a ticket. It also shouldn't make any difference what the enctype is. I suspect the client was in fact trying to get a ticket but was failing and resetting the password / regenerating the key resolved the problem. Mike -- Michael B

Kerberos Delegation thru Windows' ISAPI?

2006-09-07 Thread Michael B Allen
T present and ship it over to the Tomcat worker so Java can get to it. A lot of shops are MS SSO only and don't want a separate container for Java. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos

Re: Kerberos Delegation thru Windows' ISAPI?

2006-09-08 Thread Michael B Allen
.1 structures. > > Even for this you will have troubles to find meaningfull API unless you can > use IAIK. If you have to stay "opensource" you may probably want to try > www.bouncycastle.org, they claim to have library to work with ASN.1 > structures. > > Bes

Re: Kerberos and Group membership

2006-09-20 Thread Michael B Allen
ing look like it's working in a small environment but it's unlikely to be correct and it doesn't scale. Also, NTLM is not ideal for Web SSO as it requires communication with the domain controller and multiple messages to authenticate. Kebreros is much better. Same LDAP limitations

Re: Kerberos research paper

2006-09-20 Thread Michael B Allen
. This stuff is deep enough that you could talk about factoring algorithms and prime numbers for 10 pages (Although that would be incredibly boring. It's much better to discuss stories about people like how Thompson and Pike came up with UTF-8 in a New Jersey diner). Mike -- Michael B Allen

Re: Issue with Ktpass usage + windows 2003 KDC + non windows client

2006-09-23 Thread Michael B Allen
d it still always worked. I know about the knvo problem with Windows 2000. Perhaps you mean that the kvno option must be used with the Windows 2000 ktpass to set the proper kvno? Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Re: How to use gssapi between a java client and a C server?

2006-09-26 Thread Michael B Allen
cContext. In short, add a 1 byte flags field and make sure the length field is encoded using the same endianess. Then it will work. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
her or not mod_auth_kerb can do it I have no idea. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
On Thu, 05 Oct 2006 10:13:53 -0700 Russ Allbery <[EMAIL PROTECTED]> wrote: > Michael B Allen <[EMAIL PROTECTED]> writes: > > "Djihangiroff, Matthias (KC-DD)" <[EMAIL PROTECTED]> wrote: > > >> Anyone out there whos running an Apache with mod_aut

Re: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-05 Thread Michael B Allen
On Thu, 05 Oct 2006 11:10:27 -0700 Russ Allbery <[EMAIL PROTECTED]> wrote: > Michael B Allen <[EMAIL PROTECTED]> writes: > > Russ Allbery <[EMAIL PROTECTED]> wrote: > > >> mod_auth_kerb can (via BasicAuth), but you need to have the passwords > >>

Re: Kerberized DBMS's Available

2006-10-06 Thread Michael B Allen
s an option for you, drop me a mail. I > know I'd really appreciate comment/criticism so that I can improve the docs. Incedentally MS has a driver that supports IWA (ie Kerberos). It's type 4 but I cannot help but wonder if it actually works anywere but on Windows. Mike -- Michael

Re: AW: Anyone has an apache running with mod_auth_kerb AND mod_auth_ldap?

2006-10-10 Thread Michael B Allen
to use their correct konzern.intern domain 3) Rebuild your entire domain to use persona.de instead of konzern.inter 4) Setup a KDC for persona.de with a trust to konzern.intern Note I know more about Negotiate auth than I do Kerberos in general so hopefully someone will chime in if I'm wrong. --

SASL GSSAPI "authorization identity" and padding

2006-10-17 Thread Michael B Allen
s the "authorization identity"? Is it a UPN or ...? Also, RFC and others claim the data must be padded to a multiple of 8 but I don't see that padding using ldapsearch with cyrus-sasl. Is there supposed to be padding or not? Mike -- Michael B Allen PHP Active

Re: Kerberos Web Server to file Server

2006-10-24 Thread Michael B Allen
ver that I will let the web service be delegated for? [EMAIL PROTECTED] Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Kerberos Web Server to file Server

2006-10-24 Thread Michael B Allen
On Tue, 24 Oct 2006 17:12:01 -0400 Michael B Allen <[EMAIL PROTECTED]> wrote: > On 24 Oct 2006 08:51:56 -0700 > [EMAIL PROTECTED] wrote: > > > Hello, > > Is Kerberos delegation needed to write a file from a web app to a > > file server within the same netw

Re: Extracting service keys from Windows DC or AD

2006-10-28 Thread Michael B Allen
keytabs into the Wireshark packet sniffer). The Samba guys have "vampire" code that I think can do what you want but I don't know much about it. Also, note that SPNs are mapped to accounts and you really want the keys associated with accounts. So keytab entries for cifs and rpc wo

Re: What happens if key in keytable file is compromised?

2006-11-01 Thread Michael B Allen
not have the session key and will not be able to decrypt any data encrypted with it. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Passing kettabs from Linux KDC to Windows machine.

2006-11-02 Thread Michael B Allen
don't know the name of windows keytab file & how to merger keytab on > window(WIN XP). > Is it practical scenario to use LINUX KDC in windows domain ? You can't. There's no way to set the key on an account explicitly. You can only set a password string. Mike

JGSS: Integrity check on decrypted field failed (31)

2006-11-06 Thread Michael B Allen
I wrote an SPNEGO Java Servlet Filter that decodes the SPNEGO token, plucks out the krb5 mechToken and passes it to acceptSecContext. Works great on Linux/Jetty. Tomcat on Windows gives me the following exception. Basically it looks like it's failing to decrypt the ticket as if the password was wro

JCE KeberosKey Class Enctype Name for RC4-HMAC?

2006-11-06 Thread Michael B Allen
ot; all yield a "not supported" exceptions. Thanks, Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: JGSS: Integrity check on decrypted field failed (31)

2006-11-07 Thread Michael B Allen
includes support for SPNEGO starting from Java SE 6. > > Has the SPN been setup correctly ? > > Seema > > Michael B Allen wrote On 11/06/06 11:26,: > > >I wrote an SPNEGO Java Servlet Filter that decodes the SPNEGO token, > >plucks out the krb5 mechToken and p

Re: JGSS: Integrity check on decrypted field failed (31)

2006-11-07 Thread Michael B Allen
e please. Mike On Tue, 7 Nov 2006 17:54:50 -0500 Michael B Allen <[EMAIL PROTECTED]> wrote: > Hi Seema, > > I have narrowed things down quite a bit. If I use Firefox which uses > raw kerberos tokens I still get the same error which means that this > has nothing to do with

Re: JGSS: Integrity check on decrypted field failed (31)

2006-11-08 Thread Michael B Allen
berosKey in Subject method should work? Mike On Tue, 7 Nov 2006 23:48:03 -0500 Michael B Allen <[EMAIL PROTECTED]> wrote: > I believe this problem must be a bug in Java for Windows. > > All of the GSS examples use the default credentials of the user running > the server. I do no

Re: JGSS: Integrity check on decrypted field failed (31)

2006-11-09 Thread Michael B Allen
> > > > sun.security.jgss.krb5.Krb5Context.acceptSecContext(Krb5Context.java:734) > > > > sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:300) > > > > sun.security.jgss.GSSContextImpl.acceptSecContext(GSSContextImpl.java:246) > > co

Re: JGSS: Integrity check on decrypted field failed (31)

2006-11-09 Thread Michael B Allen
03 02 01 05 a1 03 02 01 0e a2 07 03 05 00 20 |... | 00010: 00 00 00 a3 82 03 b4 61 82 03 b0 30 82 03 ac a0 |...a...0| 00020: 03 02 01 05 a1 09 1b 07 46 4f 4f 2e 4e 45 54 a2 |FOO.NET.| 00030: 20 30 1e a0 03 02 01 02 a1 17 30 15 1b 04 48 54 | 00...HT| Is Wireshark lieing

Re: IIS, php, kerberos and multi-hop

2006-12-04 Thread Michael B Allen
PHP script with the data (maybe, shrug). Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ On Mon, 04 Dec 2006 17:45:53 + Dave Gudgeon <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently developing a web application for a windows 2003 server > runnin

Re: Using kerberos ticket on web browsers

2006-12-06 Thread Michael B Allen
/estagiario6.sso.com.br/ to access the site. Any deviation from that will not work. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: ccache and OS X API problem

2006-12-06 Thread Michael B Allen
SAPI and CLI (e.g. do HTTP SSO and use delegated cred with Kerberos aware clients like curl, ldap, pgsql, etc). -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Using kerberos ticket on web browsers

2006-12-07 Thread Michael B Allen
0.exe Just curious but why do you need kfw at all? -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Use of des-cbc-md4

2006-12-13 Thread Michael B Allen
ports des-cbc-md5 and des-cbc-crc. And arcfour-hmac-md5 of course (which ktpass.exe lists as RC4-HMAC-NT). Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Is there a synchronisation problem between comp.protocols.kerberos and MIT mailing list

2006-12-14 Thread Michael B Allen
erberos work in progress Xref: number1.nntp.dca.giganews.com comp.protocols.kerberos:23003 Are you using giganews? Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mai

Re: Active Directory --> Java web app

2006-12-15 Thread Michael B Allen
e taking it under their wing though. You might want to ask there. Note that the most popular Java SSO solution (free or otherwise) is the NTLM filter from jcifs (regular jcifs, not jcifs-ext). It doesn't support delegation but it's mind numbingly easy to use and scales throu

Re: Active Directory --> Java web app

2006-12-18 Thread Michael B Allen
-krb5 are supported by The JCIFS Team (at least not by me). Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Wiki?

2007-01-17 Thread Michael B Allen
would be ok in the wireshark.org wiki. Historical/theoretical stuff would be ok at wikipedia. Heimdal was talking about setting one up but I think it will be for Heimdal oriented stuff. Mike -- Michael B Allen PHP Active Directory SSO http:/

Re: Wiki?

2007-01-17 Thread Michael B Allen
didn't have the "Use DES encryption types for this account" flag on. The result was the "Failed to find ... in keytab" error because the enctypes didn't match. That is the level of detail you need to make your wiki worthwhile. Mike > Michael B Allen wrote: > > O

Re: Wiki?

2007-01-17 Thread Michael B Allen
iki on it if that's the will of the community. but no ads, > plz, other than pointers to products if that's a legit part of an entry. ok? If done right I might contribute. I know a lot about HTTP SSO scenarios. And the small bit o

Re: Windows Integration attempt #2

2007-02-02 Thread Michael B Allen
capture and look at it in Ethereal: http://support.microsoft.com/kb/306794/EN-US/ Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: problem obtaining tickets on a webserver

2007-02-04 Thread Michael B Allen
HTTPAUTH, CURLAUTH_GSSNEGOTIATE); curl_setopt($ch, CURLOPT_USERPWD, "[EMAIL PROTECTED]:"); // why? curl_exec($ch); curl_close($ch); fclose($fp); ?> You can also use the keytab credential to initate with the second teir as well. Let me know if you&

Re: Authenticating GSSAPI Client to SSPI Service

2007-02-08 Thread Michael B Allen
sure you have the latest ticket. Otherwise get a packet capture paying particular attention to the the principal names being used. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Authenticating GSSAPI Client to SSPI Service

2007-02-09 Thread Michael B Allen
> fine to me. Wireshark (formerly Ethereal) will decode the tickets (and some of the encrypted blocks if you capture the AS-REQ) so there is no need to read ASN.1. Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos ma

Re: What is SPNEGO and GSSAPI / Kerberos

2007-02-28 Thread Michael B Allen
ot copy this verbatim into your presentation or your instructor may give you an F- for plagorizing wikipedia (I'm not plagorizing since I wrote the wikipedia article this came from :-). -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ _

Re: Extract Information from Ticket.

2007-03-02 Thread Michael B Allen
orts SPNEGO. I haven't tried it but all you should have to do is base64 decode that blob feed it to GSSContext.acceptSecContext(). Mike -- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Extract Information from Ticket.

2007-03-05 Thread Michael B Allen
ject, ...) etc. > > Using the jcifs-ext code as a guide it was pretty easy for us to create > exactly what we needed. Yes, the peculiararities of the jcifs-ext SPNEGO classes using reflextion has made it difficult for me to accept it into the stock distro. And thus jcifs-krb5 (which

Generating Keyabs for Windows Accounts on Linux

2007-03-26 Thread Michael B Allen
f you're interested, it's called Plexcel and is available for download here (no registration required): http://www.ioplex.com/plexcel.html Again, it's free for 25 user's so a little PHP script used by a few admins isn't going to trip up the limit. Mike -- Michael B Allen PHP A

Re: service principal management with Active Directory KDC

2007-04-03 Thread Michael B Allen
problems that you let us know so that we can make the product better for the paying customers. Mike -- Michael B Allen PHP Active Directory Kerberos SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: generating keys from a web app(php)

2007-04-06 Thread Michael B Allen
t password changes from a bridge script in the old infrastructure. After some time, when you feel most or all of the passwords are set in both stores, migrate your applications to the new Kerberos infrastructure. Mike -- Michael B Allen PHP Active Directory Kerberos SSO http://www.ioplex.com/ _

Re: Mod_auth_kerb and Windows XP SP2

2007-04-16 Thread Michael B Allen
wal policies - you need a new employer ;-) Mike -- Michael B Allen PHP Active Directory Kerberos SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Mod_auth_kerb and Windows XP SP2

2007-04-17 Thread Michael B Allen
L version I have here is 5.1.2600.2698. Which is higher than > whats mentioned on the article. This sounds like a simple domain controller availability issue. Perhaps mod_auth_kerb or libkrb5 could benifit from some retry capability. Mike > -Original Message- > From: Michael B

Re: Mod_auth_kerb and Windows XP SP2 issues

2007-04-19 Thread Michael B Allen
I were you I would ask MS to give you an explaination. Either there's something wrong with your network or it's a bug in IE. Either way, I'd want to fix it rather than add some feature that just masks the problem. Mike -- Michael B Allen

Re: Cannot find key of appropriate type to decrypt AP REP

2007-04-20 Thread Michael B Allen
ate the keytab file. I'm sure you know this but I thought I'd make sure. Mike -- Michael B Allen PHP Active Directory Kerberos SSO http://www.ioplex.com/ Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: Mod_auth_kerb and Windows XP SP2

2007-05-01 Thread Michael B Allen
Good job Sriram. I'm cc-ing the mod_auth_kerb list. They were talking about this issue a while back. Mike On Tue, 1 May 2007 19:08:05 -0700 (PDT) SriramG <[EMAIL PROTECTED]> wrote: > Just wanted to update back, if anyone ends up with this issue. > > We contacted MS they provided a hotfix as men

Cross Realm MIT <-> Windows Close But No Cigar

2007-05-02 Thread Michael B Allen
7:33:55 [EMAIL PROTECTED] The signature in the SMB response packet is identical to the one in the request packet (i.e. it was echo'd). Any ideas? Do I need to do anything special with DNS? Mike -- Michael B Allen PHP Active Directory Kerb

  1   2   3   >