Search found 5 matches

by eightn
20 Sep 2005, 09:10
Forum: General Discussion
Topic: can't see "create new subproject" botton by local
Replies: 0
Views: 4234

can't see "create new subproject" botton by local

Can local administrator (user with status "administrator" at certain project) make new subproject?

I can't see botton "create new subproject" under this user :(
Only "Add as Subproject" botton.

This botton ("create new subproject") only available under global administrator (user with global ...
by eightn
20 Sep 2005, 07:49
Forum: General Discussion
Topic: see author names in "View Issues" list
Replies: 5
Views: 10220

Thanks!
This is simple :)

1. Create custom_functions_inc.php file in the root directory.

2. Place to this file function "function custom_function_default_get_columns_to_view" from file core/custom_function_api.php

3. rename function custom_function_default_get_columns_to_view to function custom ...
by eightn
18 Aug 2005, 07:19
Forum: General Discussion
Topic: see author names in "View Issues" list
Replies: 5
Views: 10220

see author names in "View Issues" list

Can I turn on feature to see author name of issues in "Viewing Issues" listing?
by eightn
11 Aug 2005, 14:53
Forum: General Discussion
Topic: using openldap for authentication database ( LDAP )
Replies: 3
Views: 14378

Anybody!

SOS !!! :)
by eightn
09 Aug 2005, 13:26
Forum: General Discussion
Topic: using openldap for authentication database ( LDAP )
Replies: 3
Views: 14378

using openldap for authentication database ( LDAP )

First, sorry for my bad english.

I try to using ldap database for store user logins/passwords.
I have worked domain under samba-3.0.14a-r3, openldap-2.2.27-r1 with GOSA manage interface.

mantisbt-1.0.0_rc1

I have add these records to config_inc.php

[code]
$g_ldap_server = 'ldap://ldap.company.ru ...