Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: Seeker on October 16, 2008, 07:14:29 PM

Title: How to turn off TinyDNS and LDAP?
Post by: Seeker on October 16, 2008, 07:14:29 PM
I need to shut down and keep TinyDNS and LDAP from starting. How do I go about this? Is there any docs on this?

Thanks
Title: Re: How to turn off TinyDNS and LDAP?
Post by: Stefano on October 16, 2008, 07:57:00 PM
yes, the documentation and the search function

try searching for "stopping service" ad "disable service"

ciao

Stefano
Title: Re: How to turn off TinyDNS and LDAP?
Post by: CharlieBrady on October 16, 2008, 10:46:40 PM
I need to shut down and keep TinyDNS and LDAP from starting.

Why do you "need to" shut them down? Don't access them if you aren't interested in the data they contain. If you shut them down, and applications continue to try to access them, then you will have other problems.

What problem are you trying to solve?
Title: Re: How to turn off TinyDNS and LDAP?
Post by: Seeker on October 17, 2008, 12:25:37 AM
Hi
Thanks for the replies. The LDAP service shares mail box info among the users which we do not want. TinyDNS is just not needed. We have a DNS server already running on the same server.
Title: Re: How to turn off TinyDNS and LDAP?
Post by: Stefano on October 17, 2008, 08:23:17 AM
TinyDNS is just not needed. We have a DNS server already running on the same server.

could you please explain this sentence?

thank you
Stefano
Title: Re: How to turn off TinyDNS and LDAP?
Post by: gzartman on October 23, 2008, 09:05:30 AM
I need to shut down and keep TinyDNS and LDAP from starting. How do I go about this? Is there any docs on this?
Thanks

Log in to your SME Box as root:

At the bash prompt:

config setprop tinydns status disabled
config setprop ldap status disabled

signal-event post-upgrade
signal-event reboot

This will shut down two primary SME services. 

I have two questions for you:

1.  Is SME Server the best solution for you?  Perhaps you would be happier with an install of Cenos, which is the OS SME Server is based upon

2. Why are you shutting down tinydns and LDAP? 

Greg
Title: Re: How to turn off TinyDNS and LDAP?
Post by: CharlieBrady on October 23, 2008, 04:21:24 PM
config setprop ldap status disabled

Shutting down ldap will cause problems adding and removing groups and users.