]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Small (but I think important...) fix for the idmap backend parameter syntax.
authorVolker Lendecke <vlendec@samba.org>
Tue, 28 Mar 2006 19:46:15 +0000 (19:46 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:17 +0000 (08:47 -0500)
Thanks to Karolin Seeger <ks@sernet.de> :-)

Volker

docs/smbdotconf/winbind/idmapbackend.xml

index 071feb2334d2a3abb276fa109b41b53cd077cffb..e9cb07676a9eed3689218a631be2e6a6cdf31acc 100644 (file)
@@ -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>