Authenticating user is a core part of system security.
对用户的认证是系统安全的核心组成部分之一。
If the UID of the authenticating user is zero, then only pam_allowroot module returns PAM_SUCCESS.
如果验证中的用户的uid为零,那么只有pam_allowroot模块会返回PAM_SUCCESS。
Returns a list of the 20 most recent direct messages sent to the authenticating user. The XML and JSON versions include detailed information about the sending and recipient users.
返回登录用户的最新20条私信。XML和JSON的版本有包括发送者和接受者的详细资料。
Authenticating a user at the server without first invalidating existing sessions can lead to what is termed session fixation.
在服务器上验证一个用户之前,如果没有首先使现有会话失效,可能会导致所谓的会话固定。
If you choose to use form-based login, once the form completes authenticating, the user then redirects back to the originally requested URL.
如果选择使用表单架构登录,一旦表单完成验证,用户会重定向回最初请求的URL。
The general approach to security considerations starts with authenticating the user, commonly with username and password.
一般的安全措施首先会验证用户,通常使用用户名和密码进行验证。
If you store hashed passwords, which is a really good idea, you need to prepare an alternate way of authenticating the user.
如果你保存散列后的密码,这确实很好,你需要准备另一套方法来验证用户。
Step 3: Specify the method to be used for authenticating the user.
第 3 步:指定验证用户所使用的方法。
The Domino server processes the request, authenticating the user and processing the agent request, which outputs the DXL format of the document (whose UNID was sent in the request).
Domino 服务器处理该请求,验证用户并处理代理请求,输出 DXL 格式的文档(文档的 UNID 是在请求中发送的)。
You have an authenticating proxy server that just sends the user ID as an HTTP header without any authentication information.
您拥有一个身份验证代理服务器,它只是将用户ID作为HTTP Header发送出去,而没有任何身份验证信息。
After authenticating usr1 through PAM, the grant command (used in Listing 11) maps usr1 to idsuser (the user with the operating systems account), granting the properties of idsuser to usr1.
通过pam验证usr1之后,grant命令(用于清单11中)将usr1映射到idsuser(有操作系统帐户的用户),将idsuser的属性给予usr1。
If you choose to use form based login, once the form completes authenticating the user, it then redirects back to the originally requested URL.
如果您选择基于表单的登录,一旦表单完成了用户的认证,它将重定向回原始请求的URL。
WebSphere Application server V6.1 distinguishes between the user identities for administrators who manage the environment, and server identities for authenticating server to server communications.
WebSphere Application Server V6.1对管理环境的管理员用户标识和验证服务器间通信的服务器标识进行了区分。
The examples in this article introduce Shiro and focus on the basic task of authenticating a user.
本文中的这些例子旨在介绍 Shiro 并着重展示对用户进行身份验证的基本任务。
Tivoli Directory Server determines that the entry for the particular client does exist but the user password attribute, which would have helped in authenticating the client, does not exist.
Tivoli Directory Server 确定存在特定客户端的条目,但帮助对客户端进行身份验证的用户密码属性不存在。
An application may be expected to call the Subject.doAs method after authenticating the user (that is, once a Subject is available for the user).
应用程序可能期待在认证用户之后调用Subject . doAs方法(即,当Subject对用户是可用的时)。
This is intentional: if an authenticating proxy is being used, IBM Support Assistant will intercept the HTTP 407 response and display a pop-up dialog box so you can enter your user ID and password.
这是有意这样设置的:如果使用了身份验证代理,IBM Support Assistant将拦截HTTP 407响应,并显示弹出对话框,以便输入用户ID和密码。
At this point, the browser is directed to the OpenID Provider that is responsible for authenticating the user, where the user will enter his or her password.
此时,浏览器指向负责验证用户身份的OpenID提供者,用户将在此页面输入其密码。
Registering and authenticating a user using Ajax with jquery.
使用jQuery中的Ajax功能注册和认证一个用户。