14 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: LDAP Tree Rec...
FromSent OnAttachments
Adam ShermanOct 8, 2001 7:16 pm 
Jacob KuntzOct 8, 2001 7:34 pm 
Sam VarshavchikOct 8, 2001 8:02 pm 
Roel van MeerOct 9, 2001 3:47 am 
Adam ShermanOct 9, 2001 10:55 am 
Phil BrutscheOct 9, 2001 11:22 am 
Adam ShermanOct 9, 2001 12:07 pm 
Sam VarshavchikOct 9, 2001 5:37 pm 
Adam ShermanOct 9, 2001 7:20 pm 
Sam VarshavchikOct 9, 2001 7:28 pm 
Adam ShermanOct 9, 2001 8:16 pm 
Sam VarshavchikOct 9, 2001 8:26 pm 
Adam ShermanOct 9, 2001 8:34 pm 
Sam VarshavchikOct 9, 2001 9:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: LDAP Tree RecommendatiActions...
From:Adam Sherman (ad@tritus.ca)
Date:Oct 9, 2001 10:55:50 am
List:net.sourceforge.lists.courier-users

On Tue, Oct 09, 2001 at 03:01:05AM +0000, Sam Varshavchik wrote:

I'm designing my LDAP tree at the moment, and I want to get it right the first time!

OpenLDAP 2.x distribution installs the base LDAP schema. The standard schema for an account is PosixAccount. Courier needs a couple of additional attributes beyond what's in PosixAccount. I provide a recommended schema in authlib/authldap.schema. Just install it, and include this file from /etc/openldap/slapd.schema

Since *all* my users are virtual, should I avoid the posixAccount? Many of the attributes required by posixAccount will be blank.

(Please bare with me, I am new to LDAP)

Thanks,

A.