diff options
author | John Terpstra <jht@samba.org> | 2005-06-14 05:24:07 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:48 -0500 |
commit | 6d6cb2f0a3db32812b650b813a532e8ee66c5c96 (patch) | |
tree | 77a8a9c507ef4736e4460eb4517d7d8ae2e619f6 /docs/Samba3-ByExample/SBE-Appendix1.xml | |
parent | 890c7669cfeb0d5a254458c492f138ca4c5994bc (diff) | |
download | samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.tar.gz samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.tar.bz2 samba-6d6cb2f0a3db32812b650b813a532e8ee66c5c96.zip |
Another update.
(This used to be commit 66bc42ebf26d77e5e26aff18aff08ea475674c67)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-Appendix1.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-Appendix1.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/Samba3-ByExample/SBE-Appendix1.xml b/docs/Samba3-ByExample/SBE-Appendix1.xml index cc22e4ca9d..da42a4e054 100644 --- a/docs/Samba3-ByExample/SBE-Appendix1.xml +++ b/docs/Samba3-ByExample/SBE-Appendix1.xml @@ -1272,6 +1272,38 @@ pwdhash: SSHA </sect1> +<sect1> + <title>IDEALX Management Console</title> + + <para> + IMC (the IDEALX Mamagement Console) is a tool that can be used as the basis for a comprehensive + web-based management interface for UNIX and Linux systems. + </para> + + <para> + The Samba toolset is the first console developped for IMC. It offers a simple and ergonomic + interface for managing a Samba domain controler. The goal is to give Linux administrators who + need to manage production Samba servers an effective, intuitive and consistent management + experience. An IMC screenshot of the user management tool is shown in <link linkend="imcidealx"/>. + </para> + + <figure id="imcidealx"> + <title>The IMC Samba User Account Screen</title> + <imagefile scale="40">imc-usermanager2</imagefile> + </figure> + + <para> + IMC is built on a set of Perl modules. Most modules are standard CPAN modules. Some are bundled with IMC, + but will soon to be hosted on the CPAN independently, like Struts4P, a port of Struts to the Perl language. + </para> + + <para> + For further information regarding IMC refer to the web <ulink url="http://imc.sourceforge.net/">site.</ulink> + Prebuilt RPM packages are also <ulink url="http://imc.sourceforge.net/download.html">available.</ulink> + </para> + +</sect1> + <sect1 id="ch12-SUIDSGID"> <title>Effect of Setting File and Directory SUID/SGID Permissions Explained</title> |