[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
3 newbie questions : include new schema, ACL,
- To: openldap-software@OpenLDAP.org
- Subject: 3 newbie questions : include new schema, ACL,
- From: Frederic Medery <fmedery@gmail.com>
- Date: Tue, 31 Aug 2004 08:21:19 -0400
- In-reply-to: <7d19fa77040830185563310465@mail.gmail.com>
- References: <7d19fa77040830185563310465@mail.gmail.com>
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