mirror of
https://github.com/nicolabs/ldap-plugin.git
synced 2025-09-07 05:14:24 +02:00
Merge pull request #1 from tan9/master
Add/update Chinese (traditional) translation.
This commit is contained in:
commit
ac82c3b563
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
/target
|
/target
|
||||||
*.iml
|
*.iml
|
||||||
/work
|
/work
|
||||||
|
/.project
|
||||||
|
/.settings
|
||||||
|
/.classpath
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# The MIT License
|
# The MIT License
|
||||||
#
|
#
|
||||||
# Copyright (c) 2004-2010, Sun Microsystems, Inc.
|
# Copyright (c) 2004-2013, Sun Microsystems, Inc., Chunghwa Telecom Co., Ltd.,
|
||||||
|
# and Pei-Tang Huang
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -20,6 +21,12 @@
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
|
|
||||||
Allow\ blank\ rootDN=\u5141\u8A31\u7A7A\u767D\u7684 rootDN
|
Server=\u4f3a\u670d\u5668
|
||||||
Server=\u4F3A\u670D\u5668
|
root\ DN=\u6839\u76ee\u9304 DN
|
||||||
root\ DN=Root DN
|
Allow\ blank\ rootDN=\u5141\u8a31\u7a7a\u767d\u7684\u6839\u76ee\u9304 DN
|
||||||
|
User\ search\ base=\u4f7f\u7528\u8005\u641c\u5c0b\u8d77\u9ede
|
||||||
|
User\ search\ filter=\u4f7f\u7528\u8005\u641c\u5c0b\u7be9\u9078\u689d\u4ef6
|
||||||
|
Group\ search\ base=\u7fa4\u7d44\u641c\u5c0b\u8d77\u9ede
|
||||||
|
Manager\ DN=\u7ba1\u7406\u54e1 DN
|
||||||
|
Manager\ Password=\u7ba1\u7406\u54e1\u5bc6\u78bc
|
||||||
|
Disable\ Ldap\ Email\ Resolver=\u505c\u7528 LDAP \u96fb\u5b50\u90f5\u4ef6\u89e3\u6790\u7a0b\u5f0f
|
||||||
|
|
Loading…
Reference in a new issue