From 6f0d843f855e179c66be107d1ab14f81254d6017 Mon Sep 17 00:00:00 2001 From: John Crygier <john.crygier@aon.com> Date: Tue, 10 Apr 2012 16:54:57 -0400 Subject: [PATCH] Allow for different port for LDAP in-memory server. Update some documentation. --- docs/01_setup.mkd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index a7b4cda..c2e2ef1 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -504,6 +504,6 @@ You may notice that there are no properties to find the password on the User record. This is intentional, and the service utilizes the LDAP login process to verify that the user credentials are correct. -You can also start Gitblit GO with an in-memory (backed by an LDIF file) LDAP server by using the --ldapLdifFile property. It will always start at ldap://localhost:389, so be sure to set that in gitblit.settings. It reads the user / password in gitblit.settings to create the root user login. +You can also start Gitblit GO with an in-memory (backed by an LDIF file) LDAP server by using the --ldapLdifFile property. It will listen where ever gitblit.settings is pointed to. However, it only supports ldap...not ldaps, so be sure to set that in gitblit.settings. It reads the user / password in gitblit.settings to create the root user login. Finally, writing back to LDAP is not implemented at this time, so do not worry about corrupting your corporate LDAP. Many orgnizations are likely to go through a different flow to update their LDAP, so it's unlikely that this will become a feature. \ No newline at end of file -- Gitblit v1.9.1