User guide

Setting the Online Collation Function
3-25
Setting 3: Operation Using the SSL (setting for using a certificate/key management
environment configured with the SMEE commands)
Example
Running the online collation function using the SSL, under the following settings:
Directory server 'hostname'
Port number '636'
BindDN name used to access the directory server 'cn=manager,ou=interstage,o=fujitsu,dc=com'
Name of the tree containing user information on the directory server
'ou=User,ou=interstage,o=fujitsu,dc=com'
Slot information directory 'D:\sslenv\slot'
Operation control directory 'D:\sslenv\sslcert'
Token label 'token01'
User PIN 'userpin'
# Add the module (Delete the comment)
LoadModule mod_ldap_module modules/mod_ldap.dll
AddModule mod_ldap.c
# Directory
<Directory "C:/Interstage/F3FMihs/htdocs/securityzone">
# BindDN name used to access the directory server
AuthLDAPBindDN cn=manager,ou=interstage,o=fujitsu,dc=com
# Password for the BindDN-name
AuthLDAPBindPassword password
# Specify whether to enable LDAP authentication (on: enable, off: disable).
AuthLDAPEnabled on
# Title displayed on the authentication window
AuthName "title"
# Basic authentication
AuthType Basic
# Name of the host running the directory server
AuthLDAPHost hostname
# Port number of the directory server
# (389:optional value for not using SSL, 636:optional value for using SSL)
AuthLDAPPort 636
# Name of the tree containing user information on the directory server
AuthLDAPbasedn ou=User,ou=interstage,o=fujitsu,dc=com
# Rule to be applied for LDAP authentication
Require valid-user
# Specify whether to enable SSL (off: disable, on: enable).
AuthLDAPSecure on
# Slot information directory
AuthLDAPSlotPath "D:\sslenv\slot"
# Operation control directory
AuthLDAPCertPath "D:\sslenv\sslcert"