diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-DomainMember.xml | 2 | ||||
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-HighAvailability.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml index 699cf9b5f0..f1691193e1 100644 --- a/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml +++ b/docs/Samba3-HOWTO/TOSHARG-DomainMember.xml @@ -1320,7 +1320,7 @@ exists on the network &smbmdash; I know it does not. Why is this failing?</quote <indexterm><primary>nbtstat</primary></indexterm> The original name is still in the NetBIOS name cache and must expire after machine account deletion before adding that same name as a domain member again. The best advice is to delete -the old account and then add the machine with a new name. Alternately, the name cache can be flished and +the old account and then add the machine with a new name. Alternately, the name cache can be flushed and reloaded with current data using the <command>nbtstat</command> command on the Windows client: <screen> &dosprompt; nbtstat -R diff --git a/docs/Samba3-HOWTO/TOSHARG-HighAvailability.xml b/docs/Samba3-HOWTO/TOSHARG-HighAvailability.xml index ce86dc1bc5..1ce81d404e 100644 --- a/docs/Samba3-HOWTO/TOSHARG-HighAvailability.xml +++ b/docs/Samba3-HOWTO/TOSHARG-HighAvailability.xml @@ -178,9 +178,9 @@ from other sources, but it was Jeremy who inspired the structure that follows. </para> <para> -<indexterm><primary>IPC4 connections</primary></indexterm> +<indexterm><primary>IPC$ connections</primary></indexterm> <indexterm><primary>RPC calls</primary></indexterm> - One could split all IPC4 connections and RPC calls to one server to handle printing and user + One could split all IPC$ connections and RPC calls to one server to handle printing and user lookup requirements. RPC printing handles are shared between different IPC4 sessions &smbmdash; it is hard to split this across clustered servers! </para> |