[ 
http://jira.nuxeo.org/browse/NXP-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=68205#action_68205
 ] 

Nicolas Ulrich commented on NXP-4562:
-------------------------------------

TODO: Implementation of getSourceIdsForTarget

In order to retrieve dynamic groups from a user, you have to complete the 
method getSourceIdsForTarget. Most of the code will be the same as "url dynamic 
references", except that you will have three values instead of an url.

But you must be aware that Active Directory filters syntax is not supported by 
the class LDAPFilterMatcher. (Example: 
"samAccountType:1.2.840.113556.1.4.804:=3"). It means that you will have to 
execute this kind of filter instead of trying to match it, but it could be bad 
for the performances if you have a lots of dynamic groups.


> ldapreference contribution should allow to contribute filter, baseDN and type
> -----------------------------------------------------------------------------
>
>                 Key: NXP-4562
>                 URL: http://jira.nuxeo.org/browse/NXP-4562
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.3 GA
>            Reporter: Alexandre Russel
>            Assignee: Nicolas Ulrich
>
> At the moment the contribution is:
>         <ldapReference field="subGroups" directory="groupDirectory"
>           forceDnConsistencyCheck="false" staticAttributeId="uniqueMember"
>           dynamicAttributeId="memberURL" />
> It is a problem because a Active Directory might not have an url but a filter 
> instead, so we should be able to contribute:
> - filter
> - baseDN
> - type (one, subtree ...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to