lkhlee@ogcio.gov.hk wrote:
Full_Name: Law Version: 2.2.13
^^^ ?!? 2.2.13 was obsoleted in 2005! Even though yours seems to be a usage question, even if it were related to a bug, do you really expect anyone to fix it? Please upgrade to the latest version and see if the problem persists. And direct further requests to the most appropriate mailing list, unless you find clear evidence of a software bug.
This ITS will be closed.
p.
OS: red hat linux URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (202.128.253.141)
I used the default openldap server in redhat and using the slapd-ldap(5) to redirect the ldap request from client to another ldap server. However, I found that not all the attributes will be shown in the result when i use JXplorer to connect to my ldap server while all attributes will be shown when I directly connect to the destination ldap server using anonymous binding. My slapd.conf (about slapd-ldap) is configured as follow:
database ldap suffix "" #rootdn "cn=admin,dc=example,dc=com" #rootpw "admin" #binddn "anonymous" #bindpw "" uri "ldap://10.xxx.xxx.xxx" lastmod off
Do you have any idea about this?? Thank you very much!!