On 05/23/10 09:21 PM, Howard Chu wrote:
Ian Collins wrote:
I am migrating a client over from Sun's directory manager (which does allow searching on dynamic attributes) to OpenLDAP, so I have to support all the client applications that currently authenticate against and use LDAP. For example:
filter="(&(objectClass=posixGroup)(uniqueMember=cn=Admins,ou=groups,o=staff,dc=company))"
attrs="gidNumber"
Don't use dynamic groups then. Use autogroups.
Thanks, I hadn't looked at the contrib modules.