diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-01 11:10:47 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-01 04:19:05 +0200 |
commit | ec9ff19e60907d6858c6a04f3fcd0e61d5c83100 (patch) | |
tree | a8e224ee466600793fc4030b5c963eeb666beb48 /docs-xml/smbdotconf | |
parent | 7630e73dac6562f91f05fdf09940ad3f1511a66e (diff) | |
download | samba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.tar.gz samba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.tar.bz2 samba-ec9ff19e60907d6858c6a04f3fcd0e61d5c83100.zip |
s3-param Make lp_passwordserver() const.
This means that it no longer takes % substituations, and so the documentation for this behaviour is removed from the smb.conf manpage. (This mode is only useful in security=server, which is already marked as deprecated in 3.6).
Andrew Bartlett
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/security/passwordserver.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs-xml/smbdotconf/security/passwordserver.xml b/docs-xml/smbdotconf/security/passwordserver.xml index 0ac39f103c..09d335c3ac 100644 --- a/docs-xml/smbdotconf/security/passwordserver.xml +++ b/docs-xml/smbdotconf/security/passwordserver.xml @@ -82,14 +82,6 @@ This will cause a loop and could lock up your Samba server!</para> </listitem> - <listitem> - <para>The name of the password server takes the standard - substitutions, but probably the only useful one is <parameter moreinfo="none">%m - </parameter>, which means the Samba server will use the incoming - client as the password server. If you use this then you better - trust your clients, and you had better restrict them with hosts allow!</para> - </listitem> - </itemizedlist> </description> |