Skip to content

Commit 18a6472

Browse files
committed
resetful url
1 parent 7806bcb commit 18a6472

File tree

3 files changed

+361
-0
lines changed

3 files changed

+361
-0
lines changed

_posts/2017-07-13-WordsOfCoder.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@ modifyauthor: Temi Lee
3333
|underlying|底层|
3434
|phase|阶段|
3535
|handled by|处理|
36+
|directive | 指示、指令 |
37+
|syntax | 句法、语法 |
38+
| Indicates | 指示 |
39+
|violates | 违反 |
40+
|restrictions| 限制 |
3641
|未完待续 |持续更新|
3742

_posts/2017-09-04-LDAP.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ sudo /usr/libexec/slapd -d 255 启动服务
1919

2020

2121
ldapadd -D "cn=root,dc=example,dc=com" -W -f test.ldif
22+
23+
24+
ldapadd -H ldap://127.0.0.1 -D "cn=config" -x -w 123456 -f /etc/openldap/schema/java.ldif 添加记录

0 commit comments

Comments
 (0)