Changeset 33540 in vbox for trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp
r32655 r33540 109 109 * be later replaced by the local computer name in the 110 110 * Kerberos authentication package or by the first part 111 * of the princip cal name.111 * of the principal name. 112 112 */ 113 113 if (pszDomain && strlen(pszDomain)) … … 139 139 { 140 140 /* 141 * Oky, no display name, but ma bye it's a141 * Oky, no display name, but maybe it's a 142 142 * principal name from which we have to extract the 143 143 * domain from? ([email protected] -> jdoe in … … 450 450 /* 451 451 * Extracts the actual account name & domain from a (raw) account data string. This might 452 * be a pr ncipal or FQDN string.452 * be a principal or FQDN string. 453 453 */ 454 454 BOOL VBoxCredential::ExtractAccoutData(PWSTR pwszAccountData, PWSTR *ppwszAccoutName, PWSTR *ppwszDomain)
Note:
See TracChangeset
for help on using the changeset viewer.