diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-10 12:46:14 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-02-02 23:43:42 +0100 |
commit | 1b1233a1f4aa74520c8654d3ebfdd1d5712a603d (patch) | |
tree | b7056ded7164d35bd23802793471a0cafd8d978b /docs-xml/smbdotconf/security | |
parent | d240a473504b9c6ab1aa461b71e567e0e735acef (diff) | |
download | samba-1b1233a1f4aa74520c8654d3ebfdd1d5712a603d.tar.gz samba-1b1233a1f4aa74520c8654d3ebfdd1d5712a603d.tar.xz samba-1b1233a1f4aa74520c8654d3ebfdd1d5712a603d.zip |
docs: fix type for password server parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/security')
-rw-r--r-- | docs-xml/smbdotconf/security/passwordserver.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/passwordserver.xml b/docs-xml/smbdotconf/security/passwordserver.xml index beaddca323d..24d4a0066ed 100644 --- a/docs-xml/smbdotconf/security/passwordserver.xml +++ b/docs-xml/smbdotconf/security/passwordserver.xml @@ -1,6 +1,6 @@ <samba:parameter name="password server" context="G" - type="list" + type="string" advanced="1" wizard="1" developer="1" constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> |