search for: notauser

Displaying 2 results from an estimated 2 matches for "notauser".

Did you mean: not_used
2008 Sep 20
0
net rpc info failure accessing XP: NT_STATUS_LOGON_FAILURE
...Connection failed: NT_STATUS_LOGON_TYPE_NOT_GRANTED brian@ireland:~$ net rpc info -I phoebus Password: notapassword Could not connect to server 192.168.9.155 Connection failed: NT_STATUS_LOGON_TYPE_NOT_GRANTED Connection failed: NT_STATUS_LOGON_FAILURE brian@ireland:~$ net rpc info -I phoebus -U NotAUser%notapassword Could not connect to server 192.168.9.155 Connection failed: NT_STATUS_LOGON_TYPE_NOT_GRANTED brian@ireland:~$ net rpc info -I phoebus -U Lep Password: temppass Could not connect to server 192.168.9.155 The username or password was not correct. Connection failed: NT_STATUS_LOGON_FAILU...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.