I am using SLES 11 with LDAP for our Samba PDC. We have mainly been
using Yast for the LDAP configuration.
But now we want to add the attribute memberOf because we need this to
have our Cisco ASA5505 to get users and groups from our LDAP.
I have found numerous documentation of how to do this with the old
slapd.conf.
The problem is that our LDAP doesn’t use slapd.conf, instead it stores
the config in the LDAP itself (cn=config).
I can’t seem to figure out how this works. I can’t even get a
LDAP-browser to see the Config in our LDAP itself.
So how can this be done?
getting the LDAP browser to see the config tree should be fairly easy:
With a typical configuration (e.g. if you see a directory
“/etc/openldap/slapd.d/cn=config”), use basedn ¨cn=config" and the
credentials set in the (olcDatabase=config) database (see attributes
“olcRootDN” and “olcRootPW” in
“/etc/openldap/slapd.d/cn=config/olcDatabase={0}config.ldif” or
similar).
Regards,
Jens
–
from the times when today’s “old school” was “new school” :eek:
I am using SLES 11 with LDAP for our Samba PDC. We have mainly been
using Yast for the LDAP configuration.
But now we want to add the attribute memberOf because we need this to
have our Cisco ASA5505 to get users and groups from our LDAP.
I have found numerous documentation of how to do this with the old
slapd.conf.
The problem is that our LDAP doesn’t use slapd.conf, instead it stores
the config in the LDAP itself (cn=config).
I can’t seem to figure out how this works. I can’t even get a
LDAP-browser to see the Config in our LDAP itself.
So how can this be done?[/color]
‘OpenLDAP Software 2.4 Administrator’s Guide: Configuring slapd’
(http://www.openldap.org/doc/admin24/slapdconf2.html)
Once in place you need to restart slapd (/etc/init.d/ldap restart) and
then you must remove all members from your groupOfNames and re-add them
to create the association.
andreas9992;2142067 Wrote:[color=blue]
I am using SLES 11 with LDAP for our Samba PDC. We have mainly been
using Yast for the LDAP configuration.
But now we want to add the attribute memberOf because we need this to
have our Cisco ASA5505 to get users and groups from our LDAP.
I have found numerous documentation of how to do this with the old
slapd.conf.
The problem is that our LDAP doesn’t use slapd.conf, instead it stores
the config in the LDAP itself (cn=config).
I can’t seem to figure out how this works. I can’t even get a
LDAP-browser to see the Config in our LDAP itself.
So how can this be done?[/color]