Hi Stefan, welcome!

On 09/20/2013 12:44 PM, Stefan Chirila wrote:
> Hi there,
> 
> First of all, congrats for a very nice framework you built.
> I'm having some problems setting it up here at work. Maybe I will raise
> different mails for each, so I will not write a big hairy mail.
> I believe not many are using the Allura in LDAP mode, because I ran into
> some basic stuff like LDAP provider not implementing some methods inherited
> from AuthenticationProvider. I had to add them to proceed.
> 

Yeah, there are some bugs there.  We've got some current work to fix it:
see https://sourceforge.net/p/allura/tickets/6112/#7cae

> Anyway, I have so many questions, that I don't know where to start.
> So here goes the first:
> 1. Is there a way to delete registered users? Or to revert the DB to its
> initial state without starting from scratch.

Allura's a little bit short in admin utilities.  You can delete a user
from the database with this mongo command:

db.user.remove({username:'someuser'})

But that won't clean up any references like permissions or their
user-project.

To reset the database to the initial test projects and users, run:
`paster setup-app development.ini`

> While testing/playing I authenticated myself against the AD at work and
> user got created. But somehow (because of bad settings in both the
> development.ini and also in the schroot setup) there were errors when user
> got created on the schroot side.

If there's any improvements to the docs we can make, it'd be great to
know what exactly needs to be changed.  The LDAP support hasn't been
worked on for a while

> 
> Looking forward to be hearing from you.
> 
> Best regards,
> Stefan Chirila
> 


-- 
Dave Brondsema : [email protected]
http://www.brondsema.net : personal
http://www.splike.com : programming
               <><

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to