Cvs Commit: cvsnt
| Newsgroups | gmane.comp.version-control.cvs.windows-nt.cvs |
|---|---|
| Message-ID | <1114552370ecfb8a@obrien> |
CVSROOT: /cvs Module name: cvsnt Changes by: [email protected] Tue Apr 7 05:55:10 2015 On host: mail.march-hare.com Directory: cvsnt/src M server.cpp CVSNT_BRANCH_2_8_01_3761 1.106.2.210.6.99.2.54 -> 1.106.2.210.6.99.2.55 Bug Id: 6042 M server.h CVSNT_BRANCH_2_8_01_3761 1.17.2.25.6.10.2.2 -> 1.17.2.25.6.10.2.3 Bug Id: 6042 Directory: cvsnt/windows-NT M setuid.cpp CVSNT_BRANCH_2_8_01_3761 1.20.2.15.6.12 -> 1.20.2.15.6.13 Bug Id: 6042 M win32.cpp CVSNT_BRANCH_2_8_01_3761 1.72.2.150.6.44.2.34 -> 1.72.2.150.6.44.2.35 Bug Id: 6042 Directory: cvsnt/windows-NT/cvsdiag M cvsdiag.cpp CVSNT_BRANCH_2_8_01_3761 1.1.2.8.8.43.2.26 -> 1.1.2.8.8.43.2.27 Bug Id: 6042 Log message: Bug6042: S4U switch user method now tries a call to TranslateNameW() to translate the users name from SAM format to User Principal Name (UPN) format. See: https://msdn.microsoft.com/en-us/library/windows/desktop/aa380525(v=vs.85).aspx Also a new option to continue if all SAM to UPN translations fail (not recommended): SwitchNoTranslate Lastly: improved error messages in S4U for calls to IADsNameTranslate()