-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4217 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4216 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4215 c91229c3-7414-0410-bfa2-8a42b809f60b
-
since it was outputting to the browser with system. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4214 c91229c3-7414-0410-bfa2-8a42b809f60b
-
mime_content_type, as it fails with a fatal error (at least on my system) if this isn't set correctly (which it isn't by default on my system). Abuse '/usr/bin/file' if it is available. If it gives us something that looks like a mime type, use it. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4213 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4212 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4211 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4210 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4209 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4208 c91229c3-7414-0410-bfa2-8a42b809f60b
-
catdoc program. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4207 c91229c3-7414-0410-bfa2-8a42b809f60b
-
operator doesn't do what you'd expect... git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4206 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4205 c91229c3-7414-0410-bfa2-8a42b809f60b
-
For now, start a transaction for the document addition. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4204 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4203 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Include the path for triggers when they're called - must find a saner way to handle this... git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4202 c91229c3-7414-0410-bfa2-8a42b809f60b
-
transaction. This is way too expensive, but it's what we're doing for now. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4201 c91229c3-7414-0410-bfa2-8a42b809f60b
-
getAuthenticatorForUser($oUser) gets the correct authenticator based on the user's authentication source, from the authentication provider associated with the authentication source. checkPassword($oUser, $sPassword) uses the above function to get the authenticator for the user, and then calls its checkPassword method with the same parameters. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4200 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4199 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4198 c91229c3-7414-0410-bfa2-8a42b809f60b
-
provider, getAuthenticator is called with an authentication source object. checkPassword is now passed a user object, not the user name. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4197 c91229c3-7414-0410-bfa2-8a42b809f60b
-
the authenticator is set with all the information it needs to authenticate the user. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4196 c91229c3-7414-0410-bfa2-8a42b809f60b
-
allowing for a user's DN to be edited. Also change the authenticator to accept to take the authentication source as its constructor parameter, and to use the user's authentication details storage area to store the LDAP DN. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4195 c91229c3-7414-0410-bfa2-8a42b809f60b
-
into the authentication provider's dispatcher to allow for provider/source specific information (such as the LDAP DN for a user) to be edited/maintained. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4194 c91229c3-7414-0410-bfa2-8a42b809f60b
-
before returning the entity, erroring out as per standard validation. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4193 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4192 c91229c3-7414-0410-bfa2-8a42b809f60b
-
authentication information for the user. The changing of user password has been moved to the built-in authenticaiton provider's showUserSource method. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4191 c91229c3-7414-0410-bfa2-8a42b809f60b
-
allowing for authentication information to be displayed and ultimately editing through the user management system. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4190 c91229c3-7414-0410-bfa2-8a42b809f60b
-
ktstandard. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4189 c91229c3-7414-0410-bfa2-8a42b809f60b
-
to the top as per others. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4188 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Shorten boilerplate getter/setters. Replace ::get with KTEntityUtil/_aFieldToSelect git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4187 c91229c3-7414-0410-bfa2-8a42b809f60b
-
(No difference, really, just stylistic.) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4186 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4185 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4184 c91229c3-7414-0410-bfa2-8a42b809f60b
-
a user is set up in an authentication source (LDAP DN, for example). Also allows for providers to have a link to change a password, for example. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4183 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4182 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4181 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4180 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4179 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4178 c91229c3-7414-0410-bfa2-8a42b809f60b