소스 검색

Note where to find LDAP examples

Daniel Gruno 5 년 전
부모
커밋
8d26ca30a8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -93,5 +93,9 @@ To authenticate and receive private events, use Basic authentication, such as:
 curl -u 'user:pass' http://localhost:2069/internal/topics/here
 ~~~
 
+### LDAP-based ACL
+PyPubSub supports ACL via asynchronous LDAP, either through group memberships or single users via their dn
+See `pypubsub.yaml` for an LDAP example.
+
 ## License
 PyPubSub is licensed under the Apache License v/2.