ldap 모듈 인증을 위한 prefix 정보를 입력받도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5190 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-26 08:51:31 +00:00
parent 2caa8b02ac
commit 4056eff5f6
8 changed files with 23 additions and 10 deletions

View file

@ -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';