Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alias dereferencing is implemented with the release of PowerFolder version 10.5 und can only be configured via command line option in PowerFolder-Server.sh:

Code Block
-Djava.naming.ldap.derefAliases=<value>

 

Example:

Code Block
-javaRUN_CMD="$RUN_JAVA $JAVA_MEM $JAVA_TMP -Djava.naming.ldap.derefAliases=<value>=never -Duser.home=$SERVER_HOME -Dpf.install.dir=$SERVER_INSTALL -cp $CP -server de.dal33t.Start"
Property Settings/ValuesDescription
alwaysAlways dereference aliases.
neverNever dereferences aliases.
findingDereference aliases only during name resolution (that is, while locating the target entry).
searchingDereference aliases once name resolution has completed (that is, after locating the target entry).