reformat to <= 80 chars/line
This commit is contained in:
parent
7d41c3d47e
commit
b273e113d8
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
A gateway that connects WWW browsers to LDAP based directories.
|
||||
|
||||
Web500gw expects HTTP requests from a WWW browser on a TCP port (usually 8888).
|
||||
Depending on the requested URL web500gw performs read/search/modify/add/delete
|
||||
requests to the Directory and sends HTML pages back to the browser.
|
||||
Web500gw uses the LDAPv2 protocol to talk to a Directory server. It is able to
|
||||
work with a Standalone LDAP server (like UMich/OpenLDAP slapd or Netscape LDAP
|
||||
product) and with an LDAP Frontend to an X.500 Directory System Agent.
|
||||
Web500gw expects HTTP requests from a WWW browser on a TCP port
|
||||
(usually 8888). Depending on the requested URL web500gw performs
|
||||
read/search/modify/add/delete requests to the Directory and sends HTML
|
||||
pages back to the browser. Web500gw uses the LDAPv2 protocol to talk
|
||||
to a Directory server. It is able to work with a Standalone LDAP
|
||||
server (like UMich/OpenLDAP slapd or Netscape LDAP product) and with
|
||||
an LDAP Frontend to an X.500 Directory System Agent.
|
||||
|
|
Loading…
Reference in a new issue