- Joined
- Mar 6, 2014
- Messages
- 9,553
Or run a Samba based DC in a jail (weren't there plans for a plugin?). Then users can change their passwords from Windows or withsmbpasswd
.
You can change passwords through using the commandline middleware client
midclt call user.query | jq
to see your current users and get their "id". then midclt call user.update <id> '{"password": "MyPassword"}'