mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +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
|
|
@ -28,7 +28,7 @@
|
|||
$password = $obj->password;
|
||||
|
||||
// 인증 시도
|
||||
$output = $oLdapModel->ldap_conn($user_id, $password, $config->ldap_userdn_suffix, $config->ldap_basedn, $config->ldap_server, $config->ldap_port);
|
||||
$output = $oLdapModel->ldap_conn($user_id, $password, $config->ldap_userdn_prefix, $config->ldap_userdn_suffix, $config->ldap_basedn, $config->ldap_server, $config->ldap_port);
|
||||
|
||||
// 인증 실패시 아무 event없이 그냥 return하여 기존 인증을 계속 유지
|
||||
if(!$output->toBool()) return new Object();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue