On Sun, Aug 17, 2003 at 06:37:12AM +1000, Phillipus Gunawan wrote: > In my debian, I couldn't find 'ldap.conf' file in my debian box. Is this > will have a big impact on my server?
The config file for the openLDAP utilities is kept in /etc/ldap/ldap.conf on Debian systems. > After running the LDAP server with slapd.conf, I was hoping that I can > export my local groups and user into LDAP. But after I run the server > and query from it, it looks like that I only have 3 organisation > structure (ou): Admin, People, Roaming. > > The ou(s) are made from schema that we imported inside slapd.conf, and I > think I import the necessary schema file already, at least the most > common ones. For doing user/group serving, you'll need core, cosine, and nis. The OUs you need but don't have will (I think) be created by PADL's excellent migration tools (debian package 'migrationtools'). Failing that, they're pretty simple to add manually from the OUs you already have. - Matt -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
