CredWrite accepts user name as Base64 encoded UTF-8 string now

This commit is contained in:
Simon Rozman 2016-06-01 09:20:52 +02:00
parent 8437d86913
commit b9c60adaaa
5 changed files with 8 additions and 2 deletions

View File

@ -102,6 +102,9 @@
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -32,4 +32,7 @@
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
</Project>

Binary file not shown.

View File

@ -6,7 +6,7 @@ Imports given credentials to Windows Credential Manager for GEANTLink use
CredWrite <username> <password> [<realm>]
```
- `username` - a user name usually of the form user@domain
- `username` - Base64 encoded UTF-8 user name (usually of the form user@domain or domain\user)
- `password` - Base64 encoded UTF-8 user password
- `realm` - A realm ID to allow grouping of credentials over different WLAN profiles (optional, default is domain part of `username`)

@ -1 +1 @@
Subproject commit 46b77c7f691b602961ff77951abcdea52ecce175
Subproject commit 5f74fc0ff79a034814b5c285b2f69c9b8a3c137f