webmaster
2014-03-04 09:01:14 UTC
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/03/04 10:01
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/plugins/executable/howto_scripts?rev=1393862493
New Revision: http://lsc-project.org/wiki/documentation/plugins/executable/howto_scripts
Edit Summary:
User : coudot
@@ -60,4 +60,32 @@
attribute1: aaa
attribute2: abc
attribute3: def
</file>
+
+ ==== ADD ====
+
+ LSC will send on STDIN the LDIF of an entry to add, with changetype ''add'':
+ <file:ldif>
+ dn: DN
+ changetype: add
+ attribute1: aaa
+ attribute2: abc
+ attribute3: def
+ </file>
+
+ Nothing is expected from the script on STDOUT.
+
+ ==== UPDATE ====
+
+ LSC will send on STDIN the LDIF of an entry to modify, with changetype ''modify'':
+ <file:ldif>
+ dn: DN
+ changetype: modify
+ replace: attribute1
+ attribute1: aaa
+ -
+ add: attribute2
+ attribute2: abc
+ </file>
+
+ Nothing is expected from the script on STDOUT.
Date : 2014/03/04 10:01
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/plugins/executable/howto_scripts?rev=1393862493
New Revision: http://lsc-project.org/wiki/documentation/plugins/executable/howto_scripts
Edit Summary:
User : coudot
@@ -60,4 +60,32 @@
attribute1: aaa
attribute2: abc
attribute3: def
</file>
+
+ ==== ADD ====
+
+ LSC will send on STDIN the LDIF of an entry to add, with changetype ''add'':
+ <file:ldif>
+ dn: DN
+ changetype: add
+ attribute1: aaa
+ attribute2: abc
+ attribute3: def
+ </file>
+
+ Nothing is expected from the script on STDOUT.
+
+ ==== UPDATE ====
+
+ LSC will send on STDIN the LDIF of an entry to modify, with changetype ''modify'':
+ <file:ldif>
+ dn: DN
+ changetype: modify
+ replace: attribute1
+ attribute1: aaa
+ -
+ add: attribute2
+ attribute2: abc
+ </file>
+
+ Nothing is expected from the script on STDOUT.
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/