This commit is contained in:
Mark Cavage 2011-08-25 07:42:32 -07:00
parent 2ebc8d5311
commit 8d768db02b
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ The sample record above maps to:
||/home/jsmith||the user's home directory.||
||/bin/sh||the user's shell.||
Let's some handlers to parse that and transform it into an LDAP search
Let's write some handlers to parse that and transform it into an LDAP search
record (note, you'll need to add `var fs = require('fs');` at the top of the
source file).