diff options
author | John Terpstra <jht@samba.org> | 2003-06-01 02:09:14 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-06-01 02:09:14 +0000 |
commit | baf2371eaa859c4b1dd0280dddebc515df1d854c (patch) | |
tree | 4682ebe1c8b5efa30c89aa0c5d6ef8a7578859ea /docs | |
parent | 22c6450c4e753a6fc845e8f2334ef01cf1f3f0eb (diff) | |
download | samba-baf2371eaa859c4b1dd0280dddebc515df1d854c.tar.gz samba-baf2371eaa859c4b1dd0280dddebc515df1d854c.tar.bz2 samba-baf2371eaa859c4b1dd0280dddebc515df1d854c.zip |
Added Common Error.
(This used to be commit a3940a2945b1237e97cadc09100f98e8cdce3e50)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/projdoc/PolicyMgmt.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/PolicyMgmt.xml b/docs/docbook/projdoc/PolicyMgmt.xml index cc05e07886..10f1bca6c7 100644 --- a/docs/docbook/projdoc/PolicyMgmt.xml +++ b/docs/docbook/projdoc/PolicyMgmt.xml @@ -438,9 +438,27 @@ reboot and as part of the user logon: <title>Common Errors</title> <para> -Stuffgoes here. +Policy related problems can be very difficult to diagnose and even more difficult to rectify. The following +collection demonstrates only basic issues. </para> +<sect2> +<title>Policy Does Not Work</title> + +<para> +Question: We have created the <filename>config.pol</filename> file and put it in the <emphasis>NETLOGON</emphasis> share. +It has made no difference to our Win XP Pro machines, they just don't see it. IT worked fine with Win 98 but does not +work any longer since we upgraded to Win XP Pro. Any hints? +</para> + +<para> +<emphasis>ANSWER:</emphasis> Policy files are NOT portable between Windows 9x / Me and MS Windows NT4 / 200x / XP based +platforms. You need to use the NT4 Group Policy Editor to create a file called <filename>NTConfig.POL</filename> so that +it is in the correct format for your MS Windows XP Pro clients. +</para> + +</sect2> + </sect1> </chapter> |