Results 1 to 1 of 1
Thread: law
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
09-15-2009 #1
- Join Date
- Sep 2009
- Posts
- 2
law
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!!
L