I have made an attempt to install and configure OPENLDAP and SAMBA using CENTOS 4.4. I have also installed SMBLDAP-TOOLS. Everytime I run /etc/init.d/ldap start in gives me an error message on line 120 of the slapd.conf. The tutorial I used I beleive uses samba.schema(2) and I have added samba schema(3) could that be the issue. I have spent weeks in this issue. help. thanks
When I run a /etc/init.d/ldap start
I get an error about line 120 of my /etc/openldap/slapd.conf
Here is line 120 of that file. What gives?
PHP Code:
# some attributes need to be writable for samba (this ACE modified from original to allow
#some unix commands to work)
access to attrs=cn,sambaLMPassword,sambaNTPassword,sambaPwdLastSet,sambaLogonTime,sambaLogoffTime,sambaKickoffTime,sambaPwdCanChange,
sambaPwdMustChange,sambaAcctFlags,displayName,sambaHomePath,sambaHomeDrive,sambaLogonScript,sambaProfilePath,description,sambaUserWorkstations,sambaPrimaryGroupSID,
sambaDomainName,sambaSID,sambaGroupType,sambaNextRid,sambaNextGroupRid,sambaNextUserRid,
sambaAlgorithmicRidBase,sambaLogonScript,loginShell
by dn="uid=samba,ou=Users,dc=calexica,dc=com" write
by self read
by * none