ldap

Fórumok

Sziasztok,

Egy ideje kuzdok a samba ldap beallitassal egy debian 7 serveren,

Ez alapjan configuraltam : http://wiki.hup.hu/index.php/Samba_PDC%2BLDAP%2BPAM/NSS_Debian_Lennyn
De most elakadtam.

Ezt a hibat dobja:
smbldap-populate
Use of qw(...) as parentheses is deprecated at /usr/share/perl5/smbldap_tools.pm line 1423, line 558.
Populating LDAP directory for domain lapcom (S-1-5-21-1690716917-4107257412-930129778)
(using builtin directory structure)

adding new entry: dc=lapcom dc=hu
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 500.
adding new entry: ou=people,dc=lapcom dc=hu
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 500.
adding new entry: ou=group,dc=lapcom dc=hu
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 500.
adding new entry: ou=computer,dc=lapcom dc=hu
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 500.
adding new entry: ou=idmap,dc=lapcom dc=hu
failed to add entry: no global superior knowledge at /usr/sbin/smbldap-populate line 500.
failed to search entry: invalid DN at /usr/sbin/smbldap-populate line 480.

Mit rontok el, ill. melyik confot dobjam ide?
Segitsetek kerlek!

Koszi
sztupi

Hozzászólások

Ez valami olyasmi szokott lenni, amikor nincs fenn a megfelelő séma. Azért mondja, hogy "nincs általános tudásom". Lefordítva: "mi a f*sz ez?"

dc=lapcom dc=hu

ilyen entry-nek nem nagyon kéne lennie, max

dc=lapcom,dc=hu

- nem ez van elkefélve? (A leírást most egyelőre nem néztem.)

root@elf:/etc/smbldap-tools# cat smbldap.conf
SID="S-1-5-21-1690716917-4107257412-930129778"
sambaDomain="lapcom"
slaveLDAP="127.0.0.1"
slavePort="389"
masterLDAP="127.0.0.1"
masterPort="389"
ldapTLS="0"
verify="require"
cafile="/etc/smbldap-tools/ca.pem"
clientcert="/etc/smbldap-tools/smbldap-tools.pem"

clientkey="/etc/smbldap-tools/smbldap-tools.key"

suffix="dc=lapcom,dc=hu"

usersdn="ou=people,${suffix}"
computersdn="ou=computer,${suffix}"

groupsdn="ou=group,${suffix}"

idmapdn="ou=idmap,${suffix}"

#sambaUnixIdPooldn="sambaDomainName=${sambaDomain},${suffix}"
scope="sub"
hash_encrypt="MD5"

crypt_salt_format="%s"

userLoginShell="/bin/bash"

userHome="/home/%U"

userHomeDirectoryMode="700"

userGecos="System User"

defaultUserGid="513"

defaultComputerGid="515"

skeletonDir="/etc/skel"

defaultMaxPasswordAge="365"

userSmbHome=""

userProfile=""

userHomeDrive="H:"

userScript="logon.bat"

mailDomain="lapcom.hu"

with_smbpasswd="0"
smbpasswd="/usr/bin/smbpasswd"

with_slappasswd="0"
slappasswd="/usr/sbin/slappasswd"