From 05758b2129d8dd57d97b4237a7735673047fecbe Mon Sep 17 00:00:00 2001 From: abranson Date: Wed, 25 Jul 2012 16:32:13 +0200 Subject: cristal-dev defines its own server, and depends on cristal-kernel rather than the other way around. --- bin/dev.clc.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bin/dev.clc.example (limited to 'bin/dev.clc.example') diff --git a/bin/dev.clc.example b/bin/dev.clc.example new file mode 100644 index 0000000..7a61c89 --- /dev/null +++ b/bin/dev.clc.example @@ -0,0 +1,15 @@ +Name=Cristal Development Server + +// TCP server ports +ItemServer.name=localhost +ItemServer.iiop=1505 +ItemServer.Proxy.port=1555 + +// LDAP Lookup config +LDAP.GlobalPath=SUFFIX +LDAP.RootPath=cn=cristal2 +LDAP.LocalPath=cn=dev +LDAP.port=389 +LDAP.host=localhost +LDAP.user=USER +LDAP.password=PASS -- cgit v1.2.3