User guide

Setting the Online Collation Function
3-27
# (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 "/home/slot"
# Operation control directory
AuthLDAPCertPath "/home/sslcert"
# Token label
AuthLDAPTknLbl token01
# User PIN file
AuthLDAPTknPwd userpin
</Directory>
Note
When the online collation function is set for the Servlet service application URL, the <Directory> section
of the above example cannot be used. Use the <Location> section.
Relating Directives
AddModule
AuthLDAPbasedn
AuthLDAPBindDN
AuthLDAPBindPassword
AuthLDAPCertPath
AuthLDAPEnabled
AuthLDAPHost
AuthLDAPPort
AuthLDAPSecure
AuthLDAPSlotPath
AuthLDAPTknLbl
AuthLDAPTknPwd
AuthName
AuthType