mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 13:22:16 +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
|
|
@ -18,7 +18,7 @@
|
|||
**/
|
||||
function procLdapAdminInsertConfig() {
|
||||
// 기본 정보를 받음
|
||||
$args = Context::gets('use_ldap','ldap_server','ldap_port','ldap_userdn_suffix','ldap_basedn','ldap_email_entry','ldap_nickname_entry','ldap_username_entry','ldap_group_entry');
|
||||
$args = Context::gets('use_ldap','ldap_server','ldap_port','ldap_userdn_prefix', 'ldap_userdn_suffix','ldap_basedn','ldap_email_entry','ldap_nickname_entry','ldap_username_entry','ldap_group_entry');
|
||||
if($args->use_ldap !='Y') $args->use_ldap = 'N';
|
||||
if(!$args->ldap_port) $args->ldap_port = 389;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue