Difference between revisions of "Change Domain Password From MacOSX"

From ITSwiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Created page with "Should you "forget" to change your password when promptet I usually just prompt in a Terminal Window: smbpasswd -r adserv1.imm.dtu.dk -U jwa - where U off course need to kn...")
 
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 
Should you "forget" to change your password when promptet I usually just prompt in a Terminal Window:
 
Should you "forget" to change your password when promptet I usually just prompt in a Terminal Window:
  
  smbpasswd -r adserv1.imm.dtu.dk -U jwa
+
  smbpasswd -r adserv1.compute.dtu.dk -U jowa
  
- where U off course need to know wich Server to address (adserv1.imm.dtu.dk) and then use your own ID (jwa)
+
- where U off course need to know wich Server to address (adserv1.compute.dtu.dk) and then use your own ID (jowa)
  
 
You off course need to be cabeled to the network.
 
You off course need to be cabeled to the network.
[[Category:2010]]
+
 
[[Category:Mac - Apple Macintoshs]]
+
[[Category:Mac]]
[[Category:Tips and Tricks]]
+

Latest revision as of 10:11, 12 October 2015

Should you "forget" to change your password when promptet I usually just prompt in a Terminal Window:

smbpasswd -r adserv1.compute.dtu.dk -U jowa

- where U off course need to know wich Server to address (adserv1.compute.dtu.dk) and then use your own ID (jowa)

You off course need to be cabeled to the network.