Showing posts with label Authentication. Show all posts
Showing posts with label Authentication. Show all posts

Wednesday, August 4, 2021

Linux : PAM : Pluggable Authentication Module

sudo pam_tally2 -u 703247699 --reset

Config Files for PAM
/etc/pam.d
/etc/security


sudo   pam_tally2   -u    userID123
---------------------------------------------------------
Login           Failures Latest failure     From
userID123    0





Wednesday, January 13, 2021

Authorization Basic




<credentials>
If the "Basic" authentication scheme is used, the credentials are constructed like this:
  • The username and the password are combined with a colon (aladdin:opensesame).
  • The resulting string is base64 encoded (YWxhZGRpbjpvcGVuc2VzYW1l).

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass