If you are looking for a MAC installer for the application client, then please visit this page.
<LDAP_authentication>
...
<ld_fallback_login>false</ld_fallback_login>
...
</LDAP_authentication>
// Split the text into a list. [/n] equals the new-line character being used.
List texts = str_split( <$sourceLanguageText$>, "[\n]" );
// Print the texts in the list
int count = 0;
while( count < texts.size() ) {
println( <$identifierName$> + "[" + count + "]=" + texts.get(count) );
count=count+1;
}
Fix (password): There is no longer a limit for how long a password may be. Before the limit was 20 characters.
Fix (Import warnings): The warning “Too many characters” will now only be shown if the translation text in the import file is different from the translation text in the database.
Bug fix (Tokens): A problem with adding ‘\n’ as a reserved token has been fixed.