Skip to content

Commit 9d95f18

Browse files
v-maudelmairaw
authored andcommitted
C26883: Escaping "@" character to avoid localization issue (#6158)
1 parent fe1c691 commit 9d95f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The ServiceModel Metadata Utility tool is used to generate service model code fr
6060
For a service with a BasicHttpContextbinding endpoint, Svcutil.exe generates a BasicHttpBinding with the `allowCookies` attribute set to `true` instead. The cookies are used for context on the server. If you would like to manage context on the client when the service uses cookies, you can manually modify the configuration to use a context binding.
6161

6262
> [!CAUTION]
63-
> Svcutil.exe generates the client based on the WSDL or policy file received from the service. The user principal name (UPN) is generated by concatenating username, "@" and a fully-qualified domain name (FQDN). However, for users who registered on Active Directory, this format is not valid and the UPN generated by the tool causes a failure in Kerberos authentication with the error message "The logon attempt failed". To resolve this problem, you should manually fix the client file generated by this tool.
63+
> Svcutil.exe generates the client based on the WSDL or policy file received from the service. The user principal name (UPN) is generated by concatenating username, "\@" and a fully-qualified domain name (FQDN). However, for users who registered on Active Directory, this format is not valid and the UPN generated by the tool causes a failure in Kerberos authentication with the error message "The logon attempt failed". To resolve this problem, you should manually fix the client file generated by this tool.
6464
6565
`svcutil.exe [/t:code] <metadataDocumentPath>* | <url>* | <epr>`
6666

0 commit comments

Comments
 (0)