From 8cba509e912dcf13cc7ab705ab468bd789761533 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Sun, 10 Nov 2019 18:37:13 +0100 Subject: [PATCH] :book: Fix link to LDAP sample data LDIF file in setup. --- src/site/setup_authentication.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5