libpam-mysql [Debian] - Logiciels - Linux et OS Alternatifs
Marsh Posté le 10-01-2007 à 10:12:52
je l'utilise pour une authentication sasl
le password est crypté en md5
Marsh Posté le 10-01-2007 à 17:42:25
Tu peux me faire deraper gentilment tes fichiers de conf ?
Marsh Posté le 10-01-2007 à 17:49:15
je les poste ce soir quand je serai chez moi
mais pour info tu cherches bien a faire une authentication sasl avec postfix ou pas du tout ?
Marsh Posté le 10-01-2007 à 18:43:18
thanks you
et dans la base mysql tu as juste utiliser la fonction md5() ?
Marsh Posté le 10-01-2007 à 22:44:48
sur une debian
avec les packages testing
Code :
|
Code :
|
Code :
|
saslauthd
---------
Using saslauthd with Postfix:
If you run a chrooted server such as Postfix and wish to use saslauthd, you
must place the saslauthd socket ("mux" ) inside the Postfix chroot. You must
also set correct overrides for the run directory inside the chroot, using
dpkg-statoverride. Finally, you must add the postfix user to the sasl group.
These steps ensure that the Debian subsystems know how you want things to be
laid out.
To place the saslauthd socket inside the Postfix chroot, edit
/etc/default/saslauthd and set OPTIONS like this (you may omit -c):
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"
To set the run directory using dpkg-statoverride, run this command as root:
dpkg-statoverride --add root sasl 710 /var/spool/postfix/var/run/saslauthd
Finally, to add the postfix user to the sasl group:
adduser postfix sasl
The init script will automatically create the run directory with the
permissions you have set using dpkg-statoverride. Please note that you must
also configure Postfix correctly. There are many options related to SASL. See
the Postfix documentation for how to do this.
-- Fabian Fagerholm <fabbe@debian.org>, Tue, 14 Nov 2006 14:21:50 +0200
Marsh Posté le 10-01-2007 à 22:46:09
AVec les packages testing ? ceux de stable ca ne marchait pas ?
Merci en tout cas pour ces infos
Marsh Posté le 10-01-2007 à 22:46:59
clockover a écrit : AVec les packages testing ? ceux de stable ca ne marchait pas ? |
j'ai pas essayé
mais a priori oui
Marsh Posté le 09-01-2007 à 23:26:27
J'ai une interrogation concernant ce module PAM sur Debian Sarge. Quelqu'un a déjà réussi à le faire fonctionenr avec des mots de passe chiffrés ?
J'ai une installation qui fonctionne avec des mots de passe en clair mais si je suis la procédure de la documentation:
J'ai testé toute les possibilités... Et je trovue très peu d'informations sur le sujet sur le net.
Merci