[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: how can i find the documents about the source?



At 10:11 PM 1/15/01 +0800, Yi-Min Tan wrote:
>i am new in openldap.
>i want to add some access right mechanism into openldap.
>but there are so many c source files ,header files and directorys (like ./server  ./clients  ./libraries).
>are there any documents talk about the struct of the directorys?

not that I'm aware of.

>or someone can give me some hint.
>because i don't know how to start.

Well, I assume you want to extend the existing access control system
to support some new mechanism.  You should look at:
        servers/slapd/acl.c
        servers/slapd/aclparse.c