Re: Mapping question.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: Mapping question.
- From: Arthur de Jong <arthur [at] arthurdejong.org>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: Mapping question.
- Date: Mon, 26 Oct 2015 23:12:46 +0100
On Mon, 2015-10-26 at 16:27 -0400, eRIC wrote:
> I have tried your suggestion with no success. The server is a
> Microsoft server.
The sample nslcd.conf included in the source tarball has a few other
samples for Active Directory that should help you, specifically
filter passwd (&(objectClass=user)(!(objectClass=computer))(uidNumber=*))
map passwd uid sAMAccountName
map passwd homeDirectory unixHomeDirectory
map passwd gecos displayName
filter shadow (&(objectClass=user)(!(objectClass=computer))(uidNumber=*))
map shadow uid sAMAccountName
map shadow shadowLastChange pwdLastSet
filter group (objectClass=group)
Thanks,
--
-- arthur - arthur@arthurdejong.org - http://arthurdejong.org/ --
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users/
- Re: Mapping question., (continued)