What is difference of pam.d config ubuntu and redhat?
up vote
0
down vote
favorite
While handling pam.d setting on Ubuntu and RedHat,
I saw something like this on Ubuntu
auth [success=3 default=ignore] pam_krb5.so minimum_uid=1000
auth [default=ignore] pam_unix.so nullok_secure try_first_pass
auth [success=1] pam_succeed_if.so user = sos
auth requisite pam_deny.so
auth required pam_permit.so
auth optional pam_cap.so
And like below from RedHat(CentOS)
auth include postlogin
# Used with polkit to reauthorize users in remote sessions
-auth optional pam_reauthorize.so prepare
account required pam_nologin.so
account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 1000 quiet
account required pam_permit.so
And I seems like (I'm not sure) that
in RedHat, syntax like [success=3]
doesn't work.
What is the difference between two and Where is document?
Any guide would be appreciated.
linux pam
add a comment |
up vote
0
down vote
favorite
While handling pam.d setting on Ubuntu and RedHat,
I saw something like this on Ubuntu
auth [success=3 default=ignore] pam_krb5.so minimum_uid=1000
auth [default=ignore] pam_unix.so nullok_secure try_first_pass
auth [success=1] pam_succeed_if.so user = sos
auth requisite pam_deny.so
auth required pam_permit.so
auth optional pam_cap.so
And like below from RedHat(CentOS)
auth include postlogin
# Used with polkit to reauthorize users in remote sessions
-auth optional pam_reauthorize.so prepare
account required pam_nologin.so
account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 1000 quiet
account required pam_permit.so
And I seems like (I'm not sure) that
in RedHat, syntax like [success=3]
doesn't work.
What is the difference between two and Where is document?
Any guide would be appreciated.
linux pam
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
While handling pam.d setting on Ubuntu and RedHat,
I saw something like this on Ubuntu
auth [success=3 default=ignore] pam_krb5.so minimum_uid=1000
auth [default=ignore] pam_unix.so nullok_secure try_first_pass
auth [success=1] pam_succeed_if.so user = sos
auth requisite pam_deny.so
auth required pam_permit.so
auth optional pam_cap.so
And like below from RedHat(CentOS)
auth include postlogin
# Used with polkit to reauthorize users in remote sessions
-auth optional pam_reauthorize.so prepare
account required pam_nologin.so
account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 1000 quiet
account required pam_permit.so
And I seems like (I'm not sure) that
in RedHat, syntax like [success=3]
doesn't work.
What is the difference between two and Where is document?
Any guide would be appreciated.
linux pam
While handling pam.d setting on Ubuntu and RedHat,
I saw something like this on Ubuntu
auth [success=3 default=ignore] pam_krb5.so minimum_uid=1000
auth [default=ignore] pam_unix.so nullok_secure try_first_pass
auth [success=1] pam_succeed_if.so user = sos
auth requisite pam_deny.so
auth required pam_permit.so
auth optional pam_cap.so
And like below from RedHat(CentOS)
auth include postlogin
# Used with polkit to reauthorize users in remote sessions
-auth optional pam_reauthorize.so prepare
account required pam_nologin.so
account required pam_unix.so
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 1000 quiet
account required pam_permit.so
And I seems like (I'm not sure) that
in RedHat, syntax like [success=3]
doesn't work.
What is the difference between two and Where is document?
Any guide would be appreciated.
linux pam
linux pam
asked Nov 14 at 7:48
ruseel
1164
1164
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03
add a comment |
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1375224%2fwhat-is-difference-of-pam-d-config-ubuntu-and-redhat%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The version of pam.
– Ipor Sircer
Nov 14 at 7:49
(I am guessing now) PAM is just one of kind (made by morgan@kernel.org, kukuk@thkukuk.de, just tiny version difference). So Ubuntu and RedHat both supports '[succes=3]' syntax. my bad.
– ruseel
Nov 14 at 8:03