![Novell Sentinel Rapid Deployment 6.1 Installation Manual Download Page 46](http://html1.mh-extra.com/html/novell/sentinel-rapid-deployment-6-1/sentinel-rapid-deployment-6-1_installation-manual_1711906046.webp)
46
Sentinel 6.1 Rapid Deployment Installation Guide
no
vd
ocx
(e
n)
17
Sep
te
m
be
r 20
09
For each existing LDAP user, right-click and select
User Details
and enter the fully
qualified DN of the LDAP user in the
LDAP User DN
field.
For more information on creating an LDAP user, see “
Creating a User Account Through
LDAP Authentication
” in the
Sentinel 6.1 Rapid Deployment User Guide
.
Sentinel Rapid Deployment Hotfix 2:
Create a domain user with the same username as
the eDirectory username or Active Directory sAMAccountName.
For more information on creating a domain user, see “
Creating a User Account Through
Domain Authentication
” in the
Sentinel 6.1 Rapid Deployment User Guide
.
You have successfully configured Sentinel 6.1 Rapid Deployment server for LDAP authentication
and the user can log in to Sentinel Control Center and Sentinel Solution Designer by using the
LDAP username and password.
4.9.2 Configuring LDAP Failover Servers
To configure one or more LDAP servers as failover servers for LDAP authentication:
1
Log in to the Sentinel server as
admin
.
2
Stop the Sentinel service.
/etc/init.d/sentinel stop
3
Change to the
<
Install_Directory
>/config
directory:
cd <Install_Directory>/config
4
Open the
auth.login
file for editing.
vi auth.login
5
Update the
userProvider
in the LdapLogin section to specify multiple LDAP URLs. Separate
each URL by a blank space.
For example:
userProvider="ldap://ldap-url1 ldap://ldap-url2"
For more information on specifying multiple LDAP URLs, see the description of the
userProvider
option in
Class LdapLogin Module (http://java.sun.com/javase/6/docs/jre/api/
security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html)
.
6
Save the changes.
7
Add each failover LDAP server certificate to the keystore that is created in
Step 8 on page 45
.
NOTE:
Ensure that you set the necessary ownership and permissions of the certificate file for
each failover severs.
<
Install_Directory
>/jre64/bin/keytool -importcert -noprompt -trustcacerts
-file <certificate-file> -alias <
alias_name
> -keystore
ldap_server.keystore -storepass sentinel
where
<certificate-file>
is the LDAP certificate filename in Base64-encoded format and
<
alias_name
>
is the alias name for the certificate to be imported.
IMPORTANT:
Ensure that you specify the alias. If no alias is specified, the keytool takes
mykey
as the alias by default. When you import multiple certificates into the keystore without
specifying an alias, the keytool reports an error that the alias already exists.
Summary of Contents for Sentinel Rapid Deployment 6.1
Page 4: ...4 Sentinel 6 1 Rapid Deployment Installation Guide novdocx en 17 September 2009 ...
Page 8: ...8 Sentinel 6 1 Rapid Deployment Installation Guide novdocx en 17 September 2009 ...
Page 22: ...22 Sentinel 6 1 Rapid Deployment Installation Guide novdocx en 17 September 2009 ...
Page 72: ...72 Sentinel 6 1 Rapid Deployment Installation Guide novdocx en 17 September 2009 ...
Page 78: ...78 Sentinel 6 1 Rapid Deployment Installation Guide novdocx en 17 September 2009 ...