Date: Wed, 21 Sep 2016 17:30:13 +0000 From: Shawn Bakhtiar <shashaness@hotmail.com> To: "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org> Subject: Re: Problem with nsswitch.conf Message-ID: <CY1PR14MB05203982D5C36B8AC9C97E54C4F60@CY1PR14MB0520.namprd14.prod.outlook.com> In-Reply-To: <b00674ae-029f-fa96-4398-f4484ce34ce7@FreeBSD.org> References: <CY1PR14MB0520D9E9315A0113D68C1C6EC4F60@CY1PR14MB0520.namprd14.prod.outlook.com> <b00674ae-029f-fa96-4398-f4484ce34ce7@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Oh Jesus!!! Thank you.. that worked.. obviously... > On Sep 21, 2016, at 10:28 AM, Eric van Gyzen <vangyzen@FreeBSD.org> wrote: > > On 09/21/2016 12:21, Shawn Bakhtiar wrote: >> Good morning All, >> >> I'm trying to configure my server as an LDAP client. I installed the nslcd service and it's working great. >> >> My problem is when I issue the command getent passwd it only returns the LDAP user not the local users. >> >> # >> # nsswitch.conf(5) - name service switch configuration file >> # $FreeBSD: releng/10.2/etc/nsswitch.conf 224765 2011-08-10 20:52:02Z dougb $ >> # >> group: file ldap >> group_compat: nis ldap >> hosts: files dns >> networks: files >> passwd: file ldap >> passwd_compat: nis ldap >> shells: files >> services: files >> services_compat: nis >> protocols: files >> rpc: files >> >> >> When I change the above group and passwd setting back to compat (which was the default configuration) I get the local users but none of the ldap users show up. In fact nslcd is not even called (i've checked by running it in debug mode). So how do I configure nsswitch to use both the local /etc/passwd file and the ldap. I need this because without it services will not start. IE nslcd complains that nslcd is not a valid user when using the above configuration. > > It should be "files", plural. > > Eric
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CY1PR14MB05203982D5C36B8AC9C97E54C4F60>
