Search found 13 matches

by jackey
Sat Dec 05, 2009 1:45 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Upgrade 1.8.4 Tree View Issue
Replies: 2
Views: 3991

Upgrade 1.8.4 Tree View Issue

I upgraded 1.8.3 to 1.8.4 this evening. When I click "Edit Test Cases", the tree view only have one item and showing i have 250 cases. I think that the tree view is broken now.
by jackey
Mon Apr 06, 2009 3:51 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Authentication with DB and LDAP
Replies: 1
Views: 3797

Authentication with DB and LDAP

function auth_does_password_match(&$user,$cleartext_password) { $authCfg = config_get('authentication'); $ret = new stdClass(); $ret->status_ok = true; $ret->msg = 'ok'; if ('LDAP' == $authCfg['method']) { $msg[ERROR_LDAP_AUTH_FAILED] = lang_get('error_ldap_auth_failed'); $msg[ERROR_LDAP_SERVER...
by jackey
Thu Feb 26, 2009 3:07 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: LDAP Login
Replies: 2
Views: 5285

Hi Timbaland, I also tried 1.7.5 and does not work. So I hacked testlink to make it support both MD5 and LDAP authentication. Here is what I did for make LDAP working on 1.7.5 1. Login with Admin (MD5 from DB) 2. Create LDAP user account, e.g. david.rom 3. Then user can login with LDAP username and ...
by jackey
Tue Feb 24, 2009 10:13 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: LDAP Login
Replies: 2
Views: 5285

LDAP Login

Does 1.8 create an external account automatically when user login first tim with his/her AD's username and password?
by jackey
Tue Feb 10, 2009 2:36 pm
Forum: Installation and configuration
Topic: 1.8 RC4 Active Directory does not work
Replies: 4
Views: 5739

With same configuration, 1.7.4 works but 1.8 RC4 does not.
by jackey
Tue Feb 10, 2009 2:35 pm
Forum: Installation and configuration
Topic: 1.8 RC4 Active Directory does not work
Replies: 4
Views: 5739

$tlCfg->authentication['method'] = 'LDAP'; /** LDAP authentication credentials */ $tlCfg->authentication['ldap_server'] = 'ldap.example.org'; $tlCfg->authentication['ldap_port'] = '389'; $tlCfg->authentication['ldap_version'] = '3'; // could be '2' in some cases $tlCfg->authentication['ldap_root_dn'...
by jackey
Mon Feb 09, 2009 6:11 pm
Forum: Installation and configuration
Topic: 1.8 RC4 Active Directory does not work
Replies: 4
Views: 5739

1.8 RC4 Active Directory does not work

Is there any way i can debug Testlink? I have some difficult to integrate Testlink 1.8 RC4 with our Active Directory. 1.7.4 works just fine.

Cheers,
Jackey
by jackey
Mon Feb 09, 2009 2:40 am
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

It works now. thx lots.
by jackey
Sun Feb 08, 2009 5:18 am
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

I am using PHP5.2.8 and TL 1.8 RC3
by jackey
Sun Feb 08, 2009 5:14 am
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

PHP Version 5.2.8-pl1-gentoo System Linux kilogram-server 2.6.22-hardened-r8 #1 Thu Feb 5 04:44:30 CST 2009 x86_64 Build Date Feb 5 2009 02:44:44 Configure Command './configure' '--prefix=/usr/lib64/php5' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/lib64/php5/man' '--infodir=/usr/lib64/php5/info' '-...
by jackey
Fri Feb 06, 2009 4:13 pm
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

HI TurboPT,

It is off and I did restart apache. But it does not work.

Cheers,
Jackey
by jackey
Thu Feb 05, 2009 3:13 pm
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

TurboPT

zend.ze1_compatibility_mode = Off is in my php.ini

and it does not work. I did not install zend extension on PHP.
Do i have to install it?
by jackey
Wed Feb 04, 2009 7:31 pm
Forum: Installation and configuration
Topic: Install Failure with error
Replies: 10
Views: 14138

Install Failure with error

Fatal error: Class 'ReflectionObject' not found in /var/www/localhost/htdocs/testlink/lib/functions/object.class.php on line 54

Any idea why?