From: Erich Weiler <weiler@soe.ucsc.edu>
Cc: autofs@linux.kernel.org
Subject: Re: AutoFS problem with OpenLDAP server
Date: Wed, 26 Jul 2006 14:24:22 -0700 [thread overview]
Message-ID: <44C7DD86.5050900@soe.ucsc.edu> (raw)
In-Reply-To: <44C7CF32.7030501@soe.ucsc.edu>
OK, I figured out that AutoFS looks at "/etc/openldap/ldap.conf" and NOT
"/etc/ldap.conf". I'm one step closer. However, when I copy my
ldap.conf over to /etc/openldap/ldap.conf, and do a "/etc/init.d/autofs
start", it still gives me the:
Starting automount: No Mountpoints Defined
Error at the command line. I *DO* see traffic to the Openldap server
this time though, and in the OpenLDAP logs I see:
ber_scanf fmt ({mm}) ber:
ber_scanf fmt ({mm}) ber:
filter: (&(?=undefined)(?=undefined))
ber_scanf fmt ({M}}) ber:
attrs: automountMapName automountInformation
==> limits_get: conn=10642 op=6 dn="[anonymous]"
=> bdb_search
bdb_dn2entry("dc=domain,dc=com")
So it looks like the automounter is searching for "automountMapName" and
"automountInformation". Which is bad, because my maps are in the form
of "nisMapName" and "nisMapEntry". Does anyone know if there is an easy
way to tell the automounter to look for the other attributes? Or do I
have to try to set up some kind of aliasing on my OpenLDAP server?
Thanks for your patience with me!
ciao, erich
Erich Weiler wrote:
> Greetings all-
>
> I have a strange problem with AutoFS under Fedora Core 5. Can't seem to
> automount via ldap the way I should be able to. If I have:
>
> automount: files ldap
>
> in /etc/nsswitch.conf, and have:
>
> /projects
> ldap://ldapserver.domain.com/nisMapName=auto.projects,dc=domain,dc=com
>
> in /etc/auto.master, everything works. However, I don't want my clients
> to be configured this way because I have two redundant OpenLDAP servers
> and would like AutoFS to automatically try a second LDAP server if the
> first one goes down. So I put this in /etc/nsswitch.conf:
>
> automount: ldap
>
> and tried to restart AutoFS, and got the error:
>
> [root@sunbright default]# /etc/init.d/autofs start
> Starting automount: No Mountpoints Defined [ OK ]
> [root@sunbright default]#
>
> But there ARE automount maps in OpenLDAP, as the first method works. If
> I try the "automount" command manually, I get this in the logs:
>
> Jul 26 13:06:34 sunbright automount[22965]: starting automounter version
> 4.1.4-19, path = /projects, maptype = ldap, mapname =
> nisMapName=auto.projects,dc=domain,dc=com
> Jul 26 13:06:34 starbright automount[22965]: lookup(ldap): couldn't bind
> to default server
>
> The server does accept anonymous lookups. I even watched the traffic
> (via tcpdump) from the client to the server and there was no traffic at
> all! Seems the client isn't even trying to contact any of my LDAP servers.
>
> Does anyone have any ideas as to what's happening? Like I said I would
> like the automounter to try each of my 3 servers in order listed in
> /etc/ldap.conf, so manually specifying one server in /etc/auto.master
> isn't very appealing...
>
> Thanks in advance for any insight!
>
> ciao, erich
>
--
===================================
Erich Weiler
UNIX Systems Administrator
School of Engineering
University of California Santa Cruz
weiler@soe.ucsc.edu
===================================
next prev parent reply other threads:[~2006-07-26 21:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-26 20:23 AutoFS problem with OpenLDAP server Erich Weiler
2006-07-26 21:24 ` Erich Weiler [this message]
2006-07-26 21:52 ` Jeff Moyer
2006-07-26 22:19 ` Erich Weiler
2006-07-27 0:46 ` Erich Weiler
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=44C7DD86.5050900@soe.ucsc.edu \
--to=weiler@soe.ucsc.edu \
--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.