This website requires JavaScript.
Explore
Help
Register
Sign In
Guwan
/
ldap-matter
Watch
1
Star
0
Fork
You've already forked ldap-matter
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a775074b9
ldap-matter
/
oauth
/
OAuth2
/
.htaccess
8 lines
116 B
ApacheConf
Raw
Normal View
History
Unescape
Escape
Initial Commit - First version
2017-08-08 03:01:11 +08:00
# Deny access to everything by default
deny
from
all
# Disallow php files
<Files
*.php
>
deny
from
all
Update Mattermost-LDAP to V2.0
2020-04-30 21:43:07 +08:00
</Files
>