summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-03-28 19:46:15 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:17 -0500
commit4e7ced87378d67588c808527930b2593ab69b944 (patch)
treea3d33c2f7d538d1ac3cf26366be8c67bdda42854 /docs
parentff3e7d27a52a62dbb1be23436d8bacc04d39dd7f (diff)
downloadsamba-4e7ced87378d67588c808527930b2593ab69b944.tar.gz
samba-4e7ced87378d67588c808527930b2593ab69b944.tar.bz2
samba-4e7ced87378d67588c808527930b2593ab69b944.zip
Small (but I think important...) fix for the idmap backend parameter syntax.
Thanks to Karolin Seeger <ks@sernet.de> :-) Volker (This used to be commit 80653626387e7d736b0dac8e8026ea3fde86cb5e)
Diffstat (limited to 'docs')
-rw-r--r--docs/smbdotconf/winbind/idmapbackend.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/winbind/idmapbackend.xml b/docs/smbdotconf/winbind/idmapbackend.xml
index 071feb2334..e9cb07676a 100644
--- a/docs/smbdotconf/winbind/idmapbackend.xml
+++ b/docs/smbdotconf/winbind/idmapbackend.xml
@@ -32,6 +32,6 @@
<value type="default"></value>
<value type="example">ldap:ldap://ldapslave.example.com</value>
-<value type="example">idmap_rid:BUILTIN=1000-1999,DOMNAME=2000-100000000</value>
+<value type="example">idmap_rid:"BUILTIN=1000-1999,DOMNAME=2000-100000000"</value>
<value type="example">idmap_ad</value>
</samba:parameter>