Christian Hack | 4 Apr 2006 02:14
Picon
Favicon

User access hierachy

I have a number of main projects all with subprojects.

I'd like to add a user with a particular access level to the main project
and have that access filter down to all the sub projects without having to
add them to each sub project individually. 

E.g. I have

Project 1
	Sub Project 1
	Sub Project 2
	Sub Project 3

Project 2
	Sub Project 4
	Sub Project 5
	Sub Project 6

Generally users default to "reporters". By adding/promoting a user to
devloper for Project 1 they get developer access to Sub Project 1, 2 and 3
but not Project 2 or any of it's sub projects (i.e. they remain a reporter
there).

Is this possible?

Thanks
CH

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
(Continue reading)

Christian Hack | 10 Apr 2006 06:22
Picon
Favicon

User access hierachy (resend)

This is a resend - I did not receive my original post. I apologise if you
receive this twice.

----

I have a number of main projects all with subprojects.

I'd like to add a user with a particular access level to the main project
and have that access filter down to all the sub projects without having to
add them to each sub project individually. 

E.g. I have

Project 1
	Sub Project 1
	Sub Project 2
	Sub Project 3

Project 2
	Sub Project 4
	Sub Project 5
	Sub Project 6

Generally users default to "reporters". By adding/promoting a user to
devloper for Project 1 they get developer access to Sub Project 1, 2 and 3
but not Project 2 or any of it's sub projects (i.e. they remain a reporter
there).

Is this possible?

(Continue reading)

Victor Boctor | 10 Apr 2006 15:37
Picon

RE: User access hierachy (resend)

Hi CH,

> I have a number of main projects all with subprojects.

> I'd like to add a user with a particular access level to the main project
> and have that access filter down to all the sub projects without having to
> add them to each sub project individually. 

> E.g. I have

> Project 1
> 	Sub Project 1
> 	Sub Project 2
> 	Sub Project 3

> Project 2
> 	Sub Project 4
>	Sub Project 5
> 	Sub Project 6

> Generally users default to "reporters". By adding/promoting a user to
> devloper for Project 1 they get developer access to Sub Project 1, 2 and 3
> but not Project 2 or any of it's sub projects (i.e. they remain a reporter
> there).

> Is this possible?

My understanding is that access levels are controlled on the project /
sub-project level, there is no inheritance of access levels by sub-projects
from their parent projects.
(Continue reading)

Mike Craig | 10 Apr 2006 19:14
Favicon

Help installing Mantis

I'm trying to run the installation script and getting the following
error:

Attempting to connect to database as admin  
BAD
Does administrative user have access to the database? ( Client does not
support authentication protocol requested by server; consider upgrading
MySQL client )

I'm on Win2k3, running Mantis under IIS, MySql 4.1.18-nt, php 4.4.2.

I previously got this to work on WinXP, so am pretty confused...

Thanks,

Mike

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
Glenn Henshaw | 10 Apr 2006 19:37
Picon

Re: Help installing Mantis


On 10-Apr-06, at 1:14 PM, Mike Craig wrote:

> I'm trying to run the installation script and getting the following
> error:
>
> Attempting to connect to database as admin
> BAD
> Does administrative user have access to the database? ( Client does  
> not
> support authentication protocol requested by server; consider  
> upgrading
> MySQL client )
>
> I'm on Win2k3, running Mantis under IIS, MySql 4.1.18-nt, php 4.4.2.
>
> I previously got this to work on WinXP, so am pretty confused...
>

   The error indicates that your PHP module is compiles with MySQL  
4.0 (or earlier) client libraries. AFAIK, the only solution is to  
upgrade the PHP module to a later version with newer mysql libraries.  
I believe that this is covered on the MySQL website. I'm not a  
Windows expert, so your mileage may vary.

    ... Glenn

--

-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: thraxisp@...              w: www.logicaloutcome.ca
(Continue reading)

Mike Craig | 10 Apr 2006 21:24
Favicon

No page is displaying

I was finally able to get Mantis working, more or less.

 

I am able to get to the admin pages, and the install.php ran and created the database.

However, now I can’t brown http://localhost/mantis. All I get is a blank screen. When I View the page source, there is none.

Would this be a bad PHP configuration maybe? I’m running this on Apache 2.

 

Thanks,

 

Mike

 

Glenn Henshaw | 10 Apr 2006 21:40
Picon

Re: No page is displaying


On 10-Apr-06, at 3:24 PM, Mike Craig wrote:

> I was finally able to get Mantis working, more or less.
>
>
>
> I am able to get to the admin pages, and the install.php ran and  
> created the database.
>
> However, now I can’t brown http://localhost/mantis. All I get is a  
> blank screen. When I View the page source, there is none.
>
> Would this be a bad PHP configuration maybe? I’m running this on  
> Apache 2.

   Mike,

    Check for logs in the apache "error_log".

    I would expect that there may be an extra blank line in the  
config_inc.php file.

--

-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: thraxisp@...              w: www.logicaloutcome.ca
Mantis developer and user

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
Mike Craig | 10 Apr 2006 21:53
Favicon

RE: No page is displaying

I get the following in access.log, but nothing in error.log:

[10/Apr/2006:12:49:36 -0700] "GET /mantis HTTP/1.1" 301 306
[10/Apr/2006:12:49:36 -0700] "GET /mantis/ HTTP/1.1" 200 2

I did have 2 extra lines at the bottom of 'config_inc.php'.

Has Apache always bee so finicky about extra lines?

I'm new to Apache, but have used IIS a lot and not had this type of
trouble. Maybe it's just a NOOB syndrome...

Thanks,

Mike

-----Original Message-----
From: mantisbt-help-admin@...
[mailto:mantisbt-help-admin@...] On Behalf Of Glenn
Henshaw
Sent: Monday, April 10, 2006 12:40 PM
To: mantisbt-help@...
Subject: Re: [Mantisbt-help] No page is displaying

On 10-Apr-06, at 3:24 PM, Mike Craig wrote:

> I was finally able to get Mantis working, more or less.
>
>
>
> I am able to get to the admin pages, and the install.php ran and  
> created the database.
>
> However, now I can't brown http://localhost/mantis. All I get is a  
> blank screen. When I View the page source, there is none.
>
> Would this be a bad PHP configuration maybe? I'm running this on  
> Apache 2.

   Mike,

    Check for logs in the apache "error_log".

    I would expect that there may be an extra blank line in the  
config_inc.php file.

-- 
Glenn Henshaw                     Logical Outcome Ltd.
e: thraxisp@...              w: www.logicaloutcome.ca
Mantis developer and user

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
Mantisbt-help mailing list
Mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
Mike Craig | 10 Apr 2006 22:59
Favicon

RE: Active Directory Support

Ok, no attachment then... 
[Mike Craig] 

With the settings below, Mantis just hangs when I access the My Account page and the Sign Up page.

________________________________________
From: Mike Craig 
Sent: Monday, April 10, 2006 1:47 PM
To: 'mantisbt-help@...'
Subject: Active Directory Support

(Ok 3rd question for the day, this should be my last)

I've read the section in the Manual about LDAP authentication, but am still fuzzy on it. 

Has anyone written a How To on this? 

Here is the section from my config_inc.php file:

            $g_login_method = 'LDAP';
            $g_ldap_server = 'ldap://swfdc01.chp.local/';
            $g_ldap_root_dn = 'OU=User OU,DC=CHP,DC=LOCAL';
            $g_ldap_uid_field = 'sAMAccountName';
            $g_ldap_bind_dn = 'CN=Unrestricted Users,OU=User OU,DC=CHP,DC=LOCAL';
            $g_use_ldap_email = OFF;

And a screen shot of the AD control panel (let me know if this doesn't come through, I can email it directly if
you'd like)

I have a user in Mantis, that I created with a User ID and PWD that matches my domain user account. (ie. Craimx1)

What else do I need to do to make this work? Do I need special LDAP extensions in PHP? In Apache?

Thanks

Mike

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
Mike Craig | 10 Apr 2006 23:25
Favicon

Setting up LDAP for Active Directory

I’m getting the following:

 

[Mon Apr 10 14:22:03 2006] [error] [client 10.0.0.17] PHP Warning:  PHP Startup:

 Unable to load dynamic library 'C:\\PHP\\ext\\php_ldap.dll' - The specified mod

ule could not be found.\r, referer: http://swfmantis/mantis/manage_config_email_

page.php

[Mon Apr 10 14:22:03 2006] [error] [client 10.0.0.17]  in Unknown on line 0, ref

erer: http://swfmantis/mantis/manage_config_email_page.php

 

*I have the php_ldap.dll in the path: c:\PHP\ext\php_ldap.dll

 

The page just hangs on me.

 

Config_inc.php section:

            $g_login_method = 'LDAP';

            $g_ldap_server = 'ldap://swfdc01.chp.local/';

            $g_ldap_root_dn = 'OU=User OU,DC=CHP,DC=LOCAL';

            $g_ldap_uid_field = 'sAMAccountName';

            $g_ldap_bind_dn = 'CN=Unrestricted Users,OU=User OU,DC=CHP,DC=LOCAL';

            $g_use_ldap_email = ON;

 

Help?


Gmane