O padrão do Outlook para credenciais de rede incorretas

3

Quando você abre o Outlook (2003/2007) conectado a um servidor Exchange, às vezes você é solicitado a fornecer credenciais de rede. Às vezes é porque você o abriu antes que a conexão de rede / VPN estivesse ativa ou talvez seja apenas uma falha no Outlook.

Por algum motivo, ele mantém o valor padrão em exchange server\user em vez de domain\user - que é necessário para fazer logon.

por exemplo. EXCHSERVER01\username ;-(
em vez de DOMAIN\username :-)

Não é apenas muito irritante, mas impede que usuários com problemas técnicos façam login no Outlook porque nunca sabem alterá-lo para o nome de domínio.

Alguém sabe de uma correção, talvez uma alteração de configuração no Outlook que impeça isso e sempre tente fazer logon com credenciais de domínio \ usuário? Não muito mexido se a caixa de credenciais continuar a aparecer, está tentando tornar o padrão domain\user .

    
por Kez 12.07.2010 / 10:25

3 respostas

1

Já passei por isso tantas vezes e como consertei esse problema é bem simples. Eu só precisava ir no AD e redefinir a senha do usuário. Em seguida, o usuário precisava fazer logoff e fazer login novamente. A conexão com o Exchange foi rápida e nenhum nome de usuário / senha foi necessário.

Experimenta, demora 2 minutos e trabalhou para mim todas as vezes.

    
por 20.07.2010 / 14:58
3

Este artigo deve corrigir seu problema: link

Baixe o hotfix Para habilitar o hotfix, siga estas etapas:

>    1. Exit Outlook 2007.
>    2. Start Registry Editor.
>           * In Windows Vista, click Start
>             Collapse this imageExpand this image
>             the Start button
>             , type regedit in the Start Search box, and then press
> ENTER.
> 
>             Collapse this imageExpand this image
>             User Account Control permission
>             If you are prompted for an administrator password or for
> confirmation, type the password or
> provide confirmation.
>           * In Windows XP, click Start, click Run, type regedit in the
> Open box, and then click OK.
>    3. Locate and then click to select the following registry key:
>       HKEY_CURRENT_USER\Software\Microsoft\Office.0\Outlook\RPC
>       Note If the RPC key does not exist, follow these steps:
>          1. Right-click the Outlook key, point to New, and then click Key.
>          2. Type RPC, and then press ENTER.
>    4. After you select the key that is specified in step 3, point to New on
> the Edit menu, and then click DWORD
> Value.
>    5. Type UseWindowsUserCredentials, and then press ENTER.
>    6. Right-click UseWindowsUserCredentials, and then
> click Modify.
>    7. In the Value data box, type the value that you want to use, and then
> click OK.
> 
>       Note When you set the UseWindowsUserCredentials value to 1,
> only the user's desktop credentials
> will be used. The following scenarios
> may help you determine the value that
> you want to use.
>           * Account: Domain
>             UseWindowsUserCredentials: 0 (or not present)
>             Protocol: TCP, HTTP with NTML authorization
>             Result: Connect to Microsoft Exchange without prompting
> for user credentials.
>           * Account: Non Domain
>             UseWindowsUserCredentials: 0 (or not present)
>             Protocol: TCP, HTTP with NTLM authorization
>             Result: Prompt for user credentials and connect to Microsoft
> Exchange.
>           * Account: Domain
>             UseWindowsUserCredentials: 1
>             Protocol: TCP, HTTP with NTLM authorization
>             Result: Connect to Microsoft Exchange without prompting
> for user credentials.
>           * Account: Non Domain
>             UseWindowsUserCredentials: 1
>             Protocol: TCP, HTTP with NTLM authorization
>             Result: Does not prompt for user credentials, and will not
> connect to Microsoft Exchange. Remains
> in the disconnected state,
> occasionally trying to connect.
>           * Account: Domain
>             UseWindowsUserCredentials: 1
>             Protocol: HTTP with Basic authorization
>             Result: Prompts for user credentials and successfully connects
> to Microsoft Exchange. Additionally,
> it will continue to prompt you if you
> mistype your password.
>           * Account: Non Domain
>             UseWindowsUserCredentials: 1
>             Protocol: HTTP with Basic authorization
>             Result: Prompts for user credentials and successfully connects
> to Microsoft Exchange. Additionally,
> if you mistype your password, it will
> continue to prompt you.
>           * Account: Domain
>             UseWindowsUserCredentials: 1
>             Additional Steps: When you configure the profile, select Always
> prompt for username and password.
>             Result: Prompts for user credentials and successfully connects
> to Microsoft Exchange.
>    8. On the File menu, click Exit to exit Registry Editor.
    
por 12.07.2010 / 14:21
0

O problema era que o Outlook havia escolhido configurações "RPC of HTTP" desonestas durante a configuração da conta no computador. Fui para as configurações da conta, na guia Conexão, desmarcou 'Conectar à minha caixa de correio do Exchange usando HTTP' e reiniciei o Outlook. Correção instantânea.

Dizendo isso, essa correção é apenas para o Outlook 2007 - então eu só respondi a metade da minha pergunta: \

    
por 28.11.2010 / 13:02