some questions about the vm version.
1. how to login in vm ?
2. how to change the hostname? at the moment only reachable with ip.
3. sysop pw?
4. possible to integrate in LDAP? (sysop pw?)
many thx
some questions about the vm version.
1. how to login in vm ?
2. how to change the hostname? at the moment only reachable with ip.
3. sysop pw?
4. possible to integrate in LDAP? (sysop pw?)
many thx
great wiki ;-)
1) user: root, password: password
2) depends on your network setup; your choice are Samba or DNS
3) provided at install time; if need be, you can reset in the database
4) yes, see http://wiki.opengarden.org/Deki_Wiki...s/LDAP_Support
Steve G. Bjorg - Chief Architect
Did you check the MindTouch FAQ?
Found a bug? Report it.
Follow me on Twitter
Find us on IRC: irc.freenode.net #mindtouch
did you changed anything in the new vm 1.8.2
i can not login over ssh (putty)
normal login with root/password is working
great wiki ;-)
SSH access for the root account is disabled by default. You could enable it (and you can find out how with a forum search) but it would be better for you to create another normal user account and use it to access the VM via SSH, then sudo as that account.
i'm not aware that i have changed this in the old version... but it could be ;-)
Open up /etc/ssh/sshd_config and set "PermitRootLogin" to "yes"
great wiki ;-)