Hi Clement,

Forget the xjc command : it won't include the required extension to manage
the default values ! Use the mvn package command : it will generate the
required java class.

Regarding the undocumented features :

filterAsync specifies the timestamp based filtering expression , defaulting
to "modifytimestamp>={0}"
dateFormat is the Java SimpleDateFormat expression to convert the date into
a LDAP compatible string , default to "yyyyMMddHHmmss'Z'"
interval is the number of seconds between to explicit search request based
on the modify timestamp.

Regards,

-- 
Sebastien BAHLOUL
IAM / Security specialist
Ldap Synchronization Connector : http://lsc-project.org
Blog : http://sbahloul.wordpress.com/



Le 17 avril 2012 14:07, Clément OUDOT <[email protected]> a écrit :

> Le 17 avril 2012 14:05, Sébastien Bahloul
> <[email protected]> a écrit :
> > Hi Clement,
> >
> >>
> >> It seems you did not answer to:
> >>
> >> * LDAP async source service
> >>
> >> This parameter is not documented:
> >>
> >>                                       <xsd:element
> >> name="synchronizingAllWhenStarting" type="xsd:boolean"
> >>                                               minOccurs="0"
> default="true"
> >> />
> >>
> >> What does it mean? Do it prevent to set -a all when launching LSC in
> async
> >> mode?
> >
> >
> > It's a configuration key that will be used to avoid synchronizing all the
> > source at startup and  just catch updates.
>
> Great!
>
>
> I also found a last unanswered question:
>
>
> * LDAP source service
>
> These parameters are not documented:
>
>                                       <xsd:element
> name="filterAsync" type="xsd:string"
>                                               minOccurs="0" />
>                                       <xsd:element name="dateFormat"
> type="xsd:string"
>                                               minOccurs="0" />
>                                       <xsd:element name="interval"
> type="xsd:int"
>                                               default="5" minOccurs="0" />
>
> Could you give some examples? Why do we have an "async" filter here?
>
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to