You are not logged in.
Hi, I have a slight problem with ldap + autofs + nfs. ![]()
Does not work automount /HOME on nfs through ldap server. Does not read from auto.master in ldap tree. Having edited /etc/autofs/auto.master, having specified mount — works.
/etc/auto.master (nsswitch.conf is automounter: files )
/home ldap:hostname.domain.com:ou=auto.home,dc=mydom,dc=com
I Have installed following packages:
yaourt -S autofs-eyemzpatched nss_ldap pam_ldap nfs_utils openldap
Setting up the client:
/etc/nsswitch.conf and nsswitch.ldap add an entry for automount:
...
automount: files ldap
...rc.conf
MODULES=(autofs4)
DAEMONS=(... network autofs nfs-common rpcbind netfs ...)Openldap auto.master not work. ![]()
Offline
I have the same problem. Nobody known how solve it? :-(
Offline
Same problem here.
Let's share the wisdom!
Offline
This might be completely unrelated (or may be?). After a recent upgrade, perhaps yesterday, my ldap server no longer starts. I use it independently of autofs and nfs, just as an address book. So it appears to me that this is purely an openldap issue.
Offline
A quick investigation points me to an incompatible upgrade of openldap:
bdb_db_open: database "o=wasowski.org": dbenv_open(/home/openldap/openldap-data).
bdb(o=wasowski.org): Program version 5.1 doesn't match environment version 4.8
bdb_db_open: database "o=wasowski.org" cannot be opened, err -30969. Restore from backup!
====> bdb_cache_release_all
bdb(o=wasowski.org): txn_checkpoint interface requires an environment configured for the transaction subsystem
bdb_db_close: database "o=wasowski.org": txn_checkpoint failed: Invalid argument (22).
backend_startup_one (type=bdb, suffix="o=wasowski.org"): bi_db_open failed! (-30969)So I am setting off to see how I can upgrade my database.
Offline