All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giovanni Romanenghi <giovanni.romanenghi@sorint.it>
To: autofs@linux.kernel.org
Subject: AutoFS problem
Date: Wed, 26 May 2004 17:07:21 +0200	[thread overview]
Message-ID: <5a3315fad7.5fad75a331@sorint.it> (raw)

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

I configure my sun java desktop to authenticate with ldap server ( Sun Java System Directory server 5.1 Sp3) and I configure autofs to mount user home directory at logon and it works .

My problem is that the clients don't mount other file systems that aren't home directory.

All file systems that the workstation must mount are configured on ldap server.

When I connect from my workstation with my user giovanni , I view my home directory but the autofs doesn't mount the disk /u and /prova.

The nfs server is ok because i can mount all share from my workstation manually.
My /etc/exports:
/tmp/tmp (rw,sync,no_root_squash)
/tmp/u (rw,sync,no_root_squash)
/var/prova (rw,sync,no_root_squash)

/etc/init.d/autofs status:
Configured Mount Points:
------------------------
/usr/sbin/automount /u ldap ldap.:.it:ou=auto.u,o=test.it,dc=test,dc=it
/usr/sbin/automount /home ldap ldap.test.it:ou=auto.home,o=test.it,dc=test,dc=it
/usr/sbin/automount /prova ldap ldap.test.it:ou=auto.prova,o=test.it,dc=test,dc=it

Active Mount Points:
--------------------
/usr/sbin/automount /u ldap ldap.test.it:ou=auto.u,o=test.it,dc=test,dc=it
/usr/sbin/automount /home ldap ldap.test.it:ou=auto.home,o=test.it,dc=test,dc=it
/usr/sbin/automount /prova ldap ldap.test.it:ou=auto.prova,o=test.it,dc=test,dc=it


This is my df -k:
/dev/hda1 10490084 5951992 4538092 57% /
/dev/hda4 5694860 4495668 1199192 79% /backup
shmfs 127868 0 127868 0% /dev/shm
/tmp/tmp/giovanni 10490084 5951992 4538092 57% /home/giovanni


I install this version of autofs:
autofs-3.1.7-731

Any Ideas?
TIA
Giovanni

P.S. I attach the export of LDAP. 

[-- Attachment #2: master.ldif --]
[-- Type: application/octet-stream, Size: 1488 bytes --]

dn: ou=auto.master, o=test.it, dc=test,dc=it
ou: auto.master
objectClass: top
objectClass: automountMap

dn: cn=/u, ou=auto.master, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: ldap ldap.test.it:ou=auto.u,o=test.it,dc=test,dc=it
cn: /u

dn: cn=/home, ou=auto.master, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: ldap ldap.test.it:ou=auto.home,o=test.it,dc=test,dc=it
cn: /home

dn: cn=/prova, ou=auto.master, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: ldap ldap.test.it:ou=auto.prova,o=test.it,dc=test,dc=it
cn: /prova

dn: ou=auto.home, o=test.it, dc=test,dc=it
ou: auto.home
objectClass: top
objectClass: automountMap

dn: cn=giovanni, ou=auto.home, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: -fstype=nfs,hard,intr 192.168.1.162:/tmp/tmp/giovanni
cn: giovanni

dn: ou=auto.prova, o=test.it, dc=test,dc=it
ou: auto.prova
objectClass: top
objectClass: automountMap

dn: cn=giovanni, ou=auto.prova, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: -fstype=autofs,hard,intr 192.168.1.162:/var/prova
cn: giovanni

dn: ou=auto.u, o=test.it, dc=test,dc=it
ou: auto.u
objectClass: top
objectClass: automountMap

dn: cn=giovanni, ou=auto.u, o=test.it, dc=test,dc=it
objectClass: automount
objectClass: top
automountInformation: -fstype=nfs,hard,intr 192.168.1.162:/tmp/u
cn: giovanni


[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

             reply	other threads:[~2004-05-26 15:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-26 15:07 Giovanni Romanenghi [this message]
2004-05-28  2:14 ` AutoFS problem Ian Kent
2004-05-28 14:23 ` raven
  -- strict thread matches above, loose matches on Subject: below --
2004-05-28  7:42 Giovanni Romanenghi
2011-03-08 11:24 autofs problem hpc.admin
     [not found] <000501cbdd83$5e9a35d0$1bcea170$@admin@uea.ac.uk>
2011-03-13  1:29 ` Ian Kent
2011-03-14 10:09   ` hpc.admin
     [not found]   ` <000101cbe22f$df5d3900$9e17ab00$@admin@uea.ac.uk>
2011-03-14 14:59     ` Ian Kent
2011-03-14 15:08       ` Ian Kent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5a3315fad7.5fad75a331@sorint.it \
    --to=giovanni.romanenghi@sorint.it \
    --cc=autofs@linux.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.