Стоит сервер на NT + radius. Надо всё переустановить на FreeBSD. только вот незнаю как юзеров (их 800 штук) не потерять.
>Стоит сервер на NT + radius.
>Надо всё переустановить на FreeBSD.
>только вот незнаю как юзеров
>(их 800 штук) не потерять.
>net user
естественно без паролей
>Стоит сервер на NT + radius.
>Надо всё переустановить на FreeBSD.
>только вот незнаю как юзеров
>(их 800 штук) не потерять.
>
addusers из ResourceKit
addusers [ \\computername ] { /c [/p:{l | c | e | d}] | /d | /e } filename [/s:x] [/?]Where:
\\computername
is the computer on which you want to create user accounts or from which you want to write user accounts. If you do not specify a computer name, AddUsers will use the local computer by default.
/d
dumps (writes) user accounts, local groups, and global groups to filename.
Note that choosing to dump current user accounts does not save the account's passwords or any security information for the accounts. to back up security information for accounts, a tape backup should be used.
Also, note that since password information is not saved in a user account dump, using the same file to create accounts will cause all passwords of newly created accounts to be empty. All newly created users will be required to change their password at logon by default.