Edwin Culp wrote:
> 
> > > What exactly are your goals? The design of an LDAP database depends for
> > > a great deal of its intended use. It's possible to provide people with
> > > example entries, but it's really hard to make a generic document and a
> > > specific application and bring them together.
> >
> > The goals is to get it work in a rather small scale. About 100 mailusers.
> > I guess the idea is to have ONE big database to support samba, ftp and
> > mail with login authentication. Don't know if thats realistic.
> 
> Doesn't sound like a problem until you approach maybe 100 time that many
> users.

Even with 10.000 or more users it works well. You just need to create
all the correct indexes.

> Proftpd and courier have no problems with very simple and similar
> schemas.  I'm not sure about samba but I will check their schema.

It's not really about the schema you're using. Both proftpd and courier
don't need data to be stored in a particular fashion. You can virtually
do just whatever you want. Samba does need specific objectclasses and
attributes to be present, however, so that is limiting your freedom in
designing the database. I haven't looked at the new samba with full ldap
support yet, my experience is with older 2.0.x and 2.2.1 versions.

> Will you be migrating from an /etc/[passwd|master.passwd|shadow|etc.]?  Have
> you looked at and or tested the schema that I sent?  I suggest that you
> use openldap2.0.23.  Do you have it working?

i haven't seen it, but the most important question is whether you're
going to use 'real' unix users (via nss_ldap en pam_ldap) or whether
you're going to use virtual users. The latter is much easier to design
for courier and proftpd, but may be not possible with samba. If you're
going to use real users, your bound to the posixaccount objectclass at a
minimum.

Regards,
rolek

--
1A First Alternative [EMAIL PROTECTED]    www.alt001.com
Linvision BV         [EMAIL PROTECTED] (www|devel).linvision.com
--

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to