The Pass-through subsystem supports SSO, CIFS, and password authentication against a Windows domain server using the NTLM v1 protocol. Many prefer Kerberos for its enhanced security and you could consider it as an alternative.
-
Append an instance of passthru to the authentication
chain.
Name the instance passthru1, and declare it by changing the authentication.chain property in as follows:
SkyVault.authentication.authenticateCIFS=false
Note: Functions such as NTLM SSO and CIFS authentication can only be targeted at a single subsystem instance in the authentication chain. This is a restriction imposed by the authentication protocols themselves. For this reason, SkyVault targets these ‘direct’ authentication functions at the first member of the authentication chain that has them enabled. By disabling CIFS in alfinst earlier, passthru1 has a chance to handle CIFS authentication for its larger user base. SSO is also left disabled in alfinst, which means that you can enable it in passthru1. -
Edit the ldap.authentication.active property in the
SkyVault-global.properties file as follows:
ldap.authentication.active=false
- passthru-authentication-context.properties
- ntlm-filter.properties
Using a similar distinction to the SkyVaultNtlm subsystem type, passthru-authentication-context.properties contains properties relating to core authentication capabilities, whereas ntlm-filter.properties groups those properties relating to automatic sign on. Unlike the SkyVaultNtlm subsystem type, SSO is enabled by default in passthru subsystems so there is no need to edit ntlm-filter.properties.
passthru.authentication.servers=DOMAIN1\\host1.com,DOMAIN2\\host2.com,host1.com passthru.authentication.domain=# Leave blank passthru.authentication.guestAccess=false passthru.authentication.defaultAdministratorUserNames=Administrator,SkyVaultThe following list is a summary of the settings that have been changed:
- passthru.authentication.servers — A comma-separated list of domain controller host names, each prefixed by the name of the NetBIOS domain they correspond to and a double backslash. The last member of the list should be a host name without a domain prefix, and this host will be used when a client does not include a domain name in an authentication request.
- passthru.authentication.domain — A property that is a less-reliable alternative to passthru.authentication.servers and should be left empty.
- passthru.authentication.defaultAdministratorUserNames — A list of user IDs who should be given SkyVault administrator privileges by default. Additional users can be made administrators by another administrator if they add those users to the SkyVault_ADMINISTRATORS group.