Mailinglist Archive: opensuse-de (2429 mails)
| < Previous | Next > |
Re: Cracklib deaktivieren
- From: Thomas Gräber <list@xxxxxxxxx>
- Date: Mon, 23 Jan 2006 11:47:58 +0100
- Message-id: <200601231147.58498.list@xxxxxxxxx>
Am Freitag, 20. Januar 2006 10:07 schrieb Steffen Dettmer:
> * Thomas Gräber wrote on Thu, Jan 19, 2006 at 21:51 +0100:
> > Danke, so gehts. Aber auf dem System mit SuSE 7.1 hatte ich das in der
> > rc.config geaendert und da hatte das nicht geklappt. Waere ja trotydem
> > mal interessant, was YaST da eigentlich macht....
>
> $ mkdir /root/yasttest/
> $ cp -a /etc/pam.d/ /root/yasttest/
> $ yast2...
> $ diff -Nur /root/yasttest/etc/pam.d/ /etc/pam.d/
>
> ?
>
> Das Ergebnis (also welche Zeile es nu wie war) bitte posten, ist gut für
> die Archive :)
Hab ich mal probiert, aber so richtig scheint er da nix zu ändern....
Hier mal die Ausgabe:
-auth requisite pam_unix2.so nullok #set_secrpc
+auth requisite pam_unix2.so nullok #set_secrpc
auth required pam_securetty.so
auth required pam_nologin.so
#auth required pam_homecheck.so
@@ -8,5 +8,5 @@
account required pam_unix2.so
password required pam_pwcheck.so nullok
password required pam_unix2.so nullok use_first_pass use_authtok
-session required pam_unix2.so none # debug or trace
+session required pam_unix2.so none # debug or trace
session required pam_limits.so
diff -Nur /root/yasttest/pam.d/sshd /etc/pam.d/sshd
--- /root/yasttest/pam.d/sshd 2006-01-20 11:19:45.000000000 +0100
+++ /etc/pam.d/sshd 2006-01-20 11:20:51.000000000 +0100
@@ -6,5 +6,5 @@
account required pam_nologin.so
password required pam_pwcheck.so
password required pam_unix2.so use_first_pass use_authtok
-session required pam_unix2.so none # trace or debug
+session required pam_unix2.so none # trace or debug
session required pam_limits.so
Mfg,
Thomas
> * Thomas Gräber wrote on Thu, Jan 19, 2006 at 21:51 +0100:
> > Danke, so gehts. Aber auf dem System mit SuSE 7.1 hatte ich das in der
> > rc.config geaendert und da hatte das nicht geklappt. Waere ja trotydem
> > mal interessant, was YaST da eigentlich macht....
>
> $ mkdir /root/yasttest/
> $ cp -a /etc/pam.d/ /root/yasttest/
> $ yast2...
> $ diff -Nur /root/yasttest/etc/pam.d/ /etc/pam.d/
>
> ?
>
> Das Ergebnis (also welche Zeile es nu wie war) bitte posten, ist gut für
> die Archive :)
Hab ich mal probiert, aber so richtig scheint er da nix zu ändern....
Hier mal die Ausgabe:
-auth requisite pam_unix2.so nullok #set_secrpc
+auth requisite pam_unix2.so nullok #set_secrpc
auth required pam_securetty.so
auth required pam_nologin.so
#auth required pam_homecheck.so
@@ -8,5 +8,5 @@
account required pam_unix2.so
password required pam_pwcheck.so nullok
password required pam_unix2.so nullok use_first_pass use_authtok
-session required pam_unix2.so none # debug or trace
+session required pam_unix2.so none # debug or trace
session required pam_limits.so
diff -Nur /root/yasttest/pam.d/sshd /etc/pam.d/sshd
--- /root/yasttest/pam.d/sshd 2006-01-20 11:19:45.000000000 +0100
+++ /etc/pam.d/sshd 2006-01-20 11:20:51.000000000 +0100
@@ -6,5 +6,5 @@
account required pam_nologin.so
password required pam_pwcheck.so
password required pam_unix2.so use_first_pass use_authtok
-session required pam_unix2.so none # trace or debug
+session required pam_unix2.so none # trace or debug
session required pam_limits.so
Mfg,
Thomas
| < Previous | Next > |