Discussion:
[lsc-changes] [Ldap Synchronization...] page changed: documentation:2.1:configuration:overview
webmaster
2014-03-06 13:22:04 UTC
Permalink
A page in your DokuWiki was added or changed. Here are the details:

Date : 2014/03/06 14:22
Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0
IP-Address : 88.173.78.196
Hostname : mne69-10-88-173-78-196.fbx.proxad.net
Old Revision: http://lsc-project.org/wiki/documentation/2.1/configuration/overview?rev=1334654814
New Revision: http://lsc-project.org/wiki/documentation/2.1/configuration/overview
Edit Summary:
User : coudot

@@ -12,8 +12,19 @@
* [[http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Predefined_entities_in_XML|XML entities]] like ''&'' should be converted or enclosed in CDATA, for example:
<file xml>
<getOneFilter>(&amp;(objectClass=inetOrgPerson)(uid={uid}))</getOneFilter>
<getOneFilter><![CDATA[(&(objectClass=inetOrgPerson)(uid={uid}))]]></getOneFilter>
+ </file>
+
+ ===== XML namespace =====
+
+ The XML namespace must be declared in lsc.xml. This namespace will vary with LSC releases, so keep it up to date in your configuration files:
+
+ <file xml>
+ <?xml version="1.0" ?>
+ <lsc xmlns="http://lsc-project.org/XSD/lsc-core-2.1.xsd" revision="0">
+
+ </lsc>
</file>

===== Sections =====
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
Loading...