[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Access to the Persistent Login Cache
Use the following configuration statements
to configure access to persistent login cache data:
- shared sae configuration ldap persistent-login-cache {
- server-address server-address ;
- dn dn;
- authentication-dn authentication-dn ;
- password password ;
- directory-eventing;
- polling-interval polling-interval ;
- (ldaps);
- }
To configure SAE access to persistent
login cache data:
- From configuration mode, access the configuration statement
that configures SAE access to persistent login cache data in the directory.
In this sample procedure, the persistent login cache data is configured
in the se-region group.
- user@host# edit shared sae group se-region
configuration ldap persistent-login-cache
- (Optional) Specify the directory server that stores service
data.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set server-address server-address
- Specify the subtree in the directory where persistent
login cache data is cached.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set dn dn
- (Optional) Specify the DN that the SAE uses to authenticate
access to the directory server.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set authentication-dn authentication-dn
- (Optional) Specify the password used to authenticate access
to the directory server.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set password password
- (Optional) Enable automatic discovery of changes to persistent
login cache data.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set directory-eventing
- Set the frequency for checking the directory for updates.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set polling-interval polling-interval
- Enable LDAPS as the secure protocol for connections to
the server that stores persistent login cache data.
-
[edit shared sae group se-region configuration ldap
persistent-login-cache]
- user@host# set ldaps
- (Optional) Verify your configuration.
[edit shared sae group se-region configuration ldap persistent-login-cache]
user@host# show
dn "o=authCache, <base>";
directory-eventing;
polling-interval 30;
ldaps;
Related Topics
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]