Page 1 of 1

Mandriva MDS on Centos 5.3 Not Working

Posted: 2009/09/04 01:00:47
by periko
Hi people.

I have been setup a PDC with samba+ldap, is working, smbldap-tools working, I can create users, add machines, etc, really cool.

Now I have seen MDS from Mandriva, cool tool to handle my network, I try to setup MDS, but looks like something is not good.

I have follow the instructions from their site, I access the web page, but went I input my username + password my browser wait for ever and never receive any answer.
It suppose that u have input the LDAP username and password from the admin.

I had run the mmc-agent daemon as stand alone to see what is doing, but I see any issue:

/usr/local/sbin/mmc-agent -d
mmc-agent 2.3.2 starting...
Using Python 2.4.3 (#1, Jul 27 2009, 17:57:39)
Using Python Twisted 8.1.0
Running as euid = 0, egid = 0
Importing available MMC plugins
Registering authenticator baseldap / base.BaseLdapAuthenticator
Registering authenticator externalldap / mmc.plugins.base.externalldap.ExternalLdapAuthenticator
Registering provisioner externalldap / mmc.plugins.base.externalldap.ExternalLdapProvisioner
Plugin base loaded, API version: 7:0:3 build(743)
Plugin proxy: disabled by configuration.
Plugin proxy not loaded.
Plugin network: disabled by configuration.
Plugin network not loaded.
Plugin mail: disabled by configuration.
Plugin mail not loaded.
/usr/lib/python2.4/site-packages/mmc/support/mmctools.py:353: PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet alled reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.
reactor.spawnProcess(shProcess, "/bin/sh", ['/bin/sh','-c',cmd],env=os.environ)
Looks like NSCD is installed on your system. You should not run NSCD on a SAMBA server.
Plugin samba loaded, API version: 5:2:4 build(748)
MMC plugins activation stage 2
Selecting authenticator baseldap / base.BaseLdapAuthenticator
Authenticator baseldap successfully validated
Selecting provisioners: None
Selecting computer manager: none
SSL is disabled by configuration.
Listening to XML-RPC requests

Does someone here setup MDS in Centos?

Did I miss something?

Centos 5.3 updated
MDS 2.3.2.

Thanks for your time :-)

Mandriva MDS on Centos 5.3 Not Working

Posted: 2009/09/04 19:41:23
by pschaff
Since their [url=http://mds.mandriva.org/content/MMC/install/en/mmc-generic-installation.html]installation instructions[/url] seem to only address CentOS 4.3 I'd have serious reservations about trying to follow anything so outdated. CentOS forum and site searches turn up only your post so help here may be hard to come by. All I can suggest is the links for FAQ, Mailing Lists, and Support on http://mds.mandriva.org/.

Re: Mandriva MDS on Centos 5.3 Not Working

Posted: 2009/09/08 14:54:19
by periko
Mandriva MDS 2.3.2 working on Centos 5.3.
Maybe the key was to enable SSL, I just cannot confirm right now.
I create, change and delete users confirm.
Thanks!!!

Re: Mandriva MDS on Centos 5.3 Not Working

Posted: 2009/09/09 00:04:51
by periko
Just to let u know.

Went I logout from the mds console, my browser goes crazy, it was on a loop, the programmer we have fix this, the file is:

/usr/local/share/mmc/logout/index.php

Original File
Line 44 -> header("Location: " . $root . "index.php");
Fix
Line 44 -> header("Location: " . $root . "../index.php");

"../"

Greetings :-D