diff options
author | John Terpstra <jht@samba.org> | 2005-05-10 23:24:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:34 -0500 |
commit | 617ab1408f653dbf660467328f577ddf8f20668b (patch) | |
tree | d95e85b61f882ff6d4b868cc5e58e0424f3af79e /docs/smbdotconf/logon/logonpath.xml | |
parent | fb9a6d8e8acb4304653d8adf978b21c4776eeee3 (diff) | |
download | samba-617ab1408f653dbf660467328f577ddf8f20668b.tar.gz samba-617ab1408f653dbf660467328f577ddf8f20668b.tar.bz2 samba-617ab1408f653dbf660467328f577ddf8f20668b.zip |
Expanding warning info.
(This used to be commit 8989997fc34d5cc8582ced1569ff9c44b6b49e2d)
Diffstat (limited to 'docs/smbdotconf/logon/logonpath.xml')
-rw-r--r-- | docs/smbdotconf/logon/logonpath.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/smbdotconf/logon/logonpath.xml b/docs/smbdotconf/logon/logonpath.xml index f5126e25a5..52f8601d16 100644 --- a/docs/smbdotconf/logon/logonpath.xml +++ b/docs/smbdotconf/logon/logonpath.xml @@ -43,7 +43,14 @@ <warning> <para> Do not quote the value. Setting this as <quote>\\%N\profile\%U</quote> - will break profile handling. </para> + will break profile handling. Where the tdbsam or ldapsam passdb backend + is used, at the time the user account is created the value configured + for this parameter is written to the passdb backend and that value will + over-ride the parameter value present in the &smb.conf; file. Any error + present in the passdb backend account record must be editted using the + appropriate tool (pdbedit on the command-line, or any other locally + provided system tool. + </para> </warning> <para>Note that this option is only useful if Samba is set up |