Search found 46 matches

by duwil
18 Apr 2011, 14:24
Forum: Help
Topic: [SOLVED] disable auto creation of accounts on LDAP Login
Replies: 1
Views: 2430

How to disable auto creation of accounts on LDAP Log

I had no replies on this so I tweaked my code, if you find something is wrong with my solution please let me know.

My solution in R1.2.4 was to change core/user_api.php on line 451, I changed the string "$p_protected = false" into "$p_protected = true".

This way the account IS created but it is ...
by duwil
11 Apr 2011, 12:23
Forum: Help
Topic: Default "resolution" filter
Replies: 0
Views: 2466

Default "resolution" filter

Where in the code should I look to change the default value, lets say for "resolution" filter? I mean, when I use "Reset Filter" the filter become the simple one and every value is set to "any" with hide status set to "closed and above"; I wish to have the resolution defaulted to "open".

tia

---
by duwil
01 Apr 2011, 18:48
Forum: Help
Topic: [SOLVED] disable auto creation of accounts on LDAP Login
Replies: 1
Views: 2430

[SOLVED] disable auto creation of accounts on LDAP Login

Is there a way to disable auto creation of accounts on LDAP Login?
by duwil
08 Mar 2011, 10:16
Forum: Help
Topic: "Protected users" and "LDAP login" NOT possible?
Replies: 2
Views: 2636

Re: "Protected users" and "LDAP login" NOT possible?

Could someone using LDAP confirm the aforementioned behaviour? I'm not an expert so I may be just missing some configuration option, in case this limitation is intended it would be also interesting to know the reason why from some developer...

tia

---
by duwil
03 Mar 2011, 19:06
Forum: Help
Topic: "Protected users" and "LDAP login" NOT possible?
Replies: 2
Views: 2636

"Protected users" and "LDAP login" NOT possible?

In Mantis 1.2.4 I have some "shared access" users, so I need to protect those accounts but this seem not possible: the login is not permitted if the authentication is ldap and the account is protected, is this intended or a bug? In my ldap directory I do have accounts that are not related to a ...
by duwil
14 Oct 2010, 13:47
Forum: Customizations
Topic: BUG "build" field in CSV export ( mantis 1.1.6 )
Replies: 1
Views: 2853

BUG "build" field in CSV export ( mantis 1.1.6 )

My installation is still R1.1.6 so I don't know if this is the same in others... My problem was to CSV export the "build" field, after the customization (csv_columns) I got an error on export. I think there is bug I solved adding the following lines in custom_functions_inc.php:

function print ...
by duwil
10 May 2010, 15:41
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Re: Users access log

At least I found out the need for an "audit log" is taken into account also elsewhere... so it must not be a completely nonsense :?

http://www.devshed.com/c/a/PHP/Logging- ... lications/


---
by duwil
07 May 2010, 16:08
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Re: Users access log

I completely agree with you, it's a nonsense and I wish I could avoid it :(
by duwil
06 May 2010, 16:57
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Re: Users access log

maybe this is just to impress the bigger chief :wink:

Not really, I mean it's not my boss' choice to ask for that list, it's a requirement written in the company's policies: the logs must be kept for six months and maybe no one will ever ask for them but the web applications (e.g. mantis) must be ...
by duwil
06 May 2010, 11:10
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Re: Users access log

Thanks for the replies, and yes I'm going to be a sort of big brother :twisted: ... I've been asked to customize an installation that will run in a private intranet and will manage private data, a prerequisite is that the big chief could ask for a log with all user's sessions data (login/logout date ...
by duwil
06 May 2010, 10:18
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Re: Users access log

I know it would be far from perfect but it is still good for me... so if someone could tell me where to look for the code that insert the last_visit date/hour in the DB (mantis_user_table) it would be a great starting point!
by duwil
04 May 2010, 14:45
Forum: Help
Topic: Users access log
Replies: 11
Views: 9951

Users access log

I need to extract for every user the login date/hour and the logout date/hour for every session, I think this is not possible out of the box but it shouldn't be diffucult to do, could someone please point me in the right direction to achieve it?

I suppose I'll have to create a new table in the DB ...
by duwil
07 Apr 2010, 13:13
Forum: Help
Topic: $g_main_menu_custom_options
Replies: 4
Views: 4143

Re: $g_main_menu_custom_options

I removed that config option from "MANAGE - MANAGE CONFIGURATION - CONFIGURATION REPORT" and then my line in config_inc.php started to work.
by duwil
07 Apr 2010, 12:57
Forum: Help
Topic: notification to two persons
Replies: 3
Views: 2809

Re: notification to two persons

freddy00 wrote:I also know that it's possible to specify multiple email addresses to an user
This is something new to me, can you tell me how can be accomplished and if is also possible in rel 1.1.x?


---
by duwil
20 Nov 2009, 18:22
Forum: Customizations
Topic: Affecting custom fields to custom status pages
Replies: 1
Views: 2680

Re: Affecting custom fields to custom status pages

Nelson wrote:I have a new status called "verified", I would like to have some custom fields updatable when I my bug status move to "verified", in the "verified page"
I'm highly interested in this kind of feature, is there anybody who have a solution?

---