This packet includes the TGT obtained from the previous message and an authenticator generated by the client and encrypted with the session key.
这个包包含从前面的消息获取的 TGT和一个由客户机生成的用会话密匙加密的身份验证程序。
The default authenticator simply verifies that the username and password are identical.
默认的身份验证器仅仅检查用户名和密码是否相同。
The default authenticator simply requires you to enter the same string for both the username and password, for example demo in both fields.
默认的身份验证器只要求为用户名和密码提供相同的字符串,例如在两个域中都输入demo。
The authenticator bean uses search filters to find users that it cannot authenticate by constructing a DN from the DN patterns.
身份验证器bean使用搜索过滤器查找不能够通过DN 模式构造 DN 进行身份验证的用户。
The first parameter to the LdapAuthenticationProvider constructor is authenticator, which authenticates a user with the LDAP directory by verifying the user's username and password.
LdapAuthenticationProvider构造函数的第一个参数是authenticator,该参数通过检查用户的用户名和密码对LDAP目录的用户进行身份验证。
The authenticator sends the user information back to the LDAP authentication provider.
authenticator将用户信息发送回LDAP身份验证提供者。
For example, if you want to allow certain users to access guard points only if the users log in via SSH and Telnet, add | authenticator | in front of the login processes as shown in Listing 2.
例如,如果您希望仅允许通过ssh和telnet登录的特定用户访问保护点,那么需要在登录进程的前面添加|authenticator |,如清单2所示。
The first parameter specifies the node where the authenticator searches for the users.
第一个参数指定authenticator在哪个节点中搜索用户。
The authenticator bean checks whether a user exists in the LDAP directory with a given username and password.
authenticatorbean将检查具有给定用户名和密码的用户是否存在于LDAP目录中。
As a result, when that user tries to log in, Acegi's authenticator bean is unable to construct the correct DN and therefore is unable to authenticate the user.
因此,当用户尝试登录时,Acegi的authenticatorbean将不能够构造正确的DN,从而无法对该用户进行身份验证。
The authenticator bean replaces the {0} with the username supplied by the user (say, Alice) during authentication.
在进行身份验证的时候,authenticatorbean使用用户提供的用户名(比如alice)替换了{0}。
ObjectGrid server USES the Authenticator plug-in to authenticate the Credential object.
ObjectGrid服务器使用Authenticator插件对Credential对象进行身份验证。
In addition to configuring the BindAuthenticator constructor, you must also configure two properties of the authenticator bean (the two tags in Listing 5).
除配置BindAuthenticator构造函数外,还必须配置authenticatorbean的两个属性(清单5中的两个标记)。
You copy both ticket and authenticator as they move from my workstation to the server.
当它们从我的工作站传到服务器的时候,你复制了票和验证器。
The Authenticator plug-in represents an interface to the user registry, for example, an LDAP server or an operating system user registry.
Authenticator插件表示指向用户注册中心的接口,例如LDAP服务器或操作系统用户注册表。
Sometimes, the user ID may need some modification (or transformation) in order to be used by both the third-party authenticator and Project Zero's user registry.
有时候,为了让第三方身份验证者和ProjectZero的用户注册表都能够使用用户ID,需要对用户 ID 做一些修改(或转换)。
If the DN created by the first DN pattern does not exist in the directory, the authenticator bean tries the next DN pattern configured in the list.
如果目录中并没有第一个DN模式创建的DN,authenticatorbean尝试使用列表中配置的第二个DN模式。
The Authenticator class is abstract, so you'll need to subclass it and implement the getPasswordAuthentication() method to store the username and password (see Listing 13).
Authenticator是一个抽象类,所以需要从它派生出子类,并实现 getPasswordAuthentication()方法来存储用户名和密码(见清单 13)。
If the cache returned null, the LDAP authentication provider passes the username (extracted in Step 6) and password to the authenticator bean configured in Listing 5.
如果缓存返回null,LDAP身份验证提供者将把用户名(在步骤6中提取的)和密码传递给清单5中配置的authenticatorbean。
Again, in practice you also need to supply a username and a password via an Authenticator object.
同样,在实践中也需要通过一个Authenticator对象提供用户名和密码。
The Authenticator consults the user registry and makes authentication decisions.
Authenticator查询用户注册中心,并作出身份验证决策。
An Authenticator class that actually verifies the given user against the database.
一个在数据库中真实验证特定用户的authenticator类。
If any of the DN patterns works, the user is said to be bound with the LDAP directory and the authenticator moves on to Step 15.
如果其中任何一个DN模式可行的话,用户被绑定到LDAP目录中,authenticator将继续执行步骤15。
Acegi provides an authenticator class named org.acegisecurity.providers.ldap.authenticator.BindAuthenticator, which performs the required function of checking the username and password of the user.
acegi提供了名为or g . acegisecurity . providers . ldap .authenticator . BindAuthenticator的验证器类,它将执行验证用户名和密码所需的功能。
After constructing the user's DN from a DN pattern in this way, the authenticator sends the DN and the user's password to the LDAP directory.
使用这种方法通过DN模式构建了用户的DN后,authenticator将把DN和用户密码发送到LDAP目录。
If the LDAP directory finds the user, it returns the user's DN back to the authenticator.
如果ldap目录查找到了用户,它将用户的DN返回到authenticator。
The populator bean reads the business roles of a user already authenticated by the authenticator bean. Listing 7 shows the XML configuration of the populator bean.
populatorbean将读取已经通过authenticator bean身份验证的用户的业务角色。
It is not mandatory to use the same initial context for both the authenticator and populator beans.
并不强制要求authenticator和populatorbean使用相同的初始上下文。
Configure the authenticator bean as shown in Listing 5.
配置authenticatorbean,如清单5所示。
The authenticator sends the user's DN and password to the LDAP directory to check whether the user's password is correct.
authenticator将用户DN和密码发送到LDAP目录来检查用户密码是否正确。
应用推荐