Thomas Nilsen

Show:

What's happening?

  • Followup: RE: Master Password wont keep

    I've now managed with help from lclarck1192 to track down what's going on with the master password issue. A fix has been posted in the code repository and can be downloaded from http://brage-cm.svn.sourceforge.net/viewvc/brage-cm/brage/trunk/. Download the file named **admin _ master _ asset _ key.php** (rev 579)!

    2009-10-13 21:20:17 UTC in Brage Change Management

  • Brage Change Management

    thnilsen committed revision 579 to the Brage Change Management SVN repository, changing 1 files.

    2009-10-13 21:07:39 UTC in Brage Change Management

  • Followup: RE: Bounty to fix password and approval

    Hi lclark, That's a very nice offer and much appreciated. I'll see what I can get done over the next week and might just get the approval process fixed properly. I'd be a bit uncomfortable taking money for doing this, but we can discuss that once it's been fixed. When it comes to the password issue we'll need to debug this a bit more on your system as I'm not able to replicate the issue on...

    2009-09-17 12:19:57 UTC in Brage Change Management

  • Followup: RE: html title

    The main title field is set in include/functions.php. Look for a function called do_metadata(). At the end of that function the line starts with: echo '<title>Brage-CM '.BRAGE_VERSION. . I hope that's what you where looking for. Regards, Thomas.

    2009-06-08 17:19:52 UTC in Brage Change Management

  • Followup: RE: Master Password wont keep

    The problem here is that the code is failing to pick up the index values for the c_id fields and both are left empty when trying to update the fields they represent..I can't see any reason why that should be, so I'll have to do more debugging on this issue. You can manually run the following queries against the mysql database to set the field values for now. UPDATE config SET...

    2009-06-08 17:17:49 UTC in Brage Change Management

  • Followup: RE: How to Approve?

    I've gone over the code again and I'm sorry to say so, but it needs quite a bit of work to get the approval process working properly. I'll try to prioritize this task. Regards, Thomas.

    2009-05-28 21:12:10 UTC in Brage Change Management

  • Followup: RE: Master Password wont keep

    Could you try the following. Go to the page to set the master key. Then edit config.php and set $conf['debug'] => true; Now try and submit the page with the new password. It should print out something like this: UPDATE config SET c_attribute='asset_master_key_hash', c_value= 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3' WHERE c_id = 2 (mysql): UPDATE config SET c_value = NULL WHERE...

    2009-05-28 19:48:46 UTC in Brage Change Management

  • Followup: RE: Master Password wont keep

    Hmm, this should work.. Can you check the config table and see if there is a value other than NULL for an entry under the c_attribute field named asset_master_key_hash? If that is present it ought to work. If it isn't, I guess I've made a mistake somewhere in the code. I'll see if I can do a clean install of a test system tomorrow (Thursday) to verify. Are you running of a new 0.1.0-RC...

    2009-05-27 21:34:19 UTC in Brage Change Management

  • Followup: RE: Active Directory - LDAP Bind failed

    Brage does allow for both AD LDAP authentication and single singon. If you want to go with single signon, look at the session_auth files in the contrib directory. We use single singon at work, where a DC running PHP under IIS provides an encrypted token which is gets read by a script on the Brage server and passed on to the session_auth.php script. It is a bit of a pain to set up the first time...

    2009-05-27 21:27:35 UTC in Brage Change Management

  • Followup: RE: Brage on XAMPP & Windows 7

    Glad you got it running. I'm sure your tutorial will be of help to others as well. Thanks for the effort. One tip. Download admin_user.php from SVN if you plan to use the database authentication scheme. If you don't, the passwords won't be set for any new users you create. http://brage-cm.svn.sourceforge.net/viewvc/brage-cm/brage/trunk/admin_user.php?revision=572 Regards, Thomas.

    2009-05-25 19:49:24 UTC in Brage Change Management

About Me

  • 2000-11-22 (9 years ago)
  • 110231
  • thnilsen (My Site)
  • Thomas Nilsen

Send me a message