[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: dynlist overlay



Digant C Kasundra wrote:

What's the easiest way to compile dynlist.c into 2.2.26?


- copy dynlist.c in servers/slapd/overlays/
- in that directory, edit Makefile:
   - copy a build rule from another overlay (e.g. dyngroup.la)
   - add dynlist.la to var PROGRAMS
   - add -DSLAPD_OVER_DYNLIST=2 to var AC_DEFS
- then run make dynlist.la

p.

On Tue, 2005-05-17 at 06:52, Pierangelo Masarati wrote:


Hello everyone,

What is the state of the dynlist overlay?


Released with 2.3.3 beta; compiles and works under 2.2.26.



Is this still considered
official and production worthy?


Never been either official or production worthy; I'd consider it worth a try.



And if so, can it expand on more than
just 1 attribute?


Yes.



For example, the Faq-o-matic says :

when accessing the entry
       dn: cn=Dynamic List,ou=Groups,dc=example,dc=com
       objectClass: groupOfURLs
       cn: Dynamic List
       memberURL:
ldap:///ou=People,dc=example,dc=com?mail?sub?(objectClass=person)
will return
       # Dynamic List, Groups, example.com
       dn: cn=Dynamic List,ou=Groups,dc=example,dc=com
       objectClass: groupOfURLs
       cn: Dynamic List
       memberURL:
ldap:///ou=People,dc=example,dc=com?mail?sub?(objectClass=person)
       mail: bjensen@mailgw.example.com
       mail: bjorn@mailgw.example.com
       mail: dots@mail.alumni.example.com

If I left "mail" out of the URL, would it return and properly merge in all
the attributes?


Yes.

p.





SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497