1*14bc69e3S이명진<?php 2*14bc69e3S이명진/** 3*14bc69e3S이명진 * Korean language file 4*14bc69e3S이명진 * 5*14bc69e3S이명진 * @author Myeongjin <aranet100@gmail.com> 6*14bc69e3S이명진 */ 7*14bc69e3S이명진$lang['server'] = 'LDAP 서버. 호스트 이름(<code>localhost</code>)이나 전체 자격 URL(<code>ldap://server.tld:389</code>) 중 하나'; 8*14bc69e3S이명진$lang['port'] = '위에 주어진 전체 URL이 없을 때의 LDAP 서버 포트'; 9*14bc69e3S이명진$lang['starttls'] = 'TLS 연결을 사용하겠습니까?'; 10*14bc69e3S이명진$lang['debug'] = '오류에 대한 추가적인 디버그 정보를 보이기'; 11