Actions:
|
2016-12-21 11:54 AEST by Arthur Barrett - By default CVSNT will use SSPI with normal 'domain' accounts as its login, and most of the video's a and
guides are written assuming this.
However when installing Windows 8 (and later) operating systems you can create a non-domain workstation
with 'microsoft login', e.g.: arthur.barrett@march-hare.com
This email address must be attached to a 'microsoft account' (basically a microsoft store account).
Basically this boils down to accepting a username with an @ sign.
- check GUI's allow email address in username fields
+ TCVS
+ WinCVS
+ CVS Suite Studio / Release Manager / SCCI - all use CVSAPI/CVSTOOLS dialogs
- make cvsnt smart enough to find the 'last' @ sign as the username/hostname separator
i.e.:
cvs -d arthur.barrett@march-hare.com@win8x32ms:/myrepo rls |
|
2016-12-21 12:11 AEST by Arthur Barrett - Created an attachment (id=3085)
installing windows 8 - use microsoft email address as login
|
|
2016-12-21 12:12 AEST by Arthur Barrett - Created an attachment (id=3086)
check microsoft account password during install of windows 8
|
|
2016-12-21 12:13 AEST by Arthur Barrett - Created an attachment (id=3087)
showing 'username' in windows 8
|
|
2016-12-21 12:14 AEST by Arthur Barrett - Created an attachment (id=3088)
showing windows 8 install info - particularly that this is a workgroup install
|
|
2016-12-21 12:17 AEST by Arthur Barrett - Also need to check that the actual 'authentication' works OK too. I assume the existing API's just pass the
authentication request to the most suitable handler...
Also might need to supply some documentation. e.g.: I've no idea what it does if I change my 'microsoft
login' password and my PC is offline. If the PC is not connected to the net are logins just aborted? |