Impossibile fare login su un dominio samba dopo l’upgrade a samba 2:3.6.6-6+deb7u9 (Errore domain_client_validate: unable to validate password for user xxxxx in domain XXXXX to Domain controller XXX.XXXXX.LOCALDOMAIN. Error was NT_STATUS_ACCESS_DENIED)

Se dopo aver aggiornato samba su Debian Wheezy, notate che nessun computer del vostro dominio riesce a loggarsi, ed ottenete l’errore:

 la relazione di trust tra questa workstation e il dominio primario non è riuscita

E nei log di samba trovate l’errore:

 domain_client_validate: unable to validate password for user xxxxx in domain XXXXX to Domain controller XXX.XXXXX.

Siete incappati nel bug Debian #820981.

Purtroppo questo aggiornamento blocca di fatto i logon ai domini.

Se il vostro server Samba non è un controller di dominio, installate winbind: dovrebbe risolvere il problema

sudo apt-get install winbind

Se invece il vostro server Samba è configurato come controller di dominio, allora l’unica soluzione è fare un downgrade alla versione precedente di samba, con il comando:

 apt-get install \
     smbclient=2:3.6.6-6+deb7u7 \
     libwbclient0=2:3.6.6-6+deb7u7 \
     samba-common=2:3.6.6-6+deb7u7 \
     samba=2:3.6.6-6+deb7u7 \
     samba-common-bin=2:3.6.6-6+deb7u7 \
     winbind=2:3.6.6-6+deb7u7 \
     libnss-winbind=2:3.6.6-6+deb7u7

Riferimenti:

Backup-Dvd: a simple script to backup your Linux machine on a DVD

Here is my very little piece of code that I use on my Debian GNU/Linux machine to backup the entire system on a Rewritable DVD.

It is manily used as a cron Job.

It logs operations in /var/log/backup.log

Remember that it cannot be run as sudo. It must be run directly as root.

Usage:

backup-dvd 1.0.0-19
Usage:
backup-dvd [-d] [-t] [-h] [-v]
-d = Debug mode, runs verbosely
-t = Test mode (backup /usr/lib for testing, do not delete logs)
-k = Keep temporary archive
-h = Show this help and exits
-v = show version and exits
Download it manually, and install it directly running:

sudo dpkg -i backup-dvd_1.0.0-19_all.deb

ANY COMMENT WILL BE GREATLY APPRECIATED !!!

IBM entra nella Comunità OpenOffice

 Use OpenOffice.org La Suite opensource OpenOffice annovera oggi tra i suoi sostenitori anche IBM, oltre a Sun System, sponsor ufficiale.

Certamente l’ingresso di Big Blue porterò migliorie dal punto di vista tecnologico ed applicativo.

Speriamo solo che non si vogliano mettere troppo a far marketing, sennò anche OpenOffice farà la fone ddi OS/2 😉

Questo l’annuncio:

"The OpenOffice.org community today announced that IBM will be joining the community to collaborate on the development of OpenOffice.org software. IBM will be making initial code contributions that it has been developing as part of its Lotus Notes product, including accessibility enhancements, and will be making ongoing contributions to the feature richness and code quality of OpenOffice.org. Besides working with the community on the free productivity suite's software, IBM will also leverage OpenOffice.org technology in its products." The text of the full Press Release is here: http://www.openoffice.org/press/ibm_press_release.html and an accompanying FAQ is here: http://www.openoffice.org/press/ibm_press_faq.html