[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Experimenting with a password plugin
- To: openldap-technical@openldap.org
- Subject: Re: Experimenting with a password plugin
- From: dee heffem <dheffem@gmail.com>
- Date: Mon, 8 Apr 2019 12:39:30 -0500
- Content-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=p7I5VCmuI+izr5FXql6Eqf+82ugNGLsuQxDJ6Y15aWM=; b=Spsy3bVLilYUHXDnR84faEm9Wk9woWpWf4iQMBApXxU8qq7T0oF5hCVbn7lAV9w9kU KVNBUCXDO/b1lVoHNb3cfRvVhk8GRgzD6w27PEm69SB6aqLBzP/6SCLHY/A6yR35akAa O9rAAJ6HNcFq4PR0zQfrxKE6fShq5ejfnCFoHOk4vkUbebtYUL2i4r1EAT3XSjS45Ote kv+mjPZypls5lkU57kJcnFAMt2yzmmKN6jZVnGW/BCww1yY6xbsv4aNhTWP4NxGFD8Gl dromxBrmWXErbYwyjiZv8zH7WzCoCTJzDMSs1ENv0uVVKPDCqUM9HF5WWhhwfq6T9osG EXcw==
- In-reply-to: <7597ad21-c6b7-4a32-072e-35c0895fc063@symas.com>
- References: <011fc6df-bb4f-a821-7122-a9e8ea750205@gmail.com> <c8d09ffd-c6a6-f005-851e-558337fdbebd@stroeder.com> <875a6b7c-d533-a595-f179-d505cbdda80f@gmail.com> <7597ad21-c6b7-4a32-072e-35c0895fc063@symas.com>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1
If I use some of the code from OpenLDAP in this password module,
and intend to make my code public (sticking it up on github),
how would I best comply with the License?
http://www.OpenLDAP.org/license.html
For instance I've not removed any copyright statements but rather
took a few lines from servers/slapd/sasl.c for some SASL auth.
Do I just include the first block comment from sasl.c in my
source file? Eg:
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
...
Also, item #3 tells to include the "verbatim" text at that link.
Is including this file in my repo sufficient or does it need to
be prepended in every source file like some GNU projects?
Thanks