[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: newbie question - LDAP and Active Directory
Em Fri, May 10, 2002 at 07:46:31AM -0500, Mark H. Wood escreveu:
> > Are you saying that this actually works?
>
> mhw:~$ kinit mwood@ADS.IU.EDU
> Password for mwood@ADS.IU.EDU:
> mhw:~$ ldapsearch -h ads.iu.edu -b "ou=Accounts,dc=ads,dc=iu,dc=edu" "(cn=mwood)" sn
> SASL/GSSAPI authentication started
Great!
(...)
> [libdefaults]
> default_tkt_enctypes = des-cbc-crc
> default_tgs_enctypes = des-cbc-crc
>
> and I no longer remember why. It may be needed for interworking with MS
> Kerberos.
Yeah, w2k knows about RC4 and DES only, IIRC.
Thanks, I'll pursue this further then :)