View previous topic :: View next topic |
Author |
Message |
Olimaus Tux's lil' helper
Joined: 11 Feb 2003 Posts: 116 Location: Germany, Karlsruhe
|
Posted: Fri Jun 17, 2005 1:18 pm Post subject: Ldap und Samba |
|
|
Hallo,
ich habe ein Problem damit Ldap richtig zum laufen zu bekommen.
Es läuft zwar, aber noch nicht richtig . Ich kann mich zum Beispiel nicht per Ldap am rechner authentifizieren (Pam Problem) und ich kann nicht mein Sambapasswort ändern.
Wenn ich es versuche kommt die unten genannte Fehlmeldung.
Code: | # smbpasswd -a oli
New SMB password:
Retype new SMB password:
ldapsam_search_one_group: Problem during the LDAP search: LDAP error: invalid DN (Invalid DN syntax)
ldapsam_modify_entry: Failed to add user dn= uid=oli,ou=people,"dc=domain,dc=de" with: Invalid DN syntax
invalid DN
ldapsam_add_sam_account: failed to modify/add user with uid = oli (dn = uid=oli,ou=people,"dc=domain,dc=de")
Failed to add entry for user oli.
Failed to modify password entry for user oli |
Ich habe meine Domaine im Text oben durch domain erstetzt.
Über Hilfe wäre ich wirklich dankbar. Wenn ich noch mehr Hinweise geben muss oder eventuell Configurationsdaten, dann bitte einfach Bescheid geben und ich werde sie umgehend nachreichen.
Freundliche Grüße
Oliver Schneider |
|
Back to top |
|
|
flash49 Apprentice
Joined: 12 Feb 2005 Posts: 233
|
Posted: Sat Jun 18, 2005 10:53 am Post subject: |
|
|
Für mich sieht das nach einen Fehler in der configurationsdatei aus. Die Anführungszeichen "" sollten da nicht drin sein.
Das ist unsere Konfiguration auf der Client-Seite. Groß/Kleinschreibung bei den URIs ist auch wichtig.
Code: | # See ldap.conf(5) for details
# This file should be world readable but not world writable.
BASE dc=domain,dc=de
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
HOST ldap.domain.de
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
#host 127.0.0.1
#base dc=mylan,dc=net
rootbinddn cn=proxyuser,dc=dc=domain,dc=de
scope one
pam_filter objectclass=posixaccount
pam_login_attribute uid
pam_member_attribute gid
pam_template_login_attribute uid
pam_password md5
nss_base_passwd ou=People,dc=domain,dc=de?one
nss_base_shadow ou=People,dc=domain,dc=de?one
nss_base_group ou=Group,dc=domain,dc=de?one
nss_base_hosts ou=Hosts,dc=domain,dc=de?one
|
|
|
Back to top |
|
|
Olimaus Tux's lil' helper
Joined: 11 Feb 2003 Posts: 116 Location: Germany, Karlsruhe
|
Posted: Sat Jun 18, 2005 12:08 pm Post subject: |
|
|
Erst einmal vielen Dank.
Ich werde es mir am Montag in der Firma gleich noch mal ansehen.
Das seltsame für mich ist aber, dass ldapsearch und getent ja gehen und Ergebnisse liefern.
Darum dachte ich da eher an einen Fehler mit Pam. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|