2bbionic Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 24 Mar 2005 Posts: 152
|
Posted: Tue Apr 07, 2009 3:04 pm Post subject: Probleme mit smbldap-populate |
|
|
EDIT: Ich habe hier: https://forums.gentoo.org/viewtopic-p-5635199.html#5635199 den Post ebenfalls geöffnet; bitte dort weiter zu diskutieren...
Hallo,
ich habe hier ein hartnäckiges Problem mit der Installation eines LDAP-gesützten SAMBA-Server unter 64-Bit 2.6.28-hardened-r7.
Die Installation von Samba, OpenLDAP usw. verlief ziemlich glatt. Zur Zeit versuche ich, den LDAP mit Daten zu füllen, was aber mit folgender Meldung fehlschlägt:
Code: | Populating LDAP directory for domain cms (S-1-5-21-4238634291-383811818-979287834)
(using builtin directory structure)
Can't locate object method "new" via package "Net::LDAP" at /usr/sbin//smbldap_tools.pm line 322, <DATA> line 134.
|
Die /etc/openldap/slapd.conf sieht aus wie folgt:
Code: | 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/samba.schema
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
allow bind_v2
#schemacheck on
loglevel 2048
logfile /var/log/openldap.log
database bdb
rootdn "cn=Manager,dc=cms,dc=lan"
suffix "dc=cms,dc=lan"
# <kbyte> <min>
checkpoint 32 30
rootdn "cn=Manager,dc=cms,dc=lan"
#lastmod on
directory /var/lib/openldap-data
# Indices to maintain
index objectClass,uidNumber,gidNumber eq
index cn,sn,uid,displayName pres,sub,eq
index memberUid,mail,givenname eq,subinitial
index sambaSID,sambaPrimaryGroupSID,sambaDomainName eq
access to attrs=userPassword,sambaNTPassword,sambaLMPassword
by self write
by anonymous auth
by * none
access to *
by * read
rootpw {SSHA}1izrtC1HkfRlJmLsVQ/kQXfggeOr7OU1
|
Die Versionen sind wie folgt:
net-nds/openldap-2.3.43
net-fs/samba-3.0.33
net-nds/smbldap-tools-0.9.5
Weiß jemand einen Rat, wo ich anfangen kann, zu suchen? Ich weiß leider nicht, ob ich beim Perl-Modul, bei Samba oder bei LDAP anfangen soll.
Schon mal Danke ...
2bbionic |
|