いくつかの簡単なシステム情報:私はすべての最新ソフトウェアでArch Linuxを実行しており、LDAPが設定されて動作しています(やや)。 autofs マップは LDAP サーバーに保存され、数百台の Ubuntu 14.04 システムで使用されます。
これは /etc/autofs/autofs_ldap_auth.conf 構成です。
<autofs_ldap_sasl_conf
usetls="yes"
tlsrequired="yes"
authrequired="yes"
authtype="EXTERNAL"
external_cert="etc/openldap/ca-cert.pem"
/>
走っている間
# systemctl start autofs
autofsダンプコア:
Jan 12 14:55:33 lizard systemd[1]: Starting Automounts filesystems on demand...
Jan 12 14:55:33 lizard systemd[1]: Started Process Core Dump (PID 16463/UID 0).
Jan 12 14:55:33 lizard systemd[1]: autofs.service: Control process exited, code=exited status=1
Jan 12 14:55:33 lizard systemd[1]: Failed to start Automounts filesystems on demand.
Jan 12 14:55:33 lizard systemd[1]: autofs.service: Unit entered failed state.
Jan 12 14:55:33 lizard systemd[1]: autofs.service: Failed with result 'exit-code'.
Jan 12 14:55:33 lizard systemd-coredump[16464]: Process 16458 (automount) of user 0 dumped core.
Stack trace of thread 16458:
#0 0x00007f547ac6804f raise (libc.so.6)
#1 0x00007f547ac6947a abort (libc.so.6)
#2 0x00007f547aca5c50 __libc_message (libc.so.6)
#3 0x00007f547acabfe6 malloc_printerr (libc.so.6)
#4 0x00007f547acac7de _int_free (libc.so.6)
#5 0x00007f5479a265c5 n/a (lookup_ldap.so)
#6 0x00007f5479a2ce78 lookup_done (lookup_ldap.so)
#7 0x000055b1ce49f050 close_lookup (automount)
#8 0x000055b1ce49f934 n/a (automount)
#9 0x000055b1ce4a0632 lookup_nss_read_master (automount)
#10 0x00007f547a2cf267 lookup_read_master (lookup_files.so)
....
明らかに、アプリケーションはコアをダンプしてはいけませんが、私が間違っていることについてのアイデアはありますか?次に設定すると、Autofsは問題なく起動します/etc/autofs/autofs_ldap_auth.conf
。
<autofs_ldap_sasl_conf
usetls="no"
tlsrequired="no"
authrequired="no"
/>
(つまり、パッケージのデフォルト)。