auth/ldap: allow placeholder %s for BindDN (#2526)

This commit is contained in:
Unknwon
2017-11-16 19:32:33 -05:00
parent e1e76d3f88
commit 6f04ee879c
7 changed files with 13 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.32.1115"
const APP_VER = "0.11.33.1116"
func init() {
setting.AppVer = APP_VER