Re: Kerberos Authentication via Apache

2005-01-13 Thread Achim Grolms
In comp.protocols.kerberos Scott Moseman <[EMAIL PROTECTED]> wrote: >> mod_auth_kerb can do SPNEGO. >> >> Find my tutorial "using mod_auth_kerb and Windows 2000 as KDC" >> at >> > > Thanks, Achim, you indirectly helped me solved my problem. > All your steps are

Re: use of asn1_encode_oid in MIT Kerberos 5

2005-01-13 Thread Sam Hartman
> "Ahluwalia," == Ahluwalia, Ish <[EMAIL PROTECTED]> writes: Ahluwalia,> Hi: I'm trying to use "asn1_encode_oid" function Ahluwalia,> defined in asn.1 directory. This is how I'm using it: That function has not been tested and should be considered suspicious.

Re: Kerberos Authentication via Apache

2005-01-13 Thread Scott Moseman
Achim Grolms wrote: > > > >> The website authenticates against the Windows domain. > >> But it uses a pop-up box for the login authentication. > >> I'm under the impression that it should use Kerberos > >> tickets and get my domain login info without the need > >> to request it from me. I have see

use of asn1_encode_oid in MIT Kerberos 5

2005-01-13 Thread Ahluwalia, Ish
Hi: I'm trying to use "asn1_encode_oid" function defined in asn.1 directory. This is how I'm using it: krb5_addlenfield(rep->oid.length,rep->oid.data,0,asn1_encode_oid); Is this the proper way to use it? I've defined the oid as krb5_data. Also, when using this function - how does the funct

Building Krb5 1.3.6 on Mac OS X

2005-01-13 Thread John Rudd
When I try to build on Mac OS X (10.3.7), everything is fine until lib/rpc/unit-test: making all in lib/rpc/unit-test... gcc -L../../../lib -g -O2 -Wall -Wmissing-prototypes -Wcast-qual -Wcast-align -Wconversion -Wshadow -Wno-comment -pedantic -o client client.o rpc_test_clnt.o \ -lg

password sync with ldap (samba attrib)

2005-01-13 Thread FM
Hello, My ldap server + KRB5 will replace my NIS server and y samba server. In samba, I can script to update the PRINCIPAL of the users. So not prob to sync when changing password from windows machines. Now, if my user use kpasswd to change his password, it is not in sync with the samba passwor

Re: Kerberos Authentication via Apache

2005-01-13 Thread Achim Grolms
In comp.protocols.kerberos Russ Allbery <[EMAIL PROTECTED]> wrote: > In comp.infosystems.www.servers.unix, scmoseman <[EMAIL PROTECTED]> writes: > >> The website authenticates against the Windows domain. >> But it uses a pop-up box for the login authentication. >> I'm under the impression that it