02.07.2013 Views

LDAP 基础知识

LDAP 基础知识

LDAP 基础知识

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>LDAP</strong> <strong>基础知识</strong><br />

mod-spec = ("add:" / "delete:" / "replace:")<br />

FILL AttributeDescription SEP<br />

*attrval-spec<br />

"-" SEP<br />

SPACE = %x20<br />

; ASCII SP, space<br />

FILL = *SPACE<br />

SEP = (CR LF / LF)<br />

CR = %x0D<br />

; ASCII 码 CR, 回车<br />

LF = %x0A<br />

; ASCII 码 LF,换行<br />

ALPHA = %x41-5A / %x61-7A<br />

; A-Z / a-z<br />

DIGIT = %x30-39<br />

; 0-9<br />

UTF8-1 = %x80-BF<br />

UTF8-2 = %xC0-DF UTF8-1<br />

UTF8-3 = %xE0-EF 2UTF8-1<br />

UTF8-4 = %xF0-F7 3UTF8-1<br />

UTF8-5 = %xF8-FB 4UTF8-1<br />

UTF8-6 = %xFC-FD 5UTF8-1<br />

SAFE-CHAR = %x01-09 / %x0B-0C / %x0E-7F<br />

; 除 NUL, LF 及 CR 之外任何一个小于等于十进制 127 的<br />

; ASCII 码<br />

SAFE-INIT-CHAR = %x01-09 / %x0B-0C / %x0E-1F /<br />

%x21-39 / %x3B / %x3D-7F<br />

; 除 NUL, LF, CR, SPACE, 冒号 (":", ASCII 码十进制 58)<br />

; 及小于号 ("

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!