Issue 5524 - Additions to the Security section of the Admin Guide
Summary: Additions to the Security section of the Admin Guide
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: documentation (show other issues)
Version: 2.4.9
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-22 19:30 UTC by Andrew Findlay
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrew Findlay 2008-05-22 19:30:24 UTC
Full_Name: Andrew Findlay
Version: 2.4.9
OS: Linux
URL: http://www.skills-1st.co.uk/pub/code/openldap-guide-patch-20080522
Submission from: (NULL) (88.97.25.132)


This patch adds text to the Security chapter in the Admin Guide. It describes
the password storage schemes, including the {SASL} scheme that triggers
pass-through authentication. The latter facility has existed since version 2.0
but has never been mentioned in the docs, so I have included a section with an
example of its use.

Comment 1 Gavin Henry 2008-05-26 12:07:22 UTC
andrew.findlay@skills-1st.co.uk wrote:
> Full_Name: Andrew Findlay
> Version: 2.4.9
> OS: Linux
> URL: http://www.skills-1st.co.uk/pub/code/openldap-guide-patch-20080522
> Submission from: (NULL) (88.97.25.132)
> 
> 
> This patch adds text to the Security chapter in the Admin Guide. It describes
> the password storage schemes, including the {SASL} scheme that triggers
> pass-through authentication. The latter facility has existed since version 2.0
> but has never been mentioned in the docs, so I have included a section with an
> example of its use.
> 
> 

I've patched security.sdf and I'm abotu to clean up some typos and 
formating.

Should we also mention that CRYPT is platform specific?

Lastly, should I also put:

Portions Copyright 2008 Andrew Findlay <andrew.findlay@skills-1st.co.uk>

into doc/guide/COPYRIGHT  ?

-- 
Kind Regards,

Gavin Henry.
OpenLDAP Engineering Team.

E ghenry@OpenLDAP.org

Community developed LDAP software.

http://www.openldap.org/project/

Comment 2 Gavin Henry 2008-05-26 12:30:05 UTC
> I've patched security.sdf and I'm abotu to clean up some typos and
> formating.

Hmm, maybe I should do the same to the e-mails I write ;-)

Comment 3 Andrew Findlay 2008-05-26 19:47:42 UTC
On Mon, May 26, 2008 at 01:07:22PM +0100, Gavin Henry wrote:

> I've patched security.sdf and I'm abotu to clean up some typos and 
> formating.

Thanks.

> Should we also mention that CRYPT is platform specific?

I put in a note about the glibc2 version, but I was not aware of any
platform oddities on the traditional 13-character version. Are there
other MD5 variants?

We could also mention the LANMAN scheme which I forgot to include as
it is a compile-time option.

> Lastly, should I also put:
> 
> Portions Copyright 2008 Andrew Findlay <andrew.findlay@skills-1st.co.uk>
> 
> into doc/guide/COPYRIGHT  ?

Yes please.

Andrew
-- 
-----------------------------------------------------------------------
|                 From Andrew Findlay, Skills 1st Ltd                 |
| Consultant in large-scale systems, networks, and directory services |
|     http://www.skills-1st.co.uk/                +44 1628 782565     |
-----------------------------------------------------------------------

Comment 4 Gavin Henry 2008-05-26 20:37:13 UTC
<quote who="Andrew Findlay">
> On Mon, May 26, 2008 at 01:07:22PM +0100, Gavin Henry wrote:
>
>> I've patched security.sdf and I'm abotu to clean up some typos and
>> formating.
>
> Thanks.
>
>> Should we also mention that CRYPT is platform specific?
>
> I put in a note about the glibc2 version, but I was not aware of any
> platform oddities on the traditional 13-character version. Are there
> other MD5 variants?

See http://www.openldap.org/faq/index.cgi?_highlightWords=crypt&file=344

>
> We could also mention the LANMAN scheme which I forgot to include as
> it is a compile-time option.

Sure, could do.

>
>> Lastly, should I also put:
>>
>> Portions Copyright 2008 Andrew Findlay <andrew.findlay@skills-1st.co.uk>
>>
>> into doc/guide/COPYRIGHT  ?
>
> Yes please.

Done. Check in HEAD

-- 
Kind Regards,

Gavin Henry.
OpenLDAP Engineering Team.

E ghenry@OpenLDAP.org

Community developed LDAP software.

http://www.openldap.org/project/

Comment 5 Kurt Zeilenga 2008-05-27 17:04:17 UTC
On May 26, 2008, at 12:48 PM, andrew.findlay@skills-1st.co.uk wrote:

> On Mon, May 26, 2008 at 01:07:22PM +0100, Gavin Henry wrote:
>
>> I've patched security.sdf and I'm abotu to clean up some typos and
>> formating.
>
> Thanks.
>
>> Should we also mention that CRYPT is platform specific?
>
> I put in a note about the glibc2 version, but I was not aware of any
> platform oddities on the traditional 13-character version. Are there
> other MD5 variants?
>
> We could also mention the LANMAN scheme which I forgot to include as
> it is a compile-time option.
>
>> Lastly, should I also put:
>>
>> Portions Copyright 2008 Andrew Findlay <andrew.findlay@skills-1st.co.uk 
>> >
>>
>> into doc/guide/COPYRIGHT  ?

No.

This file is a copy of the main OpenLDAP Software COPYRIGHT file.   
That file is intended to contain notices of copyright holders which  
hold signfiicant rights in OpenLDAP Software.  Notices for copyright  
holders, as noted in the COPYRIGHT file, are generally to be placed in  
the individual source files which the holder holds significant rights  
in.  That is, this notice belongs in security.sdf itself.  I have so  
updated the source documents.

Though the preface does clearly say that admin guide is part of  
OpenLDAP Software, I've also updated the preface to note that portions  
of the document may be copyright by others as indicated in source files.

-- Kurt

Comment 6 Gavin Henry 2008-05-27 18:51:56 UTC
<quote who="Kurt@OpenLDAP.org">
>
> On May 26, 2008, at 12:48 PM, andrew.findlay@skills-1st.co.uk wrote:
>
>> On Mon, May 26, 2008 at 01:07:22PM +0100, Gavin Henry wrote:
>>
>>> I've patched security.sdf and I'm abotu to clean up some typos and
>>> formating.
>>
>> Thanks.
>>
>>> Should we also mention that CRYPT is platform specific?
>>
>> I put in a note about the glibc2 version, but I was not aware of any
>> platform oddities on the traditional 13-character version. Are there
>> other MD5 variants?
>>
>> We could also mention the LANMAN scheme which I forgot to include as
>> it is a compile-time option.
>>
>>> Lastly, should I also put:
>>>
>>> Portions Copyright 2008 Andrew Findlay <andrew.findlay@skills-1st.co.uk
>>> >
>>>
>>> into doc/guide/COPYRIGHT  ?
>
> No.
>
> This file is a copy of the main OpenLDAP Software COPYRIGHT file.
> That file is intended to contain notices of copyright holders which
> hold signfiicant rights in OpenLDAP Software.  Notices for copyright
> holders, as noted in the COPYRIGHT file, are generally to be placed in
> the individual source files which the holder holds significant rights
> in.  That is, this notice belongs in security.sdf itself.  I have so
> updated the source documents.

Good, this clears things up and make it clear going forward. Thanks.

> Though the preface does clearly say that admin guide is part of
> OpenLDAP Software, I've also updated the preface to note that portions
> of the document may be copyright by others as indicated in source files.

Thanks again.

Comment 7 Howard Chu 2008-06-10 19:59:05 UTC
changed notes
changed state Open to Closed
moved from Incoming to Documentation
Comment 8 OpenLDAP project 2014-08-01 21:04:08 UTC
in HEAD/2.4.10