[
https://issues.apache.org/jira/browse/KNOX-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dilli Arumugam updated KNOX-230:
--------------------------------
Attachment: KNOX-230.patch
The ldif schema file to support dynamic groups in Apache DS.
# you could use the following ldapadd command to update the schema
# assuming apache ds is listening on port 33389 and system password is secret
# ldapadd -D uid=admin,ou=system -w secret -h localhost -p 33389 -f ldapadd -D
uid=admin,ou=system -w secret -h localhost -p 33389 -f directors.ldif
> provide ldap schema file to allow creation of daynamic groups in apache ds
> --------------------------------------------------------------------------
>
> Key: KNOX-230
> URL: https://issues.apache.org/jira/browse/KNOX-230
> Project: Apache Knox
> Issue Type: Sub-task
> Components: Server
> Affects Versions: 0.4.0
> Reporter: Dilli Arumugam
> Assignee: Dilli Arumugam
> Fix For: 0.4.0
>
> Attachments: KNOX-230.patch
>
>
> In attempting to support Dynamic groups with Knox, found that Apache DS does
> not have the schema out of box to create dynamic groups.
> We need to find the right schema and included it in a template file,
> preferably in a users.ldapdynamicgroups.ldif to make it easy for
> developers/customers to try out dynamic groups easy with bundled apache ds.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)