[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4197) DynList not return attributes
Full_Name: Jason Lin
Version: 2.3.11
OS: Solaris
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (71.104.244.66)
When using dynlist, I have the following in my LDAP:
dn: cn=Users,ou=LDAP,ou=groups,dc=uci,dc=edu
objectClass: top
objectClass: groupOfURLs
cn: Users
memberURL: ldap:///ou=people,dc=uci,dc=edu?title,employeeNumber?sub?(employeeStatus=A)
It only return all the title, but only one employeeNumber (first one). I think
this might be a bug.
I have the following config in the slapd.conf:
overlay dynlist
dynlist-oc groupOfURLs
dynlist-ad memberURL
Please let me know if this is a bug or mis-configuration
Jason