From f2d49ec21a8c984f09c8c7a09fa118f87461ff5d Mon Sep 17 00:00:00 2001 From: Bahram Aghaei Date: Wed, 3 Feb 2021 03:17:04 +0330 Subject: [PATCH] Update ldap.md: add a link to ldap.go (#11409) --- docs/sts/ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sts/ldap.md b/docs/sts/ldap.md index fec20401a..8cdcde421 100644 --- a/docs/sts/ldap.md +++ b/docs/sts/ldap.md @@ -235,7 +235,7 @@ $ export MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER='(&(objectclass=group)(member=% $ export MINIO_IDENTITY_LDAP_GROUP_NAME_ATTRIBUTE='cn' $ minio server ~/test ``` - +You can make sure it works appropriately using our [example program](https://raw.githubusercontent.com/minio/minio/master/docs/sts/ldap.go): ``` $ go run ldap.go -u foouser -p foopassword