Penguin
Diff: ldapsearch(1)
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of ldapsearch(1).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Tuesday, June 4, 2002 12:22:15 am by perry
Older page: version 3 Last edited on Tuesday, June 4, 2002 12:22:15 am by perry Revert
@@ -36,9 +36,9 @@
 !!DESCRIPTION 
  
  
 ''ldapsearch'' is a shell-accessible interface to the 
-__ ldap_search__ (3) library call. 
+ldap_search(3) library call. 
  
  
 __ldapsearch__ opens a connection to an LDAP server, 
 binds, and performs a search using specified parameters. The 
@@ -341,9 +341,9 @@
 The following command: 
  
  
  ldapsearch -LLL 
-will perform a subtree search (using the default search base defined in __ ldap.conf__ (5)) for entries with a surname (sn) of smith. The common name (cn), surname (sn) and telephoneNumber values will be retrieved and printed to standard output. The output might look something like this if two entries are found: 
+will perform a subtree search (using the default search base defined in ldap.conf(5)) for entries with a surname (sn) of smith. The common name (cn), surname (sn) and telephoneNumber values will be retrieved and printed to standard output. The output might look something like this if two entries are found: 
  
  
  dn: uid=jts, dc=example, dc=com 
 cn: John Smith 
@@ -405,10 +405,10 @@
  
  
 ldapadd(1), ldapdelete(1), 
 ldapmodify(1), ldapmodrdn(1), 
-__ ldap.conf__ (5), ldif(5), ldap(3),  
-__ ldap_search__ (3) 
+ldap.conf(5), ldif(5), ldap(3),  
+ldap_search(3) 
 !!AUTHOR 
  
  
 The OpenLDAP Project 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.