diff options
author | John Terpstra <jht@samba.org> | 2005-07-07 05:31:30 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:03 -0500 |
commit | e6e86156cbc4e953b93541edf48144fd75a9590d (patch) | |
tree | 70aa7328c13cb6a0e8aaf24ce7e18b38c5cda82c /docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml | |
parent | 5357c5e6e30035fa8d7a552675aaa355f7a27bb4 (diff) | |
download | samba-e6e86156cbc4e953b93541edf48144fd75a9590d.tar.gz samba-e6e86156cbc4e953b93541edf48144fd75a9590d.tar.bz2 samba-e6e86156cbc4e953b93541edf48144fd75a9590d.zip |
Ilia Chipitsine patches.
(This used to be commit a12ddad2d8ab0d05862bf4cba7a073052683a8be)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml index 21f8ff6c30..3bbdd5f073 100644 --- a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml +++ b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml @@ -1303,5 +1303,18 @@ so they do not interoperate with domain profiles. </para> </smbconfblock> </sect2> + +<sect2> +<title>Debugging Roaming Profiles and NT4-style Domain Policies</title> + +<para> +Roaming profiles and domain policies are implemented via <command>USERENV.DLL</command>. +Microsoft Knowledge Base articles <ulink +url="http://support.microsoft.com/default.aspx?scid=kb;en-us;221833">221833</ulink> and +<ulink url="http://support.microsoft.com/default.aspx?scid=kb;en-us;154120">154120</ulink> + describe how to instruct that DLL to debug the login process. +</para> + +</sect2> </sect1> </chapter> |