a bit more
1. change the schema:
## OC8: LDAP Configuration Group Structural Object Class
objectClass ( ftObId:8
…
MAY ftProps
)
2. change build.properties
# Use Fortress defined LDAP Group objectclass:
group.properties= ftProps
3. give ‘er a whirl and fix what breaks. ;-)
> On Nov 22, 2016, at 1:13 PM, Shawn McKinney <[email protected]> wrote:
>
>
>> On Nov 22, 2016, at 12:52 PM, Chris Pike <[email protected]> wrote:
>>
>> Not sure I'm following. I created a PropertyMgr / PropertyDAO that can crud
>> properties on objects that support ftProps (Role, AdminRole, PermObj,
>> Permission). Should it handle Group? If so, how?
>
> Short answer no. Longer answer yes but needs a bit of work. We’d alter the
> object class to use that property and go from there.