diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-10 18:37:13 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-10 18:37:13 +0100 |
commit | 8cba509e912dcf13cc7ab705ab468bd789761533 (patch) | |
tree | 620006165a881808a86be258d6ba2e56073fa4c1 /src | |
parent | 01e27d26a5f20fb0a0d8e8ca02f78944639f858a (diff) | |
download | gitblit-8cba509e912dcf13cc7ab705ab468bd789761533.tar.gz gitblit-8cba509e912dcf13cc7ab705ab468bd789761533.zip |
:book: Fix link to LDAP sample data LDIF file in setup.
Diffstat (limited to 'src')
-rw-r--r-- | src/site/setup_authentication.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/setup_authentication.mkd b/src/site/setup_authentication.mkd index 71136675..b199c769 100644 --- a/src/site/setup_authentication.mkd +++ b/src/site/setup_authentication.mkd @@ -25,7 +25,7 @@ To use the *LdapUserService* set *realm.authenticationProviders=ldap* in your `g #### Example LDAP Layout
![block diagram](ldapSample.png "LDAP Sample")
-Please see [ldapUserServiceSampleData.ldif](https://github.com/gitblit/gitblit/blob/master/tests/com/gitblit/tests/resources/ldapUserServiceSampleData.ldif) to see the data in LDAP that reflects the above picture.
+Please see [ldapUserServiceSampleData.ldif](https://github.com/gitblit/gitblit/blob/master/src/test/resources/ldap/sampledata.ldif) to see the data in LDAP that reflects the above picture.
#### Gitblit Settings for Example LDAP Layout
The following are the settings required to configure Gitblit to authenticate against the example LDAP server with LDAP-controlled team memberships.
|