Hi,
I have changed the default ACI from ldap://anyone to ldap://all to require authentication prior to search - this works ok from normal clients. For the DSGW I edited the orgchart.conf file to include a bind dn and password - these options seem only to be available to the org. chart application. The org. chart works correctly, but when the phonebook application attempts to search it does not (obviously) authenticate and gets nothing (same goes for the other parts of the DSGW). I have attempted to use a binddnfile in dsgw.conf, as described on the wiki, but get syntax errors on the file. The wiki says only to add the DN and password but nothing on formatting syntax.
Any ideas on how to format the contents of the binddnfile?
Thanks in advance.
Best regards Anders Nielsen
On 08/29/2012 03:45 AM, Anders Nielsen wrote:
Hi,
I have changed the default ACI from ldap://anyone to ldap://all to require authentication prior to search - this works ok from normal clients. For the DSGW I edited the orgchart.conf file to include a bind dn and password
- these options seem only to be available to the org. chart application.
The org. chart works correctly, but when the phonebook application attempts to search it does not (obviously) authenticate and gets nothing (same goes for the other parts of the DSGW). I have attempted to use a binddnfile in dsgw.conf, as described on the wiki, but get syntax errors on the file. The wiki says only to add the DN and password but nothing on formatting syntax.
Any ideas on how to format the contents of the binddnfile?
Looks like the docs are wrong. The binddnfile should look like this:
binddn "the bind dn" bindpw "the bind pw"
You only have to use double quotes if there are spaces in the dn or password.
Thanks in advance.
Best regards Anders Nielsen -- 389 users mailing list 389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
389-users@lists.fedoraproject.org