ACLs Assignment with user filter
ACLs Assignment
Click on ACL assignments on FusionDirectory main page

Click on the ACL assignment that you need

ACL Assignment tab you can see all the assignments

Click on Add button bottom left

Select ACL Assignment properties as follows
Mode : subtree
Role : student
All users : ticked

Add your member filter as follows
Member filter: (uid=toto)

Click on Add button bottom right

You can see that ACL Assignment tab is now correctly filled

Click on Ok button bottom right to save

Result
User view
Now let’s see how the ACL has been applied to our User
Login as toto

Click on User icon

We only have our mobile info because we assign ACL Role student for everyone but it applied only for (uid=toto)

ACLs Assignment with target filter
ACLs Assignment
Click on ACL assignments on FusionDirectory main page

Click on the ACL assignment that you need

ACL Assignment tab you can see all the assignments

Click on Add button bottom left

Select ACL Assignment properties as follows
Mode : subtree
Role : manager
Members : toto

Add your target filter as follows
Member filter: (manager=%dn%)

Click on Add button bottom right

You can see that ACL Assignment tab is now correctly filled

Click on Ok button bottom right to save

Result
User view
Now let’s see how the ACL has been applied to our User
Login as toto

Click on User icon to manage them

We see that we can manage another user because the target filter give the manager right for the objects where (manager=%dn%) match (%dn% mean our own dn)
