Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • plugins
  • ktstandard
  • ldap
  • ldapbaseauthenticationprovider.inc.php
27 Jul, 2006
1 commit
  • move to new license. ...
    f93fb83a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5758 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-07-27 10:17:43 +0000  
    Browse File »

20 Jul, 2006
1 commit
  • KTS-1100: LDAP_OPT_REFERRALS to false for ActiveDirectory. ...
    4b93ac79
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5729 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-07-20 14:12:51 +0000  
    Browse File »

05 Jun, 2006
1 commit
  • KTS-768: If we get an array for the CN value, show the first value in the ...
    1bc086fe
    array.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5493 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-06-05 10:26:10 +0000  
    Browse File »

28 Apr, 2006
1 commit
  • Use KTUtil::getObject to ensure we have a proper object passed into the ...
    6124833a
    LDAP authenticator.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5366 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 11:53:57 +0000  
    Browse File »

24 Apr, 2006
1 commit
  • fix for plugin-init. ...
    ad34da04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5325 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-24 10:27:06 +0000  
    Browse File »

22 Apr, 2006
1 commit
  • use friendly names on plugins. ...
    1208ed9b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5315 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-22 12:51:58 +0000  
    Browse File »

18 Apr, 2006
1 commit
  • If the LDAP entry has multiple values for an attribute, use the first ...
    4c1e44e7
    one.  Either way, log what we got from the server.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5247 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-18 08:57:50 +0000  
    Browse File »

06 Apr, 2006
1 commit
  • KTS-709: Lose mentions of "SMS notification" ...
    2b3455a0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5209 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-06 14:23:11 +0000  
    Browse File »

27 Mar, 2006
2 commits
  • Make more strings available for translation. ...
    5fd7e555
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5149 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 14:39:10 +0000  
    Browse File »
  • Change gettext's _ to internal i18n infrastructure's _kt ...
    7d90560c
    (redoing this, because didn't get second on line)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5148 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 13:29:07 +0000  
    Browse File »

26 Mar, 2006
1 commit
  • Replace all instances of gettext's _ with _kt ...
    9cfb1dee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5137 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 21:42:54 +0000  
    Browse File »

24 Mar, 2006
1 commit
  • If we get an error from getUser (can search for user, but not retrieve ...
    94a30e5c
    all attributes), then pass it up to the caller.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5128 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-24 15:50:52 +0000  
    Browse File »

14 Mar, 2006
2 commits
  • Try hard to ensure that extra newline/whitespace and empty lines don't ...
    e8bc23b7
    make their way into the configuration for search attributes and object
    classes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5095 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 10:18:40 +0000  
    Browse File »
  • Log the LDAP search filter used in the debug log. ...
    e0806995
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5094 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 10:12:53 +0000  
    Browse File »

02 Mar, 2006
1 commit
  • Fix showUserSource link. ...
    959da357
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5039 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-02 08:59:45 +0000  
    Browse File »

28 Feb, 2006
1 commit
  • Add copyright notices to those files that didn't have them. ...
    9d83e6c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-28 16:53:52 +0000  
    Browse File »

14 Feb, 2006
1 commit
  • Use the CN LDAP attribute for the user's name. ...
    0705ae75
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4917 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-14 15:25:33 +0000  
    Browse File »

10 Feb, 2006
1 commit
  • Reimplement LDAP and ActiveDirectory providers using a common base ...
    61ad6035
    class (bringing mass import for users to the LDAP provider).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4898 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-10 13:42:30 +0000  
    Browse File »