LDAP System Administration by Gerald Carter The following corrections were made to the 1/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (6) second footnote; Andrew S. Tannenbaum NOW READS: Andrew S. Tanenbaum {18} 3rd paragraph, 4th line; the OID prefix in this line, 1.3.5..... NOW READS: 1.3.6...... (59) IN PRINT: Last line of page; databasebdb NOW READS: database bdb (60) 2nd section, 2nd paragraph; An "i" wass missing in the word "organizational." This HAS BEEN ADDED. (91) IN PRINT: last line of code on page; "(&(|(sn=smith)(cn=jones))(cn=john*))" NOW READS: "(&(|(sn=smith)(sn=jones))(cn=john*))" {118} code example after 3. Paragraph; cn: all_hosts NOW READS: cn: all_sysadmin (127) last full text paragraph, "To solve this dilemma . . ."; . . . will have to filtered . . . NOW READS: . . . will have to be filtered . . . (153) First paragraph ("Exim"); "Exim: The Main Transfer Agent (O'Reilly)". NOW READS: "Exim: The Mail Transfer Agent (O'Reilly)". (168) IN PRINT: "Configuring OpenLDAP" section, first paragraph, first sentence; "...your LDAP server..." NOW READS: "...your LDAP server..." (About the Author) 2nd paragraph; . . . (Cork I, not the C64). NOW READS: . . . (Zork I, not the C64). (177) 3rd line of log sample at bottom of page; <...reminaing output omitted...> NOW READS: <...remaining output omitted...> {209} IN PRINT: "Metadirectories" section, third bulled point; "Sun Microsystems SunOne" NOW READS: "Sun Microsystems SunONE MetaDirectory" {222} code example after 3. Paragraph; $ldif = Net::LDAP::LDIF->new (STDOUT, "w") NOW READS: $ldif = Net::LDAP::LDIF->new (scalar , "w") (226) second code example; ## be adding new entries NOW READS: ## be deleting entries.