mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Remove comments
This commit is contained in:
parent
6618f0eac5
commit
a2e9a98c36
@ -1,4 +1,3 @@
|
||||
# Searching database...
|
||||
dn: dc=example,dc=com
|
||||
objectClass: domain
|
||||
objectClass: domainRelatedObject
|
||||
@ -111,7 +110,6 @@ description: dc=example,dc=com#0'B // malformed UID?
|
||||
description: dc=example,dc=com#'0B // malformed UID?
|
||||
description: dc=example,dc=com '0'B // malformed UID?
|
||||
|
||||
# Searching database for DN="OU=Sales+CN=J. Smith,DC=example,DC=net"...
|
||||
dn: cn=Must Succeed,ou=LDAPv3,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: Must Succeed
|
||||
@ -146,7 +144,6 @@ description: CN=\#John Smith\ ,DC=example,DC=net
|
||||
description: CN=Lu\C4\8Di\C4\87
|
||||
description: testUUID=597ae2f6-16a6-1027-98f4-abcdefABCDEF,DC=Example
|
||||
|
||||
# Searching database for entryUUID-named DN="testUUID=597ae2f6-16a6-1027-98f4-ABCDEFabcdef,DC=Example"...
|
||||
dn: cn=Must Succeed,ou=LDAPv3,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: Must Succeed
|
||||
@ -181,8 +178,6 @@ description: CN=\#John Smith\ ,DC=example,DC=net
|
||||
description: CN=Lu\C4\8Di\C4\87
|
||||
description: testUUID=597ae2f6-16a6-1027-98f4-abcdefABCDEF,DC=Example
|
||||
|
||||
# Searching database for nameAndOptionalUID="dc=example,dc=com"...
|
||||
# Searching database for nameAndOptionalUID="dc=example,dc=com#'001000'B"...
|
||||
dn: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com
|
||||
objectClass: groupOfUniqueNames
|
||||
cn: Name and Optional UID
|
||||
@ -198,7 +193,6 @@ description: #'0010'B // empty "" DN with leading '0's
|
||||
description: dc=example,dc=com#'1000'B // with DN portion
|
||||
description: dc=example,dc=com#'0'B // with DN portion and just one '0'
|
||||
|
||||
# Searching database for uniqueMember~="dc=example,dc=com" (approx) ...
|
||||
dn: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com
|
||||
objectClass: groupOfUniqueNames
|
||||
cn: Name and Optional UID
|
||||
@ -214,7 +208,6 @@ description: #'0010'B // empty "" DN with leading '0's
|
||||
description: dc=example,dc=com#'1000'B // with DN portion
|
||||
description: dc=example,dc=com#'0'B // with DN portion and just one '0'
|
||||
|
||||
# Searching database for uniqueMember~="dc=example,dc=com#'001000'B" (approx) ...
|
||||
dn: cn=Name and Optional UID,ou=Related Syntaxes,dc=example,dc=com
|
||||
objectClass: groupOfUniqueNames
|
||||
cn: Name and Optional UID
|
||||
|
Loading…
Reference in New Issue
Block a user