|
133.
|
|
|
<emphasis>logon drive:</emphasis> specifies the home directory local path.
|
|
|
|
<emphasis>logon drive:</emphasis> визначає локальний шлях до домашнього каталогу.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:815(para)
|
|
134.
|
|
|
<emphasis>logon home:</emphasis> specifies the home directory location.
|
|
|
|
<emphasis>logon home:</emphasis> визначає адресу домашнього каталогу.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:820(para)
|
|
135.
|
|
|
<emphasis>logon script:</emphasis> determines the script to be run locally once a user has logged in. The script needs to be placed in the <emphasis>[netlogon]</emphasis> share.
|
|
|
|
<emphasis>logon script:</emphasis> визначає скрипт, який буде виконано локально після входу користувача до системи. Скрипт має зберігатися на спільному ресурсі <emphasis>[netlogon]</emphasis>.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:825(para)
|
|
136.
|
|
|
<emphasis>add machine script:</emphasis> a script that will automatically create the <emphasis>Machine Trust Account</emphasis> needed for a workstation to join the domain.
|
|
|
|
<emphasis>add machine script:</emphasis> скрипт, який автоматично створюватиме <emphasis>Machine Trust Account</emphasis> (обліковий запис довіри до машини), потрібний для долучення робочої станції до домену.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:831(para)
|
|
137.
|
|
|
In this example the <emphasis>machines</emphasis> group will need to be created using the <application>addgroup</application> utility see <xref linkend="adding-deleting-users"/> for details.
|
|
|
|
У нашому прикладі групу <emphasis>machines</emphasis> слід буде створити за допомогою команди <application>addgroup</application> Докладніше про це у розділі <xref linkend="adding-deleting-users"/>.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:835(para)
|
|
138.
|
|
|
Also, rights need to be explicitly provided to the <emphasis>Domain Admins</emphasis> group to allow the <emphasis>add machine script</emphasis> (and other admin functions) to work. This is achieved by executing:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
serverguide/C/windows-networking.xml:839(para)
|
|
139.
|
|
|
net rpc rights grant "EXAMPLE\Domain Admins" SeMachineAccountPrivilege SePrintOperatorPrivilege \ SeAddUsersPrivilege SeDiskOperatorPrivilege SeRemoteShutdownPrivilege
|
|
|
|
net rpc rights grant "EXAMPLE\Domain Admins" SeMachineAccountPrivilege SePrintOperatorPrivilege \ SeAddUsersPrivilege SeDiskOperatorPrivilege SeRemoteShutdownPrivilege
|
|
Translated by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:844(command)
|
|
140.
|
|
|
If you wish to not use <emphasis>Roaming Profiles</emphasis> leave the <emphasis>logon home</emphasis> and <emphasis>logon path</emphasis> options commented.
|
|
|
|
Якщо <emphasis>Roaming Profiles</emphasis> (профілі роумінгу) не буде використано, не вилучайте позначок коментування з рядків <emphasis>logon home</emphasis> і <emphasis>logon path</emphasis>.
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:851(para)
|
|
141.
|
|
|
Uncomment the <emphasis>[homes]</emphasis> share to allow the <emphasis role="italic">logon home</emphasis> to be mapped:
|
|
|
|
Вилучіть позначку коментаря з пункту спільного ресурсу <emphasis>[homes]</emphasis>, щоб надати серверу змогу створювати каталоги <emphasis role="italic">входу до системи</emphasis>:
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:860(para)
|
|
142.
|
|
|
[homes]
comment = Home Directories
browseable = no
read only = no
create mask = 0700
directory mask = 0700
valid users = %S
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
[homes]
comment = Home Directories
browseable = no
read only = no
create mask = 0700
directory mask = 0700
valid users = %S
|
|
Translated and reviewed by
Yuri Chornoivan
|
|
|
|
Located in
serverguide/C/windows-networking.xml:865(programlisting)
|