Commit 278d746b authored by jiangbowen's avatar jiangbowen

add attr

parent f07f5f7a
......@@ -125,6 +125,7 @@ class LdapController extends Controller
$user->setDn("cn={$value},{$dept_name},ou=Users_hoto,dc=hoto,dc=test"); //在IT发展部新增人员
$user->setAccountName("$value");
$user->setCommonName("$value");
$user->setPassword("iiooii");
//属性设置
//登陆状态默认启用 544默认启用 66080密码永不过期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment