Archive

Posts Tagged ‘login’

Slow logging into domain

March 26th, 2012 No comments

When you are facing slow logons into domain and you also get events 1030 and 1006 you need to look into your network. By default Kerberos uses UDP packets to communicate. You need to force Kerberos to use TCP instead of UDP by changing registry key:

HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Control\\Lsa\\ Kerberos\\Parameters

If it doesn’t exists just create it 🙂

Create DWORD key called MaxPacketSize and set it to value 1.

For more infor there is official KB http://support.microsoft.com/kb/244474/en-us

 

Exchange OWA error 500 after logon

February 19th, 2012 No comments

This weekend was again migrating for Exchange 2010 🙂 And right now other problems and solutions 🙂

On one CAS server I logged in via OWA and I’ve got internall error 500 from IIS 7.0.

Read more…

Categories: Exchange Tags: , , , , , ,

How to add UPN Suffix

August 19th, 2011 1 comment

Sometimes when you install Exchange, you want to allow users to use their e-mail addresses as a login name. Most of the time UPN suffixes are not usefull. For example you have internal name for domain “company.corp”, but your e-mail addresses are “username@company.com“. You want to give an option for users to log into OWA using “username@company.com” instead of “company.corp\username”.

Read more…