Die Konfiguration sieht derzeit so aus:
lockPref("signon.rememberSignons", false); // disable password-manager
lockPref("ldap_2.servers.GISLDAP.auth.savePassword", true);
lockPref("ldap_2.servers.GiSLDAP.auth.dn", "sys-public-adbook@xyz.de");
lockPref("ldap_2.servers.GiSLDAP.description", "GiS-LDAP");
lockPref("ldap_2.servers.GiSLDAP.filename", "ldap.mab");
lockPref("ldap_2.servers.GiSLDAP.maxHits", 100);
lockPref("ldap_2.servers.GiSLDAP.uri", "ldap://http://ldap01.xyz.de/ou=Users,ou=Xy…(objectclass=*)");
lockPref("ldap_2.autoComplete.directoryServer", "ldap_2.servers.GiSLDAP");
lockPref("ldap_2.autoComplete.useDirectory", true);
Ich habe auch schon probiert das Passwort irgendwie in die URL mit "ldap://user:passwort@ldap01..." zu vergraben, tat aber nicht.