Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: magwm on August 07, 2007, 01:48:11 PM

Title: LAT user creation errors and mail problems
Post by: magwm on August 07, 2007, 01:48:11 PM
hello, I have the following problems,

while importing a set of users with Lazy Admin Tools, something didn't work out, as there were conflicts with user / group names in the CSV file I made up.

lat-users -d didn't work to remove all the user data.

are there other methods to purge ALL user data from SME?  

Now I deleted the offending groups by hand from /etc/groups and then could create the users with the user panel.

Only, I am now unable to login in Horde with these accounts.

Which logs should I post to file a bug report?

ciao, Michel
Title: Re: LAT user creation errors and mail problems
Post by: cactus on August 07, 2007, 01:59:13 PM
Quote from: "magwm"
Which logs should I post to file a bug report?
I don't know which log files to file with your bug report, but I would advice you to file the bug anyway, the dev team can than ask you for the relevant log files.
Title: LAT user creation errors and mail problems
Post by: jfarschman on August 07, 2007, 04:38:52 PM
Mag,

  Just rebuild your server.  I read your other post and it sound like you've got a bit of a mess there.

Also of note... I think LAT may have a problem in that it references old pathways to the db files.  This may have been addressed with a newer version or it may not have.  I have not checked, but you can correct it with the creation of a few symbolic links:

Code: [Select]

ln -s /home/e-smith/db/accounts /home/e-smith/accounts
ln -s /home/e-smith/db/configuration /home/e-smith/configuration
ln -s /home/e-smith/db/domains /home/e-smith/domains
ln -s /home/e-smith/db/hosts /home/e-smith/hosts
ln -s /home/e-smith/db/networks /home/e-smith/networks


In fact, these links will allow a bunch of legacy contribs to function on your server.
Title: golden Post
Post by: magwm on August 07, 2007, 04:53:50 PM
this is a GOLDEN POST

a GOLDEN GOLDEN POST !!!! !  

thank you so much, I suspected something like this...  :lol:  :lol:
Title: LAT user creation errors and mail problems
Post by: jfarschman on August 07, 2007, 05:03:47 PM
Mag,

  Write back with any other issues.  I've made mistakes with LAT before and they are not that hard to clean up.