summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/ProfileMgmt.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-08 07:40:57 +0000
committerJohn Terpstra <jht@samba.org>2003-05-08 07:40:57 +0000
commit949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3 (patch)
tree15ce560b97577a2bb235b1c1b20f350269ebeb09 /docs/docbook/projdoc/ProfileMgmt.xml
parent243b831de606f3c2dcc4111e2d7b5e30347676a9 (diff)
downloadsamba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.gz
samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.tar.bz2
samba-949b2e3f6f08f2790ced7ad83f5edc5b8f782ab3.zip
Another set of updates.
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
Diffstat (limited to 'docs/docbook/projdoc/ProfileMgmt.xml')
-rw-r--r--docs/docbook/projdoc/ProfileMgmt.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/ProfileMgmt.xml b/docs/docbook/projdoc/ProfileMgmt.xml
index 82897808b2..140dd44ba1 100644
--- a/docs/docbook/projdoc/ProfileMgmt.xml
+++ b/docs/docbook/projdoc/ProfileMgmt.xml
@@ -1123,4 +1123,55 @@ In which case, the local cache copy will be deleted on logout.
</sect2>
</sect1>
+<sect1>
+<title>Common Errors</title>
+
+<para>
+THe following are some typical errors/problems/questions that have been asked.
+</para>
+
+<sect2>
+<title>How does one set up roaming profiles for just one (or a few) user/s or group/s?</title>
+
+<para>
+With samba-2.2.x the choice you have is to enable or disable roaming
+profiles support. It is a global only setting. The default is to have
+roaming profiles and the default path will locate them in the user's home
+directory.
+</para>
+
+<para>
+If disabled globally then no-one will have roaming profile ability.
+If enabled and you want it to apply only to certain machines, then on
+those machines on which roaming profile support is NOT wanted it is then
+necessary to disable roaming profile handling in the registry of each such
+machine.
+</para>
+
+<para>
+With samba-3.0.0 (soon to be released) you can have a global profile
+setting in smb.conf _AND_ you can over-ride this by per-user settings
+using the Domain User Manager (as with MS Windows NT4/ Win 2Kx).
+</para>
+
+<para>
+In any case, you can configure only one profile per user. That profile can
+be either:
+</para>
+
+<itemizedlist>
+ <listitem><para>
+ A profile unique to that user
+ </para></listitem>
+ <listitem><para>
+ A mandatory profile (one the user can not change)
+ </para></listitem>
+ <listitem><para>
+ A group profile (really should be mandatory ie:unchangable)
+ </para></listitem>
+</itemizedlist>
+
+</sect2>
+</sect1>
+
</chapter>