mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
ldap 모듈 인증을 위한 prefix 정보를 입력받도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5190 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2caa8b02ac
commit
4056eff5f6
8 changed files with 23 additions and 10 deletions
|
|
@ -9,6 +9,7 @@
|
|||
$lang->use_ldap = 'Use LDAP';
|
||||
$lang->ldap_server = 'LDAP Server Address';
|
||||
$lang->ldap_port = 'LDAP Server Port';
|
||||
$lang->ldap_userdn_prefix = 'UserDN prefix';
|
||||
$lang->ldap_userdn_suffix = 'UserDN Suffix';
|
||||
$lang->ldap_basedn = 'base DN';
|
||||
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
$lang->about_use_ldap = 'Please input all necessary information first and then check this';
|
||||
$lang->about_ldap_server = 'Please input LDAP server information for authirization and data request';
|
||||
$lang->about_ldap_port = 'Please input port of LDAP server';
|
||||
$lang->about_ldap_userdn_prefix = 'Please input userdn prefux for authorization. ex) cn=';
|
||||
$lang->about_ldap_userdn_suffix = 'Please input userdn suffux for authorization. ex) @abc.com';
|
||||
$lang->about_ldap_basedn = 'Please input base DN of directory. ex) dc=abc,dc=com';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue