[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Multiple ldap servers on single machine???
>>>>> "shassingh" == shassingh <shassingh@hss.hns.com> writes:
shassingh> Hi, Can someone tell me whether is there someway by
shassingh> which I can run multiple instances of slapd on a single
shassingh> machine(Can I change the default tcp port used by
shassingh> slapd)?
----- s n i p -----
14500 ? S 0:23 /usr/sbin/slapd -h ldap://0.0.0.0:389/ ldaps://0.0.0.0/
14598 ? S 0:00 /usr/sbin/slapd -h ldap://0.0.0.0:3030/ ldaps://0.0.0.0:3031/ -f /etc/ldap/slapd.conf.backup
----- s n i p -----
As you can see, I run one slapd on port 389, and one on 3030...