@@ -284,7 +295,8 @@ class StdoutFilter(logging.Filter):
@click.option('--cache-ttl',default=60,help='Time-to-live for API response caching in seconds')
@click.option('--base-dn',required=True,help='Base DN for user, group and system objects. E.g. "dc=example,dc=com"')
@click.option('--bind-password',help='Authentication password for the service connection to LDAP. Bind DN is always "cn=service,ou=system,BASEDN". If set, anonymous access is disabled.')