Changes between Version 9 and Version 10 of howto/SquidKerberosAuthentication
- Timestamp:
- 12/22/10 20:17:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/SquidKerberosAuthentication
v9 v10 5 5 Er zijn geen registry aanpassingen/hacks nodig in de Windows omgeving. 6 6 7 Bron howto: http://serverfault.com/questions/66556/getting-squid-to-authenticate-with-kerberos-and-windows-2008-2003-7-xp 8 9 7 10 '''in progress''' 8 11 9 == Algeme ne info==10 11 Bron howto: http://serverfault.com/questions/66556/getting-squid-to-authenticate-with-kerberos-and-windows-2008-2003-7-xp 12 == Algemeen == 13 14 * Zorg dat alle servers op tijd lopen, het liefst via ntp. 12 15 13 16 = Windows config = … … 99 102 Testen of het werkt doe je zo: 100 103 {{{ 101 [Syn-3] root@proxy.psy.datux.nl /var/log/samba# kinit administrator@PSY.DATUX.NL 102 Password for administrator@PSY.DATUX.NL: 103 104 [Syn-3] root@proxy.psy.datux.nl /var/log/samba# klist -e 104 [Syn-3] root@proxy.adtest.psy.datux.nl ~# kinit administrator 105 Password for administrator@ADTEST.PSY.DATUX.NL: 106 [Syn-3] root@proxy.adtest.psy.datux.nl ~# klist -e 105 107 Ticket cache: FILE:/tmp/krb5cc_0 106 Default principal: administrator@ PSY.DATUX.NL108 Default principal: administrator@ADTEST.PSY.DATUX.NL 107 109 108 110 Valid starting Expires Service principal 109 04/21/08 17:03:32 04/22/08 03:03:33 krbtgt/PSY.DATUX.NL@PSY.DATUX.NL 110 renew until 04/22/08 17:03:32, Etype (skey, tkt): ArcFour with HMAC/md5, ArcFour with HMAC/md5 111 112 113 Kerberos 4 ticket cache: /tmp/tkt0 114 klist: You have no tickets cached 115 111 12/22/10 20:16:44 12/23/10 06:16:12 krbtgt/ADTEST.PSY.DATUX.NL@ADTEST.PSY.DATUX.NL 112 renew until 12/23/10 20:16:44, Etype (skey, tkt): ArcFour with HMAC/md5, ArcFour with HMAC/md5 116 113 }}} 117 114