Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
63041611
Commit
63041611
authored
Mar 10, 2003
by
Kurt Zeilenga
Browse files
Add comment about LDAPv2
parent
472a79f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/intro.sdf
View file @
63041611
...
...
@@ -201,9 +201,13 @@ LDAPv3 adds the following features to LDAP:
- Schema Discovery
- Extensibility (controls, extended operations, and more)
LDAPv2 is considered historical. As deploying both LDAPv2 and
LDAPv3 simultaneously can be quite problematic, LDAPv2 should be
avoided. LDAPv2 is disabled by default.
LDAPv2 is historic ({{REF:RFC3494}}). As most implementations
(including {{slapd}}(8)) of LDAPv2 do not conform to the LDAPv2
technical specification, interoperatibility amongst implementations
claiming LDAPv2 support will be limited. As LDAPv2 differs
significantly from LDAPv3, deploying both LDAPv2 and LDAPv3
simultaneously can be quite problematic. LDAPv2 should be avoided.
LDAPv2 is disabled by default.
H2: What is slapd and what can it do?
...
...
doc/guide/preamble.sdf
View file @
63041611
...
...
@@ -221,5 +221,7 @@ RFC3088|X|OpenLDAP Root Service|ftp://ftp.isi.edu/in-notes/rfc3088.txt
RFC3296|PS|Named Subordinate References in LDAP|ftp://ftp.isi.edu/in-notes/rfc3296.txt
RFC3377|PS|Lightweight Directory Access Protocol (v3): Technical Specification
RFC3383|BCP|Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)
RFC3384|INFO|Lightweight Directory Access Procotol (version 3) Replication Requirements
RFC3384|INFO|Lightweight Directory Access Protocol (version 3) Replication Requirements
RFC3494:INFO|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status
!endblock
doc/guide/release/install.sdf
View file @
63041611
...
...
@@ -46,7 +46,7 @@ determining compiler/linker options including:
> Variable Description Example
> CC C compiler gcc
> CFLAGS C flags -O -g
> CPPFLAGS cpp flags -I/path/include -D
def
> CPPFLAGS cpp flags -I/path/include -D
__FOO__=42
> LDFLAGS ld flags -L/usr/local/lib
> LIBS libraries -llib
> PATH command path /usr/local/bin:/usr/bin:/bin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment