diff options
Diffstat (limited to 'bin/dev.clc.example')
| -rw-r--r-- | bin/dev.clc.example | 15 |
1 files changed, 15 insertions, 0 deletions
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
|
