Commit add428a6 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed name of setPosixMode.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3389 b35dd754-fafc-0310-a699-88a17e54d16e
parent e21323e3
......@@ -884,7 +884,7 @@ public class LdapManager {
*
* @param posixMode true if posix mode is being used by the LDAP server.
*/
public void setPostfixMode(boolean posixMode) {
public void setPosixMode(boolean posixMode) {
this.posixMode = posixMode;
JiveGlobals.setXMLProperty("ldap.posixEnabled", String.valueOf(posixMode));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment