mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
Update ldap.md: add a link to ldap.go (#11409)
This commit is contained in:
parent
4a9d9c8585
commit
f2d49ec21a
@ -235,7 +235,7 @@ $ export MINIO_IDENTITY_LDAP_GROUP_SEARCH_FILTER='(&(objectclass=group)(member=%
|
|||||||
$ export MINIO_IDENTITY_LDAP_GROUP_NAME_ATTRIBUTE='cn'
|
$ export MINIO_IDENTITY_LDAP_GROUP_NAME_ATTRIBUTE='cn'
|
||||||
$ minio server ~/test
|
$ 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
|
$ go run ldap.go -u foouser -p foopassword
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user