Сообщения RSS
Коментарии RSS

Задача: на удаленной windows системе добавить пользователя из linux используя samba.

Решение:


$ testparm -V
Version 3.0.23c
# net rpc -U flint -I hostname user add test
# net rpc -U flint -I hostname shell
net rpc> user edit pwnoexp test yes
net rpc> user edit disabled test no
net rpc> exit
# net rpc -U flint -I hostname password test pAzzWorT

Trackback URI | Comments RSS

Leave a Reply