On Skole7, the current stable, if you do apt-get update && apt-get upgrade, gosa stops working, because it doesn't get a connection to the ldap.
"" Schwerer Fehler Fehler beim Verbinden mit dem LDAP-Server: Could not bind to cn=gosa-admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no (während der Arbeit auf LDAP-Server 'ldap://ldap.intern') Bitte beheben Sie obigen Fehler und laden die Seite neu. "" I preliminary fixed it by getting an 'adminPassword' from /etc/gosa/gosa.conf.orig cat /etc/gosa/gosa.conf.orig | grep -o 'adminPassword=".*"' And putting this password into /usr/share/gosa/include/functions.inc into line 473, i added: $pass="the_admin_password"; then Gosa works again. ... Would be nice though if updates wouldn't break systems in the first place. Greetings, Moritz Molle -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

