diff options
author | Unknwon <u@gogs.io> | 2015-09-16 12:15:14 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-16 12:15:14 -0400 |
commit | 6a1907d994c3beb7e604874d2cce3171b32b0baf (patch) | |
tree | 464286714768b848a7f8510b9d1c20e41cccb859 /templates/admin/auth/new.tmpl | |
parent | e303d74ab65dfeae17b815efd424bd0618a7d630 (diff) | |
download | gitea-6a1907d994c3beb7e604874d2cce3171b32b0baf.tar.gz gitea-6a1907d994c3beb7e604874d2cce3171b32b0baf.zip |
revert simple LDAP userDN and update example
Diffstat (limited to 'templates/admin/auth/new.tmpl')
-rw-r--r-- | templates/admin/auth/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 5b5a81acc9..d342b2df17 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -56,7 +56,7 @@ </div> <div class="dldap required field {{if not (eq .type 5)}}hide{{end}}"> <label for="user_dn">{{.i18n.Tr "admin.auths.user_dn"}}</label> - <input id="user_dn" name="user_dn" value="{{.user_dn}}" placeholder="e.g. ou=Users,dc=mydomain,dc=com"> + <input id="user_dn" name="user_dn" value="{{.user_dn}}" placeholder="e.g. uid=%s,ou=Users,dc=mydomain,dc=com"> </div> <div class="required field"> <label for="filter">{{.i18n.Tr "admin.auths.filter"}}</label> |