Skip to content

Commit

Permalink
ldap---66---更新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Eron-Liu committed Feb 20, 2019
1 parent 40dfaf9 commit 0a33bfc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/account_handle.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,17 @@
**参数说明**

- `user_name`: 用户名称
- `display_name`: 显示的用户名
- `user_passwd`: 用户的密码
- `user_id`: 用户的 id 1000+
- `group_id`: 组 id
- `mail`: 用户的邮箱地址

```json
{
"user_name": "liuyulong",
"display_name": "jenkins_user1",
"user_name": ["lyl_test"],
"user_passwd": "1qazxsw2",
"user_id": "1010",
"group_id": "510",
"mail": "[email protected]"
"user_id": "150",
"group_id": "501",
"comment": "userid 在创建的时候需要配置不同的开头 ID, gid 需要配置不同的组 id 从创建组时指定 jqbkj_manager=150, jqbkj_dev_team-leader=151,jqbkj_operations=152, jqbkj_dev=153, jqbkj_test=154"
}
```
**create_group.json**
Expand Down Expand Up @@ -76,7 +73,7 @@

```json
{
"group_name": "liuyulong"
"group_name": "test"
}
```

Expand Down

0 comments on commit 0a33bfc

Please sign in to comment.