==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=6456
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
William Bell <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #6 from William Bell <[email protected]> ---
There is currently a SME8 contrib for the Lazy Admin Tools, HOWEVER there are
some changes that need to be made to the code and files for it to work without
errors and WARNINGS.
The current SME8 contrib (v1.0-1) can be installed with:
yum --enablerepo=smecontribs install smeserver-lazy_admin_tools
Once installed, you will need to set the correct permissions on the scripts
(NOTE: On the previous version, v0.9.1-2, the permissions were set to 770):
chmod 755 /usr/sbin/lat-*
Then, you will need to insert the following code into Line 73 of 'lat-users',
to avoid the 'rssh.conf' WARNING:
"Shell", "/usr/bin/rssh",
"VPNClientAccess", "no",
'lat-users' will no longer create the SME default 'firstname.lastname' and
'firstname_lastname' pseudonyms. So, if you need these, you will need to run
the following (substituting your user variables):
lat-pseudonyms -a -c "username | firstname.lastname | firstname_lastname"
** CAUTION **: When 'lat-users' UPDATES an account, it is currently changing
the user's 'Uid' in the '/home/e-smith/db/accounts' file. I don't think this
is supposed to happen (I might be wrong). So, I would currently advise against
updating accounts with 'lat-users'.
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/