1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

docs: fix rename user script to be of the correct type (string)

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
Garming Sam 2013-12-30 14:36:10 +13:00 committed by Andrew Bartlett
parent d48f0c8768
commit 8727459fdb

View File

@ -1,7 +1,7 @@
<samba:parameter name="rename user script"
context="G"
advanced="1" developer="1"
type="boolean"
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
@ -29,5 +29,5 @@
</description>
<value type="default">no</value>
<value type="default"></value>
</samba:parameter>