diff options
Diffstat (limited to 'package/openldap/Config.in')
-rw-r--r-- | package/openldap/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/openldap/Config.in b/package/openldap/Config.in index 3085a5c87e..bd39d0d022 100644 --- a/package/openldap/Config.in +++ b/package/openldap/Config.in @@ -3,8 +3,8 @@ config BR2_PACKAGE_OPENLDAP depends on BR2_USE_WCHAR depends on BR2_USE_MMU # needs fork() help - OpenLDAP Software is an open source implementation of - the Lightweight Directory Access Protocol. + OpenLDAP Software is an open source implementation of the + Lightweight Directory Access Protocol. This only installs client-side support. @@ -16,9 +16,9 @@ config BR2_PACKAGE_OPENLDAP_CLIENTS bool "openldap client binaries" default y help - Install the OpenLDAP client tools (ldapadd, ldapcompare, ldapdelete, - ldapexop, ldapmodify, ldapmodrdn, ldappasswd, ldapsearch, ldapurl, - ldapwhoami) + Install the OpenLDAP client tools (ldapadd, ldapcompare, + ldapdelete, ldapexop, ldapmodify, ldapmodrdn, ldappasswd, + ldapsearch, ldapurl, ldapwhoami) endif |