Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 25 of 151) sorted by relevance

1234567

/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/
H A Dcommon-auth2 # /etc/pam.d/common-auth - authentication settings common to all services
5 # and should contain a list of the authentication modules that define
6 # the central authentication scheme for use on the system
8 # traditional Unix authentication mechanisms.
18 # Control gets here when no authentication module succeeds. Increment the
22 # Control gets here when authentication succeeds. Check if the user is locked
23 # out due to consecutive authentication failures and return status accordingly.
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-auth2 # /etc/pam.d/common-auth - authentication settings common to all services
5 # and should contain a list of the authentication modules that define
6 # the central authentication scheme for use on the system
8 # traditional Unix authentication mechanisms.
14 # Control gets here when no authentication module succeeds. Increment the
17 # Control gets here when authentication succeeds. Check if the user is locked
18 # out due to consecutive authentication failures and return status accordingly.
/openbmc/qemu/docs/system/
H A Dvnc-security.rst16 authentication. For this setup it is recommended to restrict it to
33 The VNC protocol has limited support for password based authentication.
37 VNC server using password authentication should be restricted to only
39 authentication is not supported when operating in FIPS 140-2 compliance
40 mode as it requires the use of the DES cipher. Password authentication
59 authentication. The use of x509 certificates is strongly recommended,
62 authentication. This allows any client to connect, and provides an
101 authentication to provide two layers of authentication for clients.
114 With SASL authentication
117 The SASL authentication method is a VNC extension, that provides an
[all …]
/openbmc/bmcweb/
H A DREADME.md29 Bmcweb supports multiple authentication protocols:
31 - Basic authentication per RFC7617
32 - Cookie based authentication for authenticating against webui-vue
33 - Mutual TLS authentication based on OpenSSL
34 - Session authentication through webui-vue
35 - XToken based authentication conformant to Redfish DSP0266
37 Each of these types of authentication is able to be enabled or disabled both via
39 options. All authentication mechanisms supporting username/password are routed
40 to libpam, to allow for customization in authentication implementations.
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-auth2 # /etc/pam.d/common-auth - authentication settings common to all services
5 # and should contain a list of the authentication modules that define
6 # the central authentication scheme for use on the system
8 # traditional Unix authentication mechanisms.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/
H A Dpam-radius_3.0.0.bb1 SUMMARY = "PAM module for RADIUS authentication"
3 authentication and accounting requests. You will need a RADIUS server to perform \
4 the actual authentication."
/openbmc/openbmc-test-automation/openpower/
H A Dtest_inband_bmc_auth_reset.robot2 Documentation OEM IPMI in-band BMC authentication reset.
4 # This resets the BMC authentication:
21 [Documentation] Trigger in-band BMC authentication reset and verify.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0038-corstone1000-introduce-EFI-authenticated-capsule-upd.patch44 + log_err("Corstone1000: Capsule authentication flag check failed. Aborting update\n");
59 + log_err("Corstone1000: Capsule authentication check failed. Aborting update\n");
65 + log_debug("Corstone1000: Capsule authentication successful\n");
67 + log_debug("Corstone1000: Capsule authentication disabled. ");
/openbmc/u-boot/board/xilinx/zynqmp/
H A DKconfig14 either authentication or encryption or both encryption
15 and authentication feature enabled while generating
/openbmc/openbmc-test-automation/docs/
H A Dredfish_request_via_mTLS.md3 When the BMC only enables mTLS type for authentication. Redfish request in robot
14 - **VALID_CERT** indicates valid mTLS certificate for authentication. When a
56 ## Test Cases for mTLS authentication
58 mTLS authentication is only a means to connect to the BMC, not for testing
60 mTLS authentication. (Requires test certificate with different privileges or
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_config62 # Change to yes to enable keyboard-interactive authentication (beware issues
76 # Set this to 'yes' to enable PAM authentication, account processing,
77 # and session processing. If this is enabled, PAM authentication will
80 # PAM authentication via KbdInteractiveAuthentication may bypass
83 # PAM authentication, then enable this but set PasswordAuthentication
/openbmc/u-boot/board/xilinx/zynq/
H A DKconfig29 either authentication or encryption or both encryption
30 and authentication feature enabled while generating
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/
H A Dpolkit-gnome_0.105.bb19 file://polkit-gnome-authentication-agent-1.desktop \
27 install -m644 ${UNPACKDIR}/polkit-gnome-authentication-agent-1.desktop \
/openbmc/qemu/
H A Dqemu.sasl3 # as authentication.
6 # you like for authentication, because TLS provides the encryption
22 # 'scram-sha-256' plugin allows plain username/password authentication
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0001-support-authentication-for-kickstart.patch4 Subject: [PATCH] support authentication for kickstart
7 we support basic/digest authentication.
9 Add KickstartAuthError to report authentication failure,
32 + KickstartAuthError - An exception for errors relating to authentication
44 + """An exception for errors relating to authentication failed while
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/
H A Dpython3-privacyidea_3.9.1.bb1 SUMMARY = "identity, multifactor authentication (OTP), authorization, audit"
2authentication like OTP tokens, SMS, smartphones or SSH keys. Using privacyIDEA you can enhance yo…
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot23 # authentication error, etc. ).
42 # authentication error, etc. ).
62 # authentication error, etc. ).
80 # authentication error, etc. ).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock-no_tally.patch37 --enable-shadow enable shadow authentication [disabled]
66 +# display a summary of failed authentication attempts after successfully
105 … fprintf(stderr, "%d failed authentication %s.\n", auth_tries, auth_tries > 1 ? "tries" : "try");
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A D0001-pppd-pppdconf.h-remove-erroneous-generated-header.patch86 -/* Have EAP-SRP authentication support */
89 -/* Have EAP-TLS authentication support */
92 -/* Have PEAP authentication support */
/openbmc/phosphor-user-manager/
H A Dmfa_pam3 # Google Authenticator for two-factor authentication.
/openbmc/docs/security/
H A DTLS-configuration.md1 # How to configure the server TLS certificates for authentication
9 …entication](https://github.com/openbmc/docs/blob/master/designs/redfish-tls-user-authentication.md)
16 authentication.
36 [Enable TLS authentication](#enable-tls-authentication) or go to
398 ## Enable TLS authentication
400 To check current state of the TLS authentication method use this command:
408 To enable TLS authentication use this command:
414 To disable TLS authentication use this command:
420 Other authentication methods like basic authentication can be enabled or
421 disabled as well using the same mechanism. All supported authentication methods
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A Dsaslauthd.service2 Description=SASL authentication daemon.
/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/
H A Dtelnet.xinetd.inetutils3 # unencrypted username/password pairs for authentication.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A D0001-ssmtp-Correct-the-null-pointer-assignment-to-char-po.patch26 -char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */
31 +char *auth_method = NULL; /* Mechanism for SMTP authentication */
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce-polkit/
H A Dxfce-polkit_0.3.bb1 SUMMARY = "A simple PolicyKit authentication agent for XFCE"

1234567