{uid} sql replacement variable will not work in oracle
------------------------------------------------------
Key: FTPSERVER-142
URL: https://issues.apache.org/jira/browse/FTPSERVER-142
Project: FtpServer
Issue Type: Bug
Components: Core
Reporter: Peter van der Velde
Priority: Minor
variable replacement in sql statements does not work for oracle because uid is
a special field in oracle.
In file AbstractUserManager.java:
public abstract
class AbstractUserManager implements UserManager {
public static final String ATTR_LOGIN = "uid";
public static final String ATTR_PASSWORD = "userpassword";
Changing the ATTR_LOGIN to "userid" (or anything but uid) will solve this
problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.