Changes between Initial Version and Version 1 of Ticket #54


Ignore:
Timestamp:
Feb 23, 2007, 11:30:33 PM (17 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54 – Description

    initial v1  
    33(even when the cred is set properly).  But I think it should.
    44
     5{{{
    56#!/usr/bin/env python
    67
     
    1920
    2021l.modify_s( who, [ (ldap.MOD_REPLACE,'cn','NF Warmerdam') ] )
     22}}}
    2123
    2224The /etc/openldap/slapd.conf uses the following permissions:
    2325
     26{{{
    2427 access to *
    2528        by self write
    2629        by users read
    2730        by anonymous auth
     31}}}
    2832
    2933As I read the docs at:
     
    3539in ldap, including everyone elses encrypted password which is sufficient to authenticate
    3640as these other users.  We should really add a pre-rule something like:
    37 
     41{{{
    3842access to attr=userPassword
    3943            by self write
     
    4145            by dn.base="cn=Manager,dc=osgeo,dc=org" write
    4246            by * none
     47}}}
    4348
    44