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
-
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
-
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.
-
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:
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.
-
this is a GOLDEN POST
a GOLDEN GOLDEN POST !!!! !
thank you so much, I suspected something like this... :lol: :lol:
-
Mag,
Write back with any other issues. I've made mistakes with LAT before and they are not that hard to clean up.