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

3 newbie questions : include new schema, ACL,



Hello,

My server : Redhat AS 3 (openldap 2.0.x)

When I add another schema to slapd.conf (mic.schema) for example., do
I just have to include it in the slapd.conf  and then restart the
daemon ?

Can we use saslRegexp with this version of openldap ?

ACL : I'm using gssapi to connect to kerberos to get my password.
with this acl example (after a kinit kerberos_user):
access to *
   by "uid=kerberos_user,cn=gssapi,cn-auth" write
    by * none

And then I do a ldapsearch -Y

it's always the by * ... that applied.

Thanks,

F