diff options
| author | Sam Varshavchik | 2019-04-30 21:43:01 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2019-04-30 21:43:01 -0400 |
| commit | f41beac026d5599b606c72b1911db2d1893d1868 (patch) | |
| tree | 6beb304698d35907c25e096a7c6def710ef7927a | |
| parent | 90fda197edad631b39c5094ee178e4fd030f312b (diff) | |
| download | courier-libs-f41beac026d5599b606c72b1911db2d1893d1868.tar.bz2 | |
Fix documentation.
| -rw-r--r-- | ldapaddressbook/ldapaddressbook.dist.git | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ldapaddressbook/ldapaddressbook.dist.git b/ldapaddressbook/ldapaddressbook.dist.git index a9bb851..6f2ce24 100644 --- a/ldapaddressbook/ldapaddressbook.dist.git +++ b/ldapaddressbook/ldapaddressbook.dist.git @@ -10,6 +10,14 @@ # # Example: # -# YourOrganizationName<tab>ldap.example.com<tab>ou=member_directory,o=example.com<tab>ou=people,o=example.com +# YourOrganizationName<tab>ldap.example.com<tab>port<tab>ou=member_directory,o=example.com<tab>ou=people,o=example.com # +# Field-by-field explanation, each field is <tab> separated. +# +# YourOrganizationName - the label for the address book +# ldap.example.com - the ldap server +# port - ldap port. +# ou=member_directory... - the LDAP search basedn +# ou=people,... - the LDAP search string + ##NAME: ldapaddressbook:0 |
