mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Shared text
This commit is contained in:
parent
9059f20681
commit
e767eae99d
2 changed files with 11 additions and 0 deletions
4
doc/man/Project
Normal file
4
doc/man/Project
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.B "OpenLDAP Software"
|
||||
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
||||
.B OpenLDAP Software"
|
||||
is derived from University of Michigan LDAP 3.3 Release.
|
||||
7
doc/man/man3/Deprecated
Normal file
7
doc/man/man3/Deprecated
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Deprecated interfaces generally remain in the library. The macro
|
||||
LDAP_DEPRECATED can be defined to a non-zero value
|
||||
(e.g., -DLDAP_DEPRECATED=1) when compiling program designed to use
|
||||
deprecated interaces. It is recommended that developers writing new
|
||||
programs, or updating old programs, avoid use of deprecated interfaces.
|
||||
Over time, it is expected that documentation (and, eventually, support) for
|
||||
deprecated interfaces to be eliminated.
|
||||
Loading…
Reference in a new issue