diff options
author | John Crygier <john.crygier@aon.com> | 2012-04-10 15:54:57 -0500 |
---|---|---|
committer | John Crygier <john.crygier@aon.com> | 2012-04-10 15:54:57 -0500 |
commit | 6f0d843f855e179c66be107d1ab14f81254d6017 (patch) | |
tree | 40227166040016574a54e630dc5ef6f4ca2bac72 /docs | |
parent | 073b11b1e33c2c52a0796b75920b588c937eb6e9 (diff) | |
download | gitblit-6f0d843f855e179c66be107d1ab14f81254d6017.tar.gz gitblit-6f0d843f855e179c66be107d1ab14f81254d6017.zip |
Allow for different port for LDAP in-memory server. Update some documentation.
Diffstat (limited to 'docs')
-rw-r--r-- | 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 a7b4cdaa..c2e2ef11 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -504,6 +504,6 @@ The following is are descriptions of the properties that would follow the sample 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 |