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

Disabling NN Friendly Bind (Was: Binding Problems with authentication)



Turns out you can disable Netscape Navigator's "friendly bind"...
by mucking with your prefs.js file.  Basically, add your "directory
service", exit NN, and edit user.js.   Search down for your server
name and add something like:

user_pref("ldap_8.servers.FOOBAR.auth.dn", "uid=foo,dc=bar,dc=com");

More information about customizing NN settings are available at:
http://developer.netscape.com/docs/manuals/communicator/ldap45.htm

Kurt