mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +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';
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$lang->use_ldap = 'LDAP認証連動を使用する';
|
||||
$lang->ldap_server = 'LDAPサーバーアドレス';
|
||||
$lang->ldap_port = 'LDAPサーバーポート番号';
|
||||
$lang->ldap_userdn_prefix = 'UserDN prefix';
|
||||
$lang->ldap_userdn_suffix = 'ユーザーサフィックス';
|
||||
$lang->ldap_basedn = 'ベースDN(suffix)';
|
||||
|
||||
|
|
@ -20,8 +21,9 @@
|
|||
$lang->about_use_ldap = 'LDAP認証連動のためには、下記のサーバー情報とともに上にチェックして下さい。';
|
||||
$lang->about_ldap_server = 'LDAPサーバー情報を入力してください。';
|
||||
$lang->about_ldap_port = 'LDAPサーバーのポート(port)番号情報を入力してください。';
|
||||
$lang->about_ldap_userdn_prefix = 'Please input userdn prefux for authorization. ex) cn=';
|
||||
$lang->about_ldap_userdn_suffix = '認証のためのユーザーサフィックスを入力してください。 (例: @abc.com)';
|
||||
$lang->about_ldap_basedn = 'ディレクトリの ベースDN(suffix)をログインして下さい。 (例: dc=abc,dc=com)';
|
||||
$lang->about_ldap_basedn = 'ディレクトリの ベースDN をログインして下さい。 (例: dc=abc,dc=com)';
|
||||
|
||||
$lang->about_ldap_email_entry = 'LDAP情報中、会員のメールアカウント情報として使うカラム名を入力してください。 (重複不可)';
|
||||
$lang->about_ldap_username_entry = 'LDAP情報中、会員名情報として使うカラム名を入力してください。 (重複可能)';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$lang->use_ldap = 'LDAP 인증 사용';
|
||||
$lang->ldap_server = 'LDAP 서버 주소';
|
||||
$lang->ldap_port = 'LDAP 서버 포트번호';
|
||||
$lang->ldap_userdn_prefix = '사용자 접두사';
|
||||
$lang->ldap_userdn_suffix = '사용자 접미사';
|
||||
$lang->ldap_basedn = 'base DN';
|
||||
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
$lang->about_use_ldap = 'LDAP 인증 연동을 위해서는 서버 정보등을 입력 후 사용에 체크를 하셔야 합니다';
|
||||
$lang->about_ldap_server = '인증과 정보를 요청할 수 있는 LDAP 서버 정보를 입력해주세요';
|
||||
$lang->about_ldap_port = 'LDAP 서버의 port 정보를 입력해주세요';
|
||||
$lang->about_ldap_userdn_prefix = '인증을 위한 사용자 접두사를 입력해주세요 (예: cn= )';
|
||||
$lang->about_ldap_userdn_suffix = '인증을 위한 사용자 접미사를 입력해주세요. (예: @abc.com)';
|
||||
$lang->about_ldap_basedn = '디렉토리의 base DN을 입력해주세요. (예: dc=abc,dc=com)';
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
$lang->use_ldap = '使用 LDAP';
|
||||
$lang->ldap_server = 'LDAP主機位置';
|
||||
$lang->ldap_port = 'LDAP主機端口';
|
||||
$lang->ldap_userdn_prefix = 'UserDN prefix';
|
||||
$lang->ldap_userdn_suffix = '後綴';
|
||||
$lang->ldap_basedn = 'base DN';
|
||||
|
||||
|
|
@ -20,6 +21,7 @@
|
|||
$lang->about_use_ldap = '請輸入並檢查所有必填的資料。';
|
||||
$lang->about_ldap_server = '請輸入已授權的 LDAP主機資料。';
|
||||
$lang->about_ldap_port = '請輸入 LDAP主機端口。';
|
||||
$lang->about_ldap_userdn_prefix = 'Please input userdn prefux for authorization. ex) cn=';
|
||||
$lang->about_ldap_userdn_suffix = '請輸入已授權的 userdn後綴。例) @abc.com';
|
||||
$lang->about_ldap_basedn = '請輸入 base DN資料夾。 例) dc=abc,dc=com';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue