340
edits
No edit summary |
|||
Line 550: | Line 550: | ||
For recursive group membership resolution, the following group filter can be used for Active Directory: | For recursive group membership resolution, the following group filter can be used for Active Directory: | ||
Group filter : (&(member:1.2.840.113556.1.4.1941:=${DN})(objectClass=group)(|(cn=allegro-mm-users)(cn=allegro-mm-admins))) | |||
This recursive group filter might be slower, depending on the size of the directory. | This recursive group filter might be slower, depending on the size of the directory. | ||
Depending on the setup, it is also possible to filter groups by distinguished name: | Depending on the setup, it is also possible to filter groups by distinguished name: | ||
Group filter : (&(member:1.2.840.113556.1.4.1941:=${DN})(objectClass=group)(|(distinguishedName:=CN=allegro-mm-users,OU=Groups,DC=example,DC=com)(distinguishedName:=CN=allegro-mm-admins,OU=Groups,DC=example,DC=com))) | |||
== Firmware update == | == Firmware update == |
edits