webmaster
2014-03-03 14:26:28 UTC
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/03/03 15:26
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: none
New Revision: http://lsc-project.org/wiki/documentation/plugins/executable
Edit Summary: created
User : coudot
====== Executable Plugin ======
<note>
* Plugin version: 1.0
* Minimal required LSC version: 2.1
</note>
===== Presentation =====
This plugin enables any sysadmin to use LSC on a custom source or destination without writing Java code, only by wrapping each method through a script command.
Scripts must return on the standard output the attended content. Error stream is reserved for messages that must be handle like error message. A non null return code indicates that the script encountered an error.
The design of a source connector only requires two scripts :
* the LIST script which provides the entries DN list
* the GET script which returns an full entry based on its DN
The design of a destination connector requires 4 more scripts :
* the ADD script which add a new entry (add operation)
* the UPDATE script which update an existing entry (modify operation)
* the REMOVE script which delete an existing entry (delete operation)
* the RENAME script which change the DN of an existing entry (modrdn operation)
There are two different destination connectors:
* Executable LDAP destination service: LIST and GET operations are done with LDAP destination service
* Executable LDIF destination service: LIST and GET operations are done by scripts, like the one use in Executable LDIF source service
Date : 2014/03/03 15:26
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: none
New Revision: http://lsc-project.org/wiki/documentation/plugins/executable
Edit Summary: created
User : coudot
====== Executable Plugin ======
<note>
* Plugin version: 1.0
* Minimal required LSC version: 2.1
</note>
===== Presentation =====
This plugin enables any sysadmin to use LSC on a custom source or destination without writing Java code, only by wrapping each method through a script command.
Scripts must return on the standard output the attended content. Error stream is reserved for messages that must be handle like error message. A non null return code indicates that the script encountered an error.
The design of a source connector only requires two scripts :
* the LIST script which provides the entries DN list
* the GET script which returns an full entry based on its DN
The design of a destination connector requires 4 more scripts :
* the ADD script which add a new entry (add operation)
* the UPDATE script which update an existing entry (modify operation)
* the REMOVE script which delete an existing entry (delete operation)
* the RENAME script which change the DN of an existing entry (modrdn operation)
There are two different destination connectors:
* Executable LDAP destination service: LIST and GET operations are done with LDAP destination service
* Executable LDIF destination service: LIST and GET operations are done by scripts, like the one use in Executable LDIF source service
--
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/
This mail was generated by DokuWiki at
http://lsc-project.org/wiki/