benel / Dolomite

Directories Led by Members
https://github.com/benel/Dolomite/wiki
21 stars 20 forks source link

Feature: Create and Delete a group in the Ldap directory #30

Closed jeranvier closed 13 years ago

jeranvier commented 13 years ago

A new class LdapGroup.java has been created in the models representing a group in the Ldap directory. You can Create a group / Retrieve a group / Delete a group ( Updating a group was not part of the feature). The LdapGroup class then calls the Ldap class to handle the transactions.

NB: The creator of the group is stored in the "owner" attribute of the group (only for tracking means). In the tests creator of the group is automatically set as a member of the group but this is not mandatory.