Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2010 08:36:38 -0300
From:      Ricardo Campos Passanezi <riccp@ige.unicamp.br>
To:        Linghua Tseng <uranus@tinlans.org>
Cc:        freebsd-stable@freebsd.org, Greg Byshenk <freebsd@byshenk.net>
Subject:   Re: Supplementary groups on LDAP cannot work with RELENG_8 +nss_ldap
Message-ID:  <20100310113638.GE94966@ige.unicamp.br>
In-Reply-To: <E96770AD3CA74C9F8822F19375C60E91@TinlansPC>
References:  <F3B6FDBA2D4E44E49C4DFC8CA2F3A182@TinlansPC> <20100309000826.GF4648@cesium.hyperfine.info> <80F42CAF32A14A1FB43B830AAF877A5A@TinlansPC> <20100309191157.GG2303@core.byshenk.net> <E96770AD3CA74C9F8822F19375C60E91@TinlansPC>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 10, 2010 at 02:58:04PM +0800, Linghua Tseng wrote:
> Thanks.
> 
> I have tried to modify my /etc/nsswitch.conf to:
> 
> group: compat
> group_compat: ldap
> hosts: files dns
> networks: files
> passwd: compat
> passwd_compat: ldap
> shells: files
> services: compat
> services_compat: nis
> protocols: files
> rpc: files

Have you tried with 

group: files ldap
group_compat: nis
passwd: files ldap
passwd_compat: nis


????

> >> group: compat
> >> -group_compat: nis
> >> +group_compat: ldap nis
> >> hosts: files dns
> >> networks: files
> >> passwd: compat
> >> -passwd_compat: nis
> >> +passwd_compat: ldap nis
> >> shells: files
> >> services: compat
> >> services_compat: nis
> >> 
> >> The line `+:*::::::::' has already put into /etc/master.passwd,
> >> and the line `+:*::' has already put into /etc/group.

I don't use the "+:*::...." lines into master.passwd nor into group.


-- 
Ricardo Campos Passanezi - Network Analyst
PGP & GPG public key at:   http://www.ige.unicamp.br/~riccp
Institute of Geosciences - http://www.ige.unicamp.br - UNICAMP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100310113638.GE94966>