djsliders
Hello a tous!
J ai installer OpenLDAP et j ai configurer sldap comme ceci :
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/jamm.schema
include /etc/openldap/schema/samba-3.0.10.schema
# Database definition
database ldbm
suffix "dc=HOTE,dc=net"
rootdn "cn=Manager,dc=HOTE,dc=net"
rootpw secret
directory /var/lib/ldap
index objectClass,uid,uidNumber,gidNumber,memberUid eq
index cn,mail,surname,givenname eq,subinitial
index sambaSID eq
index sambaPrimaryGroupSID eq
index sambaDomainName eq
access to attrs=userPassword,sambaNTPassword,sambaLMPassword
by dn="cn=Manager,dc=HOTE,dc=net" write
by self write
by anonymous auth
by * none
access to *
by self write
by dn="cn=Manager,dc=HOTE,dc=net" write
by * read
ou bien entendu HOTE est mon nom souhaite...
Lorsque que je fais /etc/init.d/ldap start
il me met "echoue".
Je regarder dams /var/log/messages il y a ceci :
Feb 8 14:29:10 Mel nmbd[2246]: [2007/02/08 14:29:10, 0] nmbd/nmbd_browsesync.c:find_domain_master_name_query_fail(351)
Feb 8 14:29:10 Mel nmbd[2246]: find_domain_master_name_query_fail:
Feb 8 14:29:10 Mel nmbd[2246]: Unable to find the Domain Master Browser name HOME<1b> for the workgroup HOME.
Feb 8 14:29:10 Mel nmbd[2246]: Unable to sync browse lists in this workgroup.
J ai chercher sur google mais sans solution.
Si qqun pourrait m aider sa serait super!
Salutations